Home
last modified time | relevance | path

Searched refs:scan_ch_width (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c399 mlme_get_scan_phy_mode_for_chan_load(enum phy_ch_width scan_ch_width) in mlme_get_scan_phy_mode_for_chan_load() argument
403 switch (scan_ch_width) { in mlme_get_scan_phy_mode_for_chan_load()
417 mlme_debug("Invalid scan_ch_width:%d", scan_ch_width); in mlme_get_scan_phy_mode_for_chan_load()
425 mlme_get_scan_phy_mode_for_chan_load(enum phy_ch_width scan_ch_width) in mlme_get_scan_phy_mode_for_chan_load() argument
434 enum phy_ch_width scan_ch_width, in mlme_update_freq_in_scan_start_req() argument
450 vdev_id, op_freq, cen320_freq, scan_ch_width); in mlme_update_freq_in_scan_start_req()
452 if (scan_ch_width == CH_WIDTH_320MHZ) { in mlme_update_freq_in_scan_start_req()
456 scan_ch_width, in mlme_update_freq_in_scan_start_req()
491 phymode = mlme_get_scan_phy_mode_for_chan_load(scan_ch_width); in mlme_update_freq_in_scan_start_req()
527 enum phy_ch_width scan_ch_width; in mlme_update_freq_from_link_ctx() local
[all …]
/wlan-driver/qcacld-3.0/components/mlme/core/inc/
Dwlan_mlme_main.h1263 enum phy_ch_width scan_ch_width,