OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scan_ssid
(Results
1 - 7
of
7
) 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_i.h
236
u8
scan_ssid
[32];
member in struct:wpa_client_mlme
/external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h
82
* Please note that AP scanning with
scan_ssid
=1 and ap_scan=2 mode are
172
*
scan_ssid
- Scan this SSID with Probe Requests
174
*
scan_ssid
can be used to scan for APs using hidden SSIDs.
178
int
scan_ssid
;
member in struct:wpa_ssid
wpa_supplicant_i.h
288
u8
scan_ssid
[32];
member in struct:wpa_client_mlme
/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);
/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
Completed in 104 milliseconds