/external/wpa_supplicant_8/src/ap/ |
ap_drv_ops.c | 734 int **freq_list) 745 int_array_add_unique(freq_list, chan->freq); 757 int *freq_list = NULL; local 787 int_array_add_unique(&freq_list, chan->freq); 795 &freq_list); 801 params.freq_list = freq_list;
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_utils.c | 446 int p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, 472 if (freq_list[k] == freq) 478 freq_list[idx++] = freq; 482 freq_list[idx] = 0;
|
p2p_go_neg.c | 551 unsigned freq_list[], unsigned int size) 570 oper_freq = freq_list[i]; 614 unsigned freq_list[], unsigned int size) 630 if (freq_list[i] != oper_freq) 679 unsigned int freq_list[P2P_MAX_PREF_CHANNELS], size; local 695 freq_list)) 703 if (freq_list[i] == (unsigned int) dev->oper_freq) 708 if (p2p_freq_to_channel(freq_list[i], &op_class, &op_channel) < 712 freq_list[i]); 731 p2p_check_pref_chan_no_recv(p2p, go, dev, msg, freq_list, size) [all...] |
p2p.h | 149 * freq_list - Zero-terminated list of possible operational channels 151 int freq_list[P2P_MAX_CHANNELS]; member in struct:p2p_go_neg_results [all...] |
p2p.c | [all...] |
/system/connectivity/shill/net/ |
nl80211_attribute.cc | 369 NestedData freq_list(kTypeNested, "NL80211_ATTR_SCAN_FREQUENCIES", false); 370 freq_list.deeper_nesting.insert( 374 AttrDataPair(NL80211_ATTR_SCAN_FREQUENCIES, freq_list)); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | [all...] |
config.c | 1219 os_free(ssid->freq_list); 1220 ssid->freq_list = freqs; 1270 return wpa_config_write_freqs(data, ssid->freq_list); [all...] |
config_ssid.h | 519 * freq_list - Array of allowed frequencies or %NULL for all 526 int *freq_list; member in struct:wpa_ssid
|
driver_i.h | 897 unsigned int *freq_list) 902 num, freq_list);
|
scan.c | 349 wpa_s->go_params->freq_list[0]) { 353 wpa_s->go_params->freq_list); 964 if (wpa_s->conf->freq_list && !params.freqs) { 966 "Optimize scan based on conf->freq_list"); 967 int_array_concat(¶ms.freqs, wpa_s->conf->freq_list); [all...] |
config.h | 836 * freq_list - Array of allowed scan frequencies or %NULL for all 841 int *freq_list; member in struct:wpa_config [all...] |
p2p_supplicant.c | [all...] |
ChangeLog | 187 * extended freq_list configuration to apply for sched_scan as well as 380 * added global freq_list configuration to allow scan frequencies to be [all...] |
wpa_cli.c | 681 "ap_vendor_elements", "ignore_old_scan_res", "freq_list", [all...] |
wpa_supplicant.conf | 732 # freq_list: Array of allowed frequencies [all...] |
ctrl_iface.c | 6888 unsigned int freq_list[100], num = 100, i; local [all...] |
events.c | 1015 if (!freq_allowed(ssid->freq_list, bss->freq)) { [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_nl80211.c | 8911 unsigned int *freq_list; member in struct:nl80211_pcl [all...] |
driver.h | 1697 const int *freq_list; member in struct:drv_acs_params [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers.c | 815 "bssid", "scan_freq", "freq_list", NULL [all...] |
dbus_new.c | [all...] |
dbus_new_handlers.c | 133 "bssid", "scan_freq", "freq_list", NULL [all...] |