Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_opclass.c1581 if (((op_class_tbl->chan_spacing == BW_80_MHZ) && in reg_get_chan_or_chan_center()
1583 ((op_class_tbl->chan_spacing == BW_80_MHZ) && in reg_get_chan_or_chan_center()
1783 return (op_class_tbl->chan_spacing == BW_80_MHZ && in reg_is_opclass_entry_80p80()
2117 case BW_80_MHZ: in reg_convert_chan_spacing_to_width()
2118 *opclass_chwidth = BW_80_MHZ; in reg_convert_chan_spacing_to_width()
2142 case BW_80_MHZ: in reg_convert_chan_spacing_to_width()
2143 *opclass_chwidth = BW_80_MHZ; in reg_convert_chan_spacing_to_width()
H A Dreg_services_common.c9376 case BW_80_MHZ: in reg_find_chwidth_from_bw()
9398 case BW_80_MHZ: in reg_find_chwidth_from_bw()
/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_peer.c936 if (bw < BW_80_MHZ) in tdls_fill_peer_pref_offchan_bw()
1037 peer_supportd_max_bw < BW_80_MHZ) in tdls_update_off_chan_peer_caps()
H A Dwlan_tdls_main.c2307 freq, BW_80_MHZ, in tdls_get_opclass_from_bandwidth()
/wlan-driver/qcacld-3.0/os_if/son/src/
H A Dos_if_son.c1420 case BW_80_MHZ: in os_if_son_reg_get_op_channels()
1504 case BW_80_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.c453 bw = BW_80_MHZ; in util_scan_is_out_of_band_leak_eht()
461 if (bw <= BW_80_MHZ) in util_scan_is_out_of_band_leak_eht()
527 bw = BW_80_MHZ; in util_scan_is_out_of_band_leak_he()
535 if (bw <= BW_80_MHZ) { in util_scan_is_out_of_band_leak_he()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h86 #define BW_80_MHZ 80 macro