Home
last modified time | relevance | path

Searched refs:reg_channels (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_utils.h363 struct regulatory_channel *reg_channels,
469 struct regulatory_channel *reg_channels, in reg_program_mas_chan_list() argument
Dreg_utils.c1171 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()
Dreg_services_common.c3548 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/
Dwlan_reg_ucfg_api.c90 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/
Dwlan_hdd_regulatory.c64 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/
Dwlan_reg_ucfg_api.h305 struct regulatory_channel *reg_channels,