Home
last modified time | relevance | path

Searched refs:state_arr (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_build_chan_list.c631 super_chan_list[chn_idx].state_arr[pwr_mode])) { in reg_modify_super_chan_list_for_indoor_channels()
634 super_chan_list[chn_idx].state_arr[pwr_mode] = in reg_modify_super_chan_list_for_indoor_channels()
643 super_chan_list[chn_idx].state_arr[pwr_mode])) { in reg_modify_super_chan_list_for_indoor_channels()
646 super_chan_list[chn_idx].state_arr[pwr_mode] = in reg_modify_super_chan_list_for_indoor_channels()
715 &chan_info->state_arr[pwr_type], in reg_dis_6g_chan_in_super_chan_list()
2725 reg_dis_chan_state_and_flags(&chan_info->state_arr[pwr_type], in reg_init_super_chan_entry()
2837 reg_dis_chan_state_and_flags(&chan_info->state_arr[pwr_type], in reg_dis_6g_edge_chan_in_enh_chan()
2875 chan_info->state_arr[pwr_type] = reg_chan->state; in copy_enh_chan_info_from_reg_chan()
3780 chan->state = sc_entry.state_arr[in_6g_pwr_mode]; in reg_copy_from_super_chan_info_to_reg_channel()
4861 if (chan_info->state_arr[idx] == CHANNEL_STATE_DISABLE) in reg_disable_sp_entries_in_supr_chan_entry()
[all …]
H A Dreg_utils.c473 chan_state_arr = super_chan_list[sup_idx].state_arr; in reg_check_if_6g_pwr_type_supp_for_chan()
H A Dreg_services_common.c3459 sc_entry->state_arr[pwr_type])) { in reg_append_6g_channel_list_with_power()
6297 sc_entry->state_arr[pwr_type]) && in reg_get_max_tx_power_from_super_chan_list()
9021 super_chan_ent->state_arr[in_6g_pwr_mode] == in reg_is_supr_entry_mode_disabled()
9144 chan_state = super_chan_ent->state_arr[in_6g_pwr_mode]; in reg_get_chan_state_on_given_pwr_mode()
10098 chan_info->state_arr[j], in reg_display_super_chan_list()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h1108 enum channel_state state_arr[MAX_PWR_TYPES]; member