OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNetworkVar
(Results
1 - 3
of
3
) sorted by null
/system/core/nexus/
Supplicant.h
62
const char *
getNetworkVar
(int networkid, const char *var, char *buffer,
WifiNetwork.cpp
190
if (mSuppl->
getNetworkVar
(mNetid, "psk", buffer, len))
198
if (mSuppl->
getNetworkVar
(mNetid, name, buffer, len))
204
if (mSuppl->
getNetworkVar
(mNetid, "wep_tx_keyidx", buffer, len))
208
if (mSuppl->
getNetworkVar
(mNetid, "priority", buffer, len))
212
if (mSuppl->
getNetworkVar
(mNetid, "scan_ssid", buffer, len))
216
if (mSuppl->
getNetworkVar
(mNetid, "key_mgmt", buffer, len)) {
225
if (mSuppl->
getNetworkVar
(mNetid, "proto", buffer, len)) {
234
if (mSuppl->
getNetworkVar
(mNetid, "auth_alg", buffer, len)) {
243
if (mSuppl->
getNetworkVar
(mNetid, "pairwise", buffer, len)) {
252
if (mSuppl->
getNetworkVar
(mNetid, "group", buffer, len))
[
all
...]
Supplicant.cpp
516
const char *Supplicant::
getNetworkVar
(int networkId, const char *var,
Completed in 28 milliseconds