Home
last modified time | relevance | path

Searched refs:chan_freqs (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c476 static uint32_t wifi_pos_get_valid_channels(qdf_freq_t *chan_freqs, in wifi_pos_get_valid_channels() argument
485 ch_enum = wlan_reg_get_chan_enum_for_freq(chan_freqs[i]); in wifi_pos_get_valid_channels()
488 valid_channel_list[num_valid_channels++] = chan_freqs[i]; in wifi_pos_get_valid_channels()
634 qdf_freq_t *chan_freqs = NULL; in wifi_pos_process_ch_info_req() local
672 chan_freqs = qdf_mem_malloc(WIFI_POS_MAX_NUM_CHANNELS * in wifi_pos_process_ch_info_req()
673 (sizeof(*chan_freqs))); in wifi_pos_process_ch_info_req()
674 if (!chan_freqs) { in wifi_pos_process_ch_info_req()
704 chan_freqs[i] = in wifi_pos_process_ch_info_req()
710 chan_freqs, num_ch, in wifi_pos_process_ch_info_req()
781 qdf_mem_free(chan_freqs); in wifi_pos_process_ch_info_req()
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_defs.h4089 WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, chan_freqs, WMITLV_SIZE_VAR)