Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_monitor.cpp302 param.rands.push_back(results[i]); in OnWpaEapSimAuthCallBack()
305 WIFI_LOGI("%{public}s size:%{public}zu", __func__, param.rands.size()); in OnWpaEapSimAuthCallBack()
H A Dsta_state_machine.cpp2270 LOGI("%{public}s size:%{public}zu", __func__, param.rands.size()); in GetGsmAuthResponseWithLength()
2271 for (auto iter = param.rands.begin(); iter != param.rands.end(); ++iter) { in GetGsmAuthResponseWithLength()
2364 LOGI("%{public}s size: %{public}zu", __func__, param.rands.size()); in GetGsmAuthResponseWithoutLength()
2365 for (auto iter = param.rands.begin(); iter != param.rands.end(); ++iter) { in GetGsmAuthResponseWithoutLength()
2584 LOGI("%{public}s size: %{public}zu", __func__, param.rands.size()); in DealWpaEapSimAuthEvent()
2587 if (param.rands.size() <= 0) { in DealWpaEapSimAuthEvent()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test.cpp199 param.rands.push_back("30303a35353a44443a66663a4d4d"); in GetGsmAuthResponseWithoutLengthTest()
206 param.rands.push_back("30303a35353a44443a66663a4d4d"); in GetGsmAuthResponseWithLengthTest()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h827 std::vector<std::string> rands; member
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp2019 param.rands.push_back("aaaaa"); in GetGsmAuthResponseWithLengthTest()
2026 param.rands.push_back("aaaaa"); in GetGsmAuthResponseWithoutLengthTest()
2065 param.rands.push_back("11111"); in DealWpaEapSimAuthEventTest()