Home
last modified time | relevance | path

Searched refs:BW_40_MHZ (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_opclass.c1216 if (chan_width == BW_40_MHZ) in reg_freq_width_to_chan_op_class_auto()
1613 if (bw <= BW_40_MHZ && op_class != OPCLS_132) { in reg_get_nearest_primary_freq()
2114 case BW_40_MHZ: in reg_convert_chan_spacing_to_width()
2115 *opclass_chwidth = BW_40_MHZ; in reg_convert_chan_spacing_to_width()
2139 case BW_40_MHZ: in reg_convert_chan_spacing_to_width()
2140 *opclass_chwidth = BW_40_MHZ; in reg_convert_chan_spacing_to_width()
H A Dreg_services_common.c9374 case BW_40_MHZ: in reg_find_chwidth_from_bw()
9396 case BW_40_MHZ: in reg_find_chwidth_from_bw()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h85 #define BW_40_MHZ 40 macro
91 #define BW_40_MHZ 40 macro
/wlan-driver/qcacld-3.0/os_if/son/src/
H A Dos_if_son.c1417 case BW_40_MHZ: in os_if_son_reg_get_op_channels()
1501 case BW_40_MHZ: in os_if_son_reg_get_opclass_details()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c455 bw = BW_40_MHZ; in util_scan_is_out_of_band_leak_eht()
529 bw = BW_40_MHZ; in util_scan_is_out_of_band_leak_he()
545 if (freq_diff <= BW_40_MHZ) in util_scan_is_out_of_band_leak_he()
548 if (freq_diff <= BW_40_MHZ) in util_scan_is_out_of_band_leak_he()
/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_main.c2312 freq, BW_40_MHZ, in tdls_get_opclass_from_bandwidth()
2318 BW_40_MHZ, in tdls_get_opclass_from_bandwidth()
H A Dwlan_tdls_peer.c939 if (bw < BW_40_MHZ) in tdls_fill_peer_pref_offchan_bw()