Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_device.cpp28 static std::map<WifiSecurityType, std::string> g_secTypeKeyMgmtMap = { variable
116 std::map<WifiSecurityType, std::string>::const_iterator iter = g_secTypeKeyMgmtMap.find(key); in GetKeyMgmtBySecType()
117 return iter == g_secTypeKeyMgmtMap.end() ? "NONE" : iter->second; in GetKeyMgmtBySecType()
122 for (auto& each : g_secTypeKeyMgmtMap) { in GetSecTypeByKeyMgmt()