Searched defs:freq_list (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_utils.c493 int p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, argument
515 freq_list[idx++] = freq;
519 freq_list[idx] = 0;
H A Dp2p.h139 * freq_list - Zero-terminated list of possible operational channels
141 int freq_list[P2P_MAX_CHANNELS]; member in struct:p2p_go_neg_results
1954 int *freq_list, unsigned int max_len);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c493 int p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, argument
515 freq_list[idx++] = freq;
519 freq_list[idx] = 0;
H A Dp2p.h139 * freq_list - Zero-terminated list of possible operational channels
141 int freq_list[P2P_MAX_CHANNELS]; member in struct:p2p_go_neg_results
1954 int *freq_list, unsigned int max_len);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_utils.c493 int p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, argument
515 freq_list[idx++] = freq;
519 freq_list[idx] = 0;
H A Dp2p.h139 * freq_list - Zero-terminated list of possible operational channels
141 int freq_list[P2P_MAX_CHANNELS]; member in struct:p2p_go_neg_results
1954 int *freq_list, unsigned int max_len);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h492 * freq_list - Array of allowed frequencies or %NULL for all
499 int *freq_list; member in struct:wpa_ssid
H A Dconfig.h790 * freq_list - Array of allowed scan frequencies or %NULL for all
795 int *freq_list; member in struct:wpa_config

Completed in 149 milliseconds