/external/wpa_supplicant_8/src/p2p/ |
D | p2p_utils.c | 446 int p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, in p2p_channels_to_freqs() argument 472 if (freq_list[k] == freq) in p2p_channels_to_freqs() 478 freq_list[idx++] = freq; in p2p_channels_to_freqs() 482 freq_list[idx] = 0; in p2p_channels_to_freqs()
|
D | p2p_go_neg.c | 551 unsigned freq_list[], unsigned int size) in p2p_check_pref_chan_no_recv() argument 570 oper_freq = freq_list[i]; in p2p_check_pref_chan_no_recv() 614 unsigned freq_list[], unsigned int size) in p2p_check_pref_chan_recv() argument 630 if (freq_list[i] != oper_freq) in p2p_check_pref_chan_recv() 679 unsigned int freq_list[P2P_MAX_PREF_CHANNELS], size; in p2p_check_pref_chan() local 695 freq_list)) in p2p_check_pref_chan() 703 if (freq_list[i] == (unsigned int) dev->oper_freq) in p2p_check_pref_chan() 708 if (p2p_freq_to_channel(freq_list[i], &op_class, &op_channel) < in p2p_check_pref_chan() 712 freq_list[i]); in p2p_check_pref_chan() 731 p2p_check_pref_chan_no_recv(p2p, go, dev, msg, freq_list, size); in p2p_check_pref_chan() [all …]
|
D | p2p.h | 151 int freq_list[P2P_MAX_CHANNELS]; member 1119 unsigned int *len, unsigned int *freq_list); 2050 int *freq_list, unsigned int max_len);
|
D | p2p.c | 1828 p2p_channels_to_freqs(&intersection, res.freq_list, in p2p_go_complete()
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 734 int **freq_list) in hostapd_get_hw_mode_any_channels() argument 745 int_array_add_unique(freq_list, chan->freq); in hostapd_get_hw_mode_any_channels() 757 int *freq_list = NULL; in hostapd_drv_do_acs() local 787 int_array_add_unique(&freq_list, chan->freq); in hostapd_drv_do_acs() 795 &freq_list); in hostapd_drv_do_acs() 801 params.freq_list = freq_list; in hostapd_drv_do_acs()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_ssid.h | 526 int *freq_list; member
|
D | wpa_supplicant.conf | 1636 freq_list=5180
|
D | config_file.c | 1249 if (config->freq_list && config->freq_list[0]) { in wpa_config_write_global() 1252 for (i = 0; config->freq_list[i]; i++) { in wpa_config_write_global() 1254 config->freq_list[i]); in wpa_config_write_global()
|
D | config.h | 841 int *freq_list; member
|
D | scan.c | 349 wpa_s->go_params->freq_list[0]) { in wpa_supplicant_optimize_freqs() 353 wpa_s->go_params->freq_list); in wpa_supplicant_optimize_freqs() 959 if (wpa_s->conf->freq_list && !params.freqs) { in wpa_supplicant_scan() 962 int_array_concat(¶ms.freqs, wpa_s->conf->freq_list); in wpa_supplicant_scan() 1363 if (wpa_s->conf->freq_list && !params.freqs) { in wpa_supplicant_req_sched_scan() 1366 int_array_concat(¶ms.freqs, wpa_s->conf->freq_list); in wpa_supplicant_req_sched_scan()
|
D | config.c | 1219 os_free(ssid->freq_list); in wpa_config_parse_freq_list() 1220 ssid->freq_list = freqs; in wpa_config_parse_freq_list() 1270 return wpa_config_write_freqs(data, ssid->freq_list); in wpa_config_write_freq_list() 1915 { FUNC(freq_list) }, 2226 os_free(ssid->freq_list); in wpa_config_free_ssid() 2345 os_free(config->freq_list); in wpa_config_free() 3829 os_free(config->freq_list); in wpa_config_process_freq_list() 3830 config->freq_list = freqs; in wpa_config_process_freq_list() 4334 { FUNC(freq_list), 0 },
|
D | driver_i.h | 897 unsigned int *freq_list) in wpa_drv_get_pref_freq_list() argument 902 num, freq_list); in wpa_drv_get_pref_freq_list()
|
D | p2p_supplicant.c | 1720 unsigned int i, len = int_array_len(wpa_s->go_params->freq_list); in p2p_go_save_group_common_freqs() 1729 if (!wpa_s->go_params->freq_list[i]) in p2p_go_save_group_common_freqs() 1732 wpa_s->go_params->freq_list[i]; in p2p_go_save_group_common_freqs() 4268 unsigned int *freq_list) in wpas_p2p_get_pref_freq_list() argument 4273 WPA_IF_P2P_CLIENT, len, freq_list); in wpas_p2p_get_pref_freq_list() 6253 p2p_channels_to_freqs(channels, params.freq_list, P2P_MAX_CHANNELS); in wpas_p2p_group_add_persistent()
|
D | ctrl_iface.c | 6888 unsigned int freq_list[100], num = 100, i; in wpas_ctrl_iface_get_pref_freq_list() local 6916 ret = wpa_drv_get_pref_freq_list(wpa_s, iface_type, &num, freq_list); in wpas_ctrl_iface_get_pref_freq_list() 6922 i > 0 ? "," : "", freq_list[i]); in wpas_ctrl_iface_get_pref_freq_list()
|
D | 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 868 * add freq_list network configuration parameter to allow the AP
|
D | events.c | 1015 if (!freq_allowed(ssid->freq_list, bss->freq)) { in wpa_scan_res_match()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 1697 const int *freq_list; member 3520 unsigned int *num, unsigned int *freq_list);
|
D | driver_nl80211.c | 8749 static int add_acs_freq_list(struct nl_msg *msg, const int *freq_list) in add_acs_freq_list() argument 8754 if (!freq_list) in add_acs_freq_list() 8756 len = int_array_len(freq_list); in add_acs_freq_list() 8761 freqs[i] = freq_list[i]; in add_acs_freq_list() 8799 add_acs_freq_list(msg, params->freq_list)) { in wpa_driver_do_acs() 8869 unsigned int *freq_list; member 8922 param->freq_list[num] = freqs[num]; in preferred_freq_info_handler() 8932 unsigned int *freq_list) in nl80211_get_pref_freq_list() argument 8970 param.freq_list = freq_list; in nl80211_get_pref_freq_list() 8989 os_memset(freq_list, 0, *num * sizeof(freq_list[0])); in nl80211_get_pref_freq_list() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.c | 1393 if (res->freq_list[i]) { in wpas_dbus_signal_p2p_go_neg_resp() 1394 freqs[i] = res->freq_list[i]; in wpas_dbus_signal_p2p_go_neg_resp()
|