Searched refs:reg_channels (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
D | reg_utils.h | 363 struct regulatory_channel *reg_channels, 469 struct regulatory_channel *reg_channels, in reg_program_mas_chan_list() argument
|
D | reg_utils.c | 1171 struct regulatory_channel *reg_channels, in reg_program_mas_chan_list() argument 1191 reg_channels[count].chan_num = channel_map[count].chan_num; in reg_program_mas_chan_list() 1192 reg_channels[count].center_freq = in reg_program_mas_chan_list() 1194 reg_channels[count].nol_chan = false; in reg_program_mas_chan_list() 1199 mas_chan_list, reg_channels, in reg_program_mas_chan_list()
|
D | reg_services_common.c | 3548 struct regulatory_channel *reg_channels; in reg_get_channel_list_with_power_for_freq() local 3564 reg_channels = pdev_priv_obj->cur_chan_list; in reg_get_channel_list_with_power_for_freq() 3567 if (reg_channels[i].state && in reg_get_channel_list_with_power_for_freq() 3568 !(reg_channels[i].chan_flags & REGULATORY_CHAN_DISABLED)) { in reg_get_channel_list_with_power_for_freq() 3570 reg_channels[i].center_freq; in reg_get_channel_list_with_power_for_freq() 3571 ch_list[count].chan_num = reg_channels[i].chan_num; in reg_get_channel_list_with_power_for_freq() 3573 reg_channels[i].tx_power; in reg_get_channel_list_with_power_for_freq() 5048 struct regulatory_channel *reg_channels; in reg_get_2g_bonded_channel_state_for_freq() local 5074 reg_channels = pdev_priv_obj->cur_chan_list; in reg_get_2g_bonded_channel_state_for_freq() 5092 bw_enabled = (reg_channels[chan_idx].min_bw <= 10) && in reg_get_2g_bonded_channel_state_for_freq() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/ |
D | wlan_reg_ucfg_api.c | 90 struct regulatory_channel *reg_channels, in ucfg_reg_program_mas_chan_list() argument 94 reg_program_mas_chan_list(psoc, reg_channels, alpha2, dfs_region); in ucfg_reg_program_mas_chan_list()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_regulatory.c | 64 struct regulatory_channel reg_channels[NUM_CHANNELS]; variable 570 cds_chan = &(reg_channels[chan_enum]); in hdd_process_regulatory_data() 649 cds_chan = &(reg_channels[CHAN_ENUM_144]); in hdd_process_regulatory_data() 698 reg_channels, in hdd_regulatory_init_no_offload() 792 cds_chan = &(reg_channels[chan_enum]); in hdd_update_indoor_channel() 1217 reg_channels, in hdd_reg_notifier()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ |
D | wlan_reg_ucfg_api.h | 305 struct regulatory_channel *reg_channels,
|