Home
last modified time | relevance | path

Searched full:ap_scan (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/wpa/wpa_supplicant/
H A Dtodo.txt2 - add support for WPA with ap_scan=0 (update selected cipher etc. based on
37 * global options (ap_scan, ctrl_interfaces) based on OS/driver
H A Dwpa_supplicant_template.conf4 ap_scan=1
H A DREADME-Windows.txt134 When using access points in "hidden SSID" mode, ap_scan=2 mode need to
176 #ap_scan=2
186 (remove '#' from the comment out ap_scan line to enable mode in which
H A DChangeLog506 * fixed regression in ap_scan=2 special case for WPS
938 * fixed issues in WPA/RSN element validation when roaming with ap_scan=1
1335 scan_ssid=1 operations in ap_scan=1 mode (i.e., search for hidden
1544 .config); this version supports only ap_scan=2 mode and allow the
1681 * fixed selection of the first network in ap_scan=2 mode; previously,
1791 starting up in ap_scan=1 mode (this can speed up initial association
1811 * added AP_SCAN command into ctrl_iface so that ap_scan configuration
1827 * fixed PC/SC initialization for ap_scan != 1 modes (this fixes
1828 EAP-SIM and EAP-AKA with real SIM/USIM card when using ap_scan=0 or
1829 ap_scan=2)
[all …]
H A Dconfig_winreg.c206 wpa_config_read_reg_dword(hk, TEXT("ap_scan"), &config->ap_scan); in wpa_config_read_global()
574 wpa_config_write_reg_dword(hk, TEXT("ap_scan"), config->ap_scan, in wpa_config_write_global()
H A Dwpa_supplicant.c254 if (wpa_s->conf->ap_scan == 0 && in wpa_supplicant_req_auth_timeout()
1327 old_ap_scan = wpa_s->conf->ap_scan; in wpa_supplicant_reload_configuration()
1330 if (old_ap_scan != wpa_s->conf->ap_scan) in wpa_supplicant_reload_configuration()
4246 wpa_s->conf->ap_scan == 2 && in wpas_start_assoc_cb()
4248 /* Use ap_scan==1 style network selection to find the network in wpas_start_assoc_cb()
4343 wpa_s->conf->ap_scan == 2) { in wpas_start_assoc_cb()
4623 } else if (wpa_s->conf->ap_scan == 1) { in wpas_start_assoc_cb()
5249 * @ap_scan: AP scan mode
5250 * Returns: 0 if succeed or -1 if ap_scan has an invalid value
5253 int wpa_supplicant_set_ap_scan(struct wpa_supplicant *wpa_s, int ap_scan) in wpa_supplicant_set_ap_scan() argument
[all …]
H A Deapol_test.py78 et.request("AP_SCAN 0")
H A Dwpa_supplicant.conf106 # Note: ap_scan=0/2 should not be used with the nl80211 driver interface (the
107 # current Linux interface). ap_scan=1 is the only option working with nl80211.
110 # When using IBSS or AP mode, ap_scan=2 mode can force the new network to be
111 # created immediately regardless of scan results. ap_scan=1 mode will first try
114 ap_scan=1
338 # of APs when using ap_scan=1 mode.
930 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
H A Dscan.c165 /* ap_scan=2 mode - try to associate with each SSID. */ in wpa_supplicant_assoc_try()
1100 if (wpa_s->conf->ap_scan != 0 && in wpa_supplicant_scan()
1103 "overriding ap_scan configuration"); in wpa_supplicant_scan()
1104 wpa_s->conf->ap_scan = 0; in wpa_supplicant_scan()
1108 if (wpa_s->conf->ap_scan == 0) { in wpa_supplicant_scan()
1147 if (wpa_s->conf->ap_scan == 2) in wpa_supplicant_scan()
1241 wpa_s->conf->ap_scan == 2) { in wpa_supplicant_scan()
1246 } else if (wpa_s->conf->ap_scan == 2) { in wpa_supplicant_scan()
1248 * User-initiated scan request in ap_scan == 2; scan with in wpa_supplicant_scan()
H A Ddefconfig263 # Disable scan result processing (ap_scan=1) to save code size by about 1 kB.
264 # This can be used if ap_scan=1 mode is never enabled.
H A Dconfig.h493 * ap_scan - AP scanning/selection
519 * Note: ap_scan=2 should not be used with the nl80211 driver interface
520 * (the current Linux interface). ap_scan=1 is optimized work working
524 int ap_scan; member
H A DREADME131 used with IEEE 802.1X (i.e., not WPA) when using ap_scan=0 option in
134 Wired Ethernet drivers (with ap_scan=0)
645 ap_scan=0
H A Dconfig_file.c1123 if (config->ap_scan != DEFAULT_AP_SCAN) in wpa_config_write_global()
1124 fprintf(f, "ap_scan=%d\n", config->ap_scan); in wpa_config_write_global()
H A Dconfig_ssid.h145 * Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are
322 * ap_scan=2.
H A Dandroid.config215 # This can be used if ap_scan=1 mode is never enabled.
H A Dwpa_cli.c462 "eapol_version", "ap_scan", "bgscan", in wpa_cli_complete_set()
574 "eapol_version", "ap_scan", in wpa_cli_complete_get()
674 return wpa_cli_cmd(ctrl, "AP_SCAN", 1, argc, argv); in wpa_cli_cmd_ap_scan()
3574 { "ap_scan", wpa_cli_cmd_ap_scan, NULL,
3576 "<value> = set ap_scan parameter" },
H A Devents.c227 if (wpa_s->conf->ap_scan == 1 && wpa_s->current_ssid) { in wpa_supplicant_select_config()
2445 if (wpa_s->conf->ap_scan == 2 || ap || in _wpa_supplicant_event_scan_results()
2547 if ((wpa_s->conf->ap_scan == 2 && !wpas_wps_searching(wpa_s))) in _wpa_supplicant_event_scan_results()
4232 if (wpa_s->conf->ap_scan == 1 && in wpa_supplicant_event_assoc()
4255 /* When using scanning (ap_scan=1), SIM PC/SC interface can be in wpa_supplicant_event_assoc()
H A Dwps_supplicant.c262 if (wpa_s->conf->ap_scan == 1) in wpas_wps_security_workaround()
273 if (wpa_s->conf->ap_scan == 1) in wpas_wps_security_workaround()
/freebsd/contrib/wpa/src/common/
H A Ddefs.h300 * with this BSS in ap_scan=1 mode. When using ap_scan=2 mode, this
/freebsd/usr.sbin/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf.595 .It Va ap_scan
161 .Va ap_scan
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.conf.sgml186 ap_scan=0
H A Dwpa_supplicant.sgml611 using ap_scan=0 option in configuration file.</para>
618 <para>Use ap_scan=0.</para>
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig186 ap_scan=1
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr58 ap_scan \
177 ap_scan=1
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3647 dbus_uint32_t ap_scan = wpa_s->conf->ap_scan; in wpas_dbus_getter_ap_scan() local
3650 &ap_scan, error); in wpas_dbus_getter_ap_scan()
3668 dbus_uint32_t ap_scan; in wpas_dbus_setter_ap_scan() local
3671 &ap_scan)) in wpas_dbus_setter_ap_scan()
3674 if (wpa_supplicant_set_ap_scan(wpa_s, ap_scan)) { in wpas_dbus_setter_ap_scan()
3676 "ap_scan must be 0, 1, or 2"); in wpas_dbus_setter_ap_scan()

12