Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c111 enum phy_ch_width associated_ch_width; in mlme_fill_freq_in_scan_start_request() local
123 associated_ch_width = in mlme_fill_freq_in_scan_start_request()
125 if (associated_ch_width == CH_WIDTH_INVALID) { in mlme_fill_freq_in_scan_start_request()
136 if (associated_ch_width == CH_WIDTH_20MHZ) { in mlme_fill_freq_in_scan_start_request()
139 associated_ch_width); in mlme_fill_freq_in_scan_start_request()
146 associated_ch_width == CH_WIDTH_40MHZ) { in mlme_fill_freq_in_scan_start_request()
170 associated_ch_width, 0); in mlme_fill_freq_in_scan_start_request()
174 associated_ch_width); in mlme_fill_freq_in_scan_start_request()
194 associated_ch_width, range->start_freq, in mlme_fill_freq_in_scan_start_request()
652 enum phy_ch_width associated_ch_width; in mlme_fill_freq_in_wide_scan_start_request() local
[all …]
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c7889 enum phy_ch_width associated_ch_width, omn_ie_ch_width; in wlan_mlme_send_ch_width_update_with_notify() local
7910 associated_ch_width = in wlan_mlme_send_ch_width_update_with_notify()
7912 if (associated_ch_width == CH_WIDTH_INVALID || in wlan_mlme_send_ch_width_update_with_notify()
7913 ch_width > associated_ch_width) { in wlan_mlme_send_ch_width_update_with_notify()
7915 vdev_id, ch_width, associated_ch_width); in wlan_mlme_send_ch_width_update_with_notify()