HomeSort by relevance Sort by last modified time
    Searched defs:scan_ssid (Results 1 - 2 of 2) 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
  /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 67 milliseconds