Searched refs:SupplicantBridge (Results 1 - 4 of 4) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java70 import com.android.server.wifi.hotspot2.SupplicantBridge;
267 private final SupplicantBridge mSupplicantBridge;
309 private class SupplicantBridgeCallbacks implements SupplicantBridge.SupplicantBridgeCallbacks {
394 mSupplicantBridge = new SupplicantBridge(wifiNative, mSupplicantBridgeCallbacks);
H A DWifiNative.java51 import com.android.server.wifi.hotspot2.SupplicantBridge;
689 } else if (SupplicantBridge.isAnqpAttribute(line)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java255 mANQPElements = SupplicantBridge.parseANQPLines(anqpLines);
H A DSupplicantBridge.java30 public class SupplicantBridge { class
55 * Interface to be implemented by the client to receive callbacks from SupplicantBridge.
79 public SupplicantBridge(WifiNative supplicantHook, SupplicantBridgeCallbacks callbacks) { method in class:SupplicantBridge
97 Log.e(Utils.hs2LogTag(SupplicantBridge.class), "Failed to parse ANQP: " + pe);
348 Log.e(Utils.hs2LogTag(SupplicantBridge.class), "Failed to parse hex string");

Completed in 74 milliseconds