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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DSupplicantBridge.java111 String result = mSupplicantHook.doCustomSupplicantCommand(anqpGet);
125 String result = mSupplicantHook.doCustomSupplicantCommand("REQ_HS20_ICON " +
141 String response = mSupplicantHook.doCustomSupplicantCommand(command);
168 String result = mSupplicantHook.doCustomSupplicantCommand("DEL_HS20_ICON " +
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java1084 when(mWifiNative.doCustomSupplicantCommand(command)).thenReturn("OK");
1090 verify(mWifiNative).doCustomSupplicantCommand(command);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java322 public String doCustomSupplicantCommand(String command) { method in class:WifiNative

Completed in 87 milliseconds