Searched refs:REGULATORY_CHAN_NO_IR (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
H A D | reg_db.c | 1053 [CHAN_12_12_1] = {2457, 2477, 20, 20, REGULATORY_CHAN_NO_IR}, 1054 [CHAN_12_13_1] = {2457, 2482, 20, 20, REGULATORY_CHAN_NO_IR}, 1057 REGULATORY_CHAN_NO_OFDM | REGULATORY_CHAN_NO_IR}, 1209 [CHAN_5170_5330_1] = {5170, 5330, 160, 20, REGULATORY_CHAN_NO_IR}, 1235 [CHAN_5490_5730_2] = {5490, 5730, 160, 20, REGULATORY_CHAN_NO_IR}, 1270 [CHAN_5735_5835_5] = {5735, 5835, 80, 20, REGULATORY_CHAN_NO_IR}, 1290 [CHAN_5735_5895_2] = {5735, 5895, 160, 20, REGULATORY_CHAN_NO_IR}, 1299 [CHAN_5945_7125_3] = {5945, 7125, 160, 20, REGULATORY_CHAN_NO_IR},
|
H A D | reg_build_chan_list.c | 148 if (reg_rule->flags & REGULATORY_CHAN_NO_IR) { in reg_fill_channel_info() 149 master_list[chan_enum].chan_flags |= REGULATORY_CHAN_NO_IR; in reg_fill_channel_info() 633 REGULATORY_CHAN_NO_IR; in reg_modify_super_chan_list_for_indoor_channels() 645 REGULATORY_CHAN_NO_IR; in reg_modify_super_chan_list_for_indoor_channels() 765 REGULATORY_CHAN_NO_IR; in reg_modify_chan_list_for_indoor_channels() 835 chan_list[chan].chan_flags &= ~REGULATORY_CHAN_NO_IR; in reg_modify_chan_list_for_indoor_concurrency() 1557 REGULATORY_CHAN_NO_IR; in reg_modify_chan_list_for_srd_channels() 1644 REGULATORY_CHAN_NO_IR; in reg_modify_chan_list_for_5dot9_ghz_channels() 3334 chan_list[i].chan_flags |= REGULATORY_CHAN_NO_IR; in reg_modify_sp_channels()
|
H A D | reg_services_common.c | 6372 return chan_flags & REGULATORY_CHAN_NO_IR; in reg_is_passive_for_freq()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_regulatory.c | 599 REGULATORY_CHAN_NO_IR; in hdd_process_regulatory_data() 614 REGULATORY_CHAN_NO_IR; in hdd_process_regulatory_data() 1253 if (cur_chan->chan_flags & REGULATORY_CHAN_NO_IR) in fill_wiphy_channel() 1410 if (drv_reg_rule_flag & REGULATORY_CHAN_NO_IR) in map_nl_reg_rule_flags()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ |
H A D | reg_services_public_struct.h | 57 #define REGULATORY_CHAN_NO_IR BIT(1) macro
|
/wlan-driver/qcacld-3.0/os_if/son/src/ |
H A D | os_if_son.c | 283 } else if (cur_chan_list->chan_flags & REGULATORY_CHAN_NO_IR) { in os_if_son_update_chan_info()
|