Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DSupplicantBridge.java31 private final WifiNative mSupplicantHook; field in SupplicantBridge
80 mSupplicantHook = supplicantHook; in SupplicantBridge()
111 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()
188 String bssData = mSupplicantHook.scanResult(scanDetail.getBSSIDString()); in notifyANQPDone()