/external/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | 1149 if (config->freq_list && config->freq_list[0]) { 1151 fprintf(f, "freq_list="); 1152 for (i = 0; config->freq_list[i]; i++) { 1154 config->freq_list[i]);
|
config.c | 960 os_free(ssid->freq_list); 961 ssid->freq_list = freqs; 1011 return wpa_config_write_freqs(data, ssid->freq_list); [all...] |
config_ssid.h | 449 * freq_list - Array of allowed frequencies or %NULL for all 456 int *freq_list; member in struct:wpa_ssid
|
scan.c | 319 wpa_s->go_params->freq_list[0]) { 323 wpa_s->go_params->freq_list); 884 if (wpa_s->conf->freq_list && !params.freqs) { 886 "Optimize scan based on conf->freq_list"); 887 int_array_concat(¶ms.freqs, wpa_s->conf->freq_list); [all...] |
config.h | 773 * freq_list - Array of allowed scan frequencies or %NULL for all 778 int *freq_list; member in struct:wpa_config [all...] |
wpa_supplicant.conf | 601 # freq_list: Array of allowed frequencies [all...] |
ChangeLog | 174 * added global freq_list configuration to allow scan frequencies to be [all...] |
events.c | 899 if (!freq_allowed(ssid->freq_list, bss->freq)) { [all...] |
wpa_cli.c | 630 "ignore_old_scan_res", "freq_list", "external_sim", [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 127 * freq_list - Zero-terminated list of possible operational channels 129 int freq_list[P2P_MAX_CHANNELS]; member in struct:p2p_go_neg_results [all...] |
p2p.c | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new.c | [all...] |
dbus_new_handlers.c | 143 "bssid", "scan_freq", "freq_list", NULL [all...] |