Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_msg.cpp22 static const std::string PREFIX_AUTHEAP = "autheap="; variable
31 PREFIX_AUTHEAP : PREFIX_AUTH; in Phase2MethodToStr()
40 } else if (str.find(PREFIX_AUTHEAP) == 0) { in Phase2MethodFromStr()
41 methodStr = str.substr(PREFIX_AUTHEAP.length()); in Phase2MethodFromStr()