Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dsta_network.cpp1504 std::string ctrl_rsp_param = std::string(kNetworkEapSimGsmAuthResponse); in sendNetworkEapSimGsmAuthResponseInternal() local
1516 ctrl_rsp_param += ":" + std::string(kc_hex.data()) + ":" + in sendNetworkEapSimGsmAuthResponseInternal()
1522 wpa_s, wpa_ssid, rtype, ctrl_rsp_param.c_str())) { in sendNetworkEapSimGsmAuthResponseInternal()
1528 (const u8 *)ctrl_rsp_param.c_str(), ctrl_rsp_param.size()); in sendNetworkEapSimGsmAuthResponseInternal()
1564 std::string ctrl_rsp_param = in sendNetworkEapSimUmtsAuthResponseInternal() local
1571 wpa_s, wpa_ssid, rtype, ctrl_rsp_param.c_str())) { in sendNetworkEapSimUmtsAuthResponseInternal()
1577 (const u8 *)ctrl_rsp_param.c_str(), ctrl_rsp_param.size()); in sendNetworkEapSimUmtsAuthResponseInternal()
1589 std::string ctrl_rsp_param = in sendNetworkEapSimUmtsAutsResponseInternal() local
1595 wpa_s, wpa_ssid, rtype, ctrl_rsp_param.c_str())) { in sendNetworkEapSimUmtsAutsResponseInternal()
1601 (const u8 *)ctrl_rsp_param.c_str(), ctrl_rsp_param.size()); in sendNetworkEapSimUmtsAutsResponseInternal()
[all …]