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

  /system/core/nexus/
WifiScanner.h 27 Supplicant *mSuppl;
WifiScanner.cpp 34 mSuppl = suppl;
90 if (mSuppl->triggerScan(mActive)) {
WifiNetwork.cpp 36 mSuppl = suppl;
89 mSuppl = suppl;
110 r->mSuppl = mSuppl;
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))
    [all...]
WifiNetwork.h 200 Supplicant *mSuppl;

Completed in 27 milliseconds