Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_pub.h42 #define WIFI_POS_MAX_NUM_CHANNELS NUM_CHANNELS macro
44 #define WIFI_POS_MAX_NUM_CHANNELS (NUM_CHANNELS * 2) macro
112 struct wifi_pos_channel_power chan_info[WIFI_POS_MAX_NUM_CHANNELS];
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c519 sizeof(*ch_info) * WIFI_POS_MAX_NUM_CHANNELS); in wifi_pos_pdev_iterator()
535 WIFI_POS_MAX_NUM_CHANNELS) { in wifi_pos_pdev_iterator()
639 qdf_freq_t valid_channel_list[WIFI_POS_MAX_NUM_CHANNELS]; in wifi_pos_process_ch_info_req()
666 if (num_ch > WIFI_POS_MAX_NUM_CHANNELS) { in wifi_pos_process_ch_info_req()
672 chan_freqs = qdf_mem_malloc(WIFI_POS_MAX_NUM_CHANNELS * in wifi_pos_process_ch_info_req()
703 for (i = 0; i < WIFI_POS_MAX_NUM_CHANNELS; i++) in wifi_pos_process_ch_info_req()