Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp2295 std::string base64Challenge = EncodeBase64(randVec); in GetGsmAuthResponseWithLength() local
2296 std::string response = SimAkaAuth(base64Challenge, SIM_AUTH_EAP_SIM_TYPE); in GetGsmAuthResponseWithLength()
2388 std::string base64Challenge = EncodeBase64(randVec); in GetGsmAuthResponseWithoutLength() local
2389 std::string response = SimAkaAuth(base64Challenge, SIM_AUTH_EAP_SIM_TYPE); in GetGsmAuthResponseWithoutLength()