Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/
Dwlan_cfg80211_afc.c469 for (i = 0; i < pwr_evt->num_chan_objs; i++) { in afc_power_event_update_or_get_len()
483 pwr_evt->num_chan_objs); in afc_power_event_update_or_get_len()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_priv_objs.c468 for (i = 0; i < power_info->num_chan_objs; i++) in reg_free_afc_pwr_info()
Dreg_build_chan_list.c5212 if (!power_info->num_chan_objs) { in reg_search_afc_power_info_for_freq()
5218 for (i = 0; i < power_info->num_chan_objs; i++) { in reg_search_afc_power_info_for_freq()
Dreg_services_common.c9896 for (i = 0; i < power_info->num_chan_objs; i++) { in reg_get_sp_eirp()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
Dreg_services_public_struct.h1463 uint8_t num_chan_objs; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c17031 uint8_t num_chan_objs, in copy_afc_chan_obj_info() argument
17038 for (count = 0; count < num_chan_objs; count++) { in copy_afc_chan_obj_info()
17181 power_info->num_chan_objs = param_buf->num_channel_info_array; in copy_power_event()
17182 wmi_debug("Number of channel objects = %d", power_info->num_chan_objs); in copy_power_event()
17183 if (power_info->num_chan_objs > 0) { in copy_power_event()
17188 afc_chan_info = qdf_mem_malloc(power_info->num_chan_objs * in copy_power_event()
17195 power_info->num_chan_objs, in copy_power_event()