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

  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 82 * Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are
169 * scan_ssid - Scan this SSID with Probe Requests
171 * scan_ssid can be used to scan for APs using hidden SSIDs.
175 int scan_ssid; member in struct:wpa_ssid
wpa_supplicant.conf 221 # scan_ssid:
238 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
522 scan_ssid=1
771 scan_ssid=1
scan.c 137 (ssid->scan_ssid || wpa_s->conf->ap_scan == 2))
145 * scanning for each scan_ssid=1 network.
247 if (!ssid->disabled && ssid->scan_ssid)
wpa_supplicant_i.h 236 u8 scan_ssid[32]; member in struct:wpa_client_mlme
config_file.c 750 INT(scan_ssid);
config_winreg.c 821 INT(scan_ssid);
mlme.c 613 wpa_s->mlme.scan_ssid,
    [all...]
config.c 1345 { INT_RANGE(scan_ssid, 0, 1) },
    [all...]
  /external/wpa_supplicant/
config_ssid.h 108 * Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are
195 * scan_ssid - Scan this SSID with Probe Requests
197 * scan_ssid can be used to scan for APs using hidden SSIDs.
201 int scan_ssid; member in struct:wpa_ssid
wpa_supplicant_i.h 237 u8 scan_ssid[32]; member in struct:wpa_client_mlme
config_file.c 581 INT(scan_ssid);
mlme.c 914 wpa_s->mlme.scan_ssid,
    [all...]
config_winreg.c 731 INT(scan_ssid);
wpa_supplicant.c 507 if (!ssid->disabled && ssid->scan_ssid)
1057 (ssid->scan_ssid || wpa_s->conf->ap_scan == 2))
1065 * scanning for each scan_ssid=1 network.
    [all...]
config.c 1145 { INT_RANGE(scan_ssid, 0, 1) },
    [all...]
driver_wext.c 1147 scan_probe_flag = wpa_s->prev_scan_ssid->scan_ssid;
    [all...]
  /system/core/nexus/
WifiNetwork.cpp 212 if (mSuppl->getNetworkVar(mNetid, "scan_ssid", buffer, len))
335 if (mSuppl->setNetworkVar(mNetid, "scan_ssid", ssid))
963 const char *scan_ssid = mWn->getHiddenSsid(); local
965 strncpy(buffer, (scan_ssid ? scan_ssid : "none"), max);
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 279 if (wpa_s->prev_scan_ssid->scan_ssid) {
    [all...]
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.c 279 if (wpa_s->prev_scan_ssid->scan_ssid) {
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 1124 scan_probe_flag = wpa_s->prev_scan_ssid->scan_ssid;
    [all...]

Completed in 500 milliseconds