Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DSupplicantBridge.java111 String result = mSupplicantHook.doCustomSupplicantCommand(anqpGet); in startANQP()
125 String result = mSupplicantHook.doCustomSupplicantCommand("REQ_HS20_ICON " + in doIconQuery()
141 String response = mSupplicantHook.doCustomSupplicantCommand(command); in retrieveIcon()
168 String result = mSupplicantHook.doCustomSupplicantCommand("DEL_HS20_ICON " + in retrieveIcon()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiStateMachineTest.java1005 when(mWifiNative.doCustomSupplicantCommand(command)).thenReturn("OK"); in iconQueryTest()
1011 verify(mWifiNative).doCustomSupplicantCommand(command); in iconQueryTest()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java320 public String doCustomSupplicantCommand(String command) { in doCustomSupplicantCommand() method in WifiNative