Searched refs:LEAP (Results 1 - 2 of 2) sorted by relevance

/system/core/nexus/
H A DWifiNetwork.h48 static const uint32_t LEAP = 0x04; member in class:AuthenticationAlgorithmMask
H A DWifiNetwork.cpp401 if (mask & AuthenticationAlgorithmMask::LEAP)
402 strcat(accum, "LEAP ");
587 else if (!strcasecmp(v_token, "LEAP"))
588 *mask |= AuthenticationAlgorithmMask::LEAP;
858 if (mWn->getAuthAlgorithms() & AuthenticationAlgorithmMask::LEAP) {
861 strcat(tmp, "LEAP");

Completed in 91 milliseconds