OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setNetworkVar
(Results
1 - 3
of
3
) sorted by null
/system/core/nexus/
Supplicant.h
61
int
setNetworkVar
(int networkId, const char *var, const char *value);
WifiNetwork.cpp
269
if (mSuppl->
setNetworkVar
(mNetid, "ssid", tmp))
278
if (mSuppl->
setNetworkVar
(mNetid, "bssid", bssid))
289
if (mSuppl->
setNetworkVar
(mNetid, "psk", tmp))
302
int rc = mSuppl->
setNetworkVar
(mNetid, name, key);
317
if (mSuppl->
setNetworkVar
(mNetid, "wep_tx_keyidx", val))
327
if (mSuppl->
setNetworkVar
(mNetid, "priority", val))
335
if (mSuppl->
setNetworkVar
(mNetid, "scan_ssid", ssid))
364
if (mSuppl->
setNetworkVar
(mNetid, "key_mgmt", accum))
381
if (mSuppl->
setNetworkVar
(mNetid, "proto", accum))
404
if (mSuppl->
setNetworkVar
(mNetid, "auth_alg", accum)
[
all
...]
Supplicant.cpp
495
int Supplicant::
setNetworkVar
(int networkId, const char *var, const char *val) {
Completed in 26 milliseconds