Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h86 #define DPP_BOOTSTRAP_MAX_FREQ 30 macro
114 unsigned int freq[DPP_BOOTSTRAP_MAX_FREQ];
200 unsigned int freq[DPP_BOOTSTRAP_MAX_FREQ];
Ddpp.c859 } else if (bi->num_freq == DPP_BOOTSTRAP_MAX_FREQ) { in dpp_parse_uri_chan_list()
2130 if (auth->num_freq == DPP_BOOTSTRAP_MAX_FREQ) { in dpp_channel_local_list()
2146 char freqs[DPP_BOOTSTRAP_MAX_FREQ * 6 + 10], *pos, *end; in dpp_prepare_channel_list()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp.h124 #define DPP_BOOTSTRAP_MAX_FREQ 30 macro
156 unsigned int freq[DPP_BOOTSTRAP_MAX_FREQ];
281 unsigned int freq[DPP_BOOTSTRAP_MAX_FREQ];
Ddpp.c237 } else if (bi->num_freq == DPP_BOOTSTRAP_MAX_FREQ) { in dpp_parse_uri_chan_list()
544 if (auth->num_freq == DPP_BOOTSTRAP_MAX_FREQ) { in dpp_channel_local_list()
560 char freqs[DPP_BOOTSTRAP_MAX_FREQ * 6 + 10], *pos, *end; in dpp_prepare_channel_list()