Searched refs:scan_ssid (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf120 # (scan_ssid=1) or P2P device discovery.
788 # scan_ssid:
805 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
1526 scan_ssid=1
1804 scan_ssid=1
H A Dscan.c778 if (ssid->scan_ssid)
1041 ssid->scan_ssid) {
1452 if (!wpas_network_disabled(wpa_s, ssid) && !ssid->scan_ssid) {
1556 if (ssid->scan_ssid && ssid->ssid && ssid->ssid_len) {
1573 !ssid->scan_ssid));
2656 if (ssid->scan_ssid)
2692 if (ssid->scan_ssid && params.num_ssids < num_ssid) {
H A Dconfig_ssid.h108 * Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are
277 * scan_ssid - Scan this SSID with Probe Requests
279 * scan_ssid can be used to scan for APs using hidden SSIDs.
282 * do support scan_ssid=1 and that should be used with them instead of
285 int scan_ssid; member in struct:wpa_ssid
H A Dconfig_file.c753 INT(scan_ssid);
H A Dconfig.c2222 { INT_RANGE(scan_ssid, 0, 1) },

Completed in 102 milliseconds