Home
last modified time | relevance | path

Searched refs:getAuthAlgorithms (Results 1 – 2 of 2) sorted by relevance

/system/core/nexus/
DWifiNetwork.cpp846 if (mWn->getAuthAlgorithms() == 0) { in get()
851 if (mWn->getAuthAlgorithms() & AuthenticationAlgorithmMask::OPEN) in get()
853 if (mWn->getAuthAlgorithms() & AuthenticationAlgorithmMask::SHARED) { in get()
858 if (mWn->getAuthAlgorithms() & AuthenticationAlgorithmMask::LEAP) { in get()
DWifiNetwork.h322 uint32_t getAuthAlgorithms() { return mAuthAlgorithms; } in getAuthAlgorithms() function