HomeSort by: relevance | last modified time | path
    Searched refs:scan_ssid (Results 1 - 7 of 7) sorted by relevancy

  /src/share/examples/wpa_supplicant/
wpa_supplicant.conf 35 scan_ssid=1
55 # scan_ssid=1
80 # scan_ssid=1
105 # scan_ssid=1
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.conf 108 # For finding networks using hidden SSID, scan_ssid=1 in the network block can
129 # (scan_ssid=1) or P2P device discovery.
903 # scan_ssid:
930 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
1778 scan_ssid=1
2056 scan_ssid=1
config_ssid.h 145 * Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are
316 * scan_ssid - Scan this SSID with Probe Requests
318 * scan_ssid can be used to scan for APs using hidden SSIDs.
321 * do support scan_ssid=1 and that should be used with them instead of
324 int scan_ssid; member in struct:wpa_ssid
scan.c 1014 if (ssid->scan_ssid)
1287 ssid->scan_ssid) {
1729 if (!wpas_network_disabled(wpa_s, ssid) && !ssid->scan_ssid) {
1833 if (ssid->scan_ssid && ssid->ssid && ssid->ssid_len) {
1850 !ssid->scan_ssid));
3480 if (ssid->scan_ssid)
3516 if (ssid->scan_ssid && params.num_ssids < num_ssid) {
config_winreg.c 888 INT(scan_ssid);
config_file.c 678 INT(scan_ssid);
config.c 2521 { INT_RANGE(scan_ssid, 0, 1) },

Completed in 29 milliseconds