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

/system/core/nexus/
H A DWifiNetwork.h46 static const uint32_t OPEN = 0x01; member in class:AuthenticationAlgorithmMask
H A DWifiNetwork.cpp395 if (mask & AuthenticationAlgorithmMask::OPEN)
396 strcpy(accum, "OPEN ");
583 if (!strcasecmp(v_token, "OPEN"))
584 *mask |= AuthenticationAlgorithmMask::OPEN;
851 if (mWn->getAuthAlgorithms() & AuthenticationAlgorithmMask::OPEN)
852 strcat(tmp, "OPEN");

Completed in 90 milliseconds