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

/system/core/nexus/
H A DWifiNetwork.h41 static const uint32_t RSN = 0x02; member in class:SecurityProtocolMask
H A DWifiNetwork.cpp378 if (mask & SecurityProtocolMask::RSN)
379 strcat(accum, "RSN");
556 else if (!strcasecmp(v_token, "RSN"))
557 *mask |= SecurityProtocolMask::RSN;
816 if (mWn->getProtocols() & SecurityProtocolMask::RSN) {
819 strcat(tmp, "RSN");

Completed in 24 milliseconds