Home
last modified time | relevance | path

Searched defs:paramsStr (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java391 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair() local
424 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair() local
459 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse() local
483 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse() local
507 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik) in testSendNetworkEapSimUmtsAuthResponse() local
540 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik) in testSendInvalidNetworkEapSimUmtsAuthResponse() local
563 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendNetworkEapSimUmtsAutsResponse() local
582 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendInvalidNetworkEapSimUmtsAutsResponse() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java600 public boolean sendCurrentNetworkEapSimGsmAuthResponse(String paramsStr) { in sendCurrentNetworkEapSimGsmAuthResponse()
621 public boolean sendCurrentNetworkEapSimUmtsAuthResponse(String paramsStr) { in sendCurrentNetworkEapSimUmtsAuthResponse()
632 public boolean sendCurrentNetworkEapSimUmtsAutsResponse(String paramsStr) { in sendCurrentNetworkEapSimUmtsAutsResponse()
DSupplicantStaNetworkHal.java2105 public boolean sendNetworkEapSimGsmAuthResponse(String paramsStr) { in sendNetworkEapSimGsmAuthResponse()
2179 public boolean sendNetworkEapSimUmtsAuthResponse(String paramsStr) { in sendNetworkEapSimUmtsAuthResponse()
2237 public boolean sendNetworkEapSimUmtsAutsResponse(String paramsStr) { in sendNetworkEapSimUmtsAutsResponse()