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

  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 111 # For finding networks using hidden SSID, scan_ssid=1 in the network block can
132 # (scan_ssid=1) or P2P device discovery.
764 # scan_ssid:
781 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
    [all...]
config_ssid.h 96 * Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are
257 * scan_ssid - Scan this SSID with Probe Requests
259 * scan_ssid can be used to scan for APs using hidden SSIDs.
262 * do support scan_ssid=1 and that should be used with them instead of
265 int scan_ssid; member in struct:wpa_ssid
scan.c 663 if (!ssid || !ssid->scan_ssid)
942 ssid->scan_ssid) {
    [all...]
config_winreg.c 870 INT(scan_ssid);
config_file.c 742 INT(scan_ssid);
    [all...]
config.c     [all...]
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_sta_network_hidl_test.cpp 343 [&](const SupplicantStatus& status, bool scan_ssid) {
345 EXPECT_EQ(true, scan_ssid);
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_network.cpp 722 wpa_ssid->scan_ssid = enable ? 1 : 0;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
sta_network.cpp 741 wpa_ssid->scan_ssid = enable ? 1 : 0;
    [all...]

Completed in 99 milliseconds