HomeSort by relevance Sort by last modified time
    Searched refs:scan_ssid (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 95 * Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are
224 * scan_ssid - Scan this SSID with Probe Requests
226 * scan_ssid can be used to scan for APs using hidden SSIDs.
229 * do support scan_ssid=1 and that should be used with them instead of
232 int scan_ssid; member in struct:wpa_ssid
wpa_supplicant.conf 113 # For finding networks using hidden SSID, scan_ssid=1 in the network block can
134 # (scan_ssid=1) or P2P device discovery.
680 # scan_ssid:
697 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
    [all...]
scan.c 588 if (!ssid || !ssid->scan_ssid)
857 ssid->scan_ssid) {
    [all...]
config_winreg.c 868 INT(scan_ssid);
config_file.c 676 INT(scan_ssid);
    [all...]
config.c     [all...]
  /system/connectivity/shill/wifi/
wifi.cc 494 const uint32_t scan_ssid = 1; // "True": Use directed probe. local
495 service_params.SetUint(WPASupplicant::kNetworkPropertyScanSSID, scan_ssid);
    [all...]

Completed in 385 milliseconds