Searched refs:SupplicantStaIfaceHal (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiInjector.java83 private final SupplicantStaIfaceHal mSupplicantStaIfaceHal;
169 mSupplicantStaIfaceHal = new SupplicantStaIfaceHal(mContext, mWifiMonitor);
259 public SupplicantStaIfaceHal getSupplicantStaIfaceHal() {
H A DWifiNative.java64 private final SupplicantStaIfaceHal mSupplicantStaIfaceHal;
69 SupplicantStaIfaceHal staIfaceHal, WificondControl condControl) {
H A DSupplicantStaIfaceHal.java79 public class SupplicantStaIfaceHal { class
80 private static final String TAG = "SupplicantStaIfaceHal";
135 public SupplicantStaIfaceHal(Context context, WifiMonitor monitor) { method in class:SupplicantStaIfaceHal
H A DSupplicantStaNetworkHal.java2355 + SupplicantStaIfaceHal.supplicantStatusCodeToString(status.code) + ", "
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeTest.java150 @Mock private SupplicantStaIfaceHal mStaIfaceHal;
680 * Verifies that connectToNetwork() calls underlying WificondControl and SupplicantStaIfaceHal.
692 * Verifies that roamToNetwork() calls underlying WificondControl and SupplicantStaIfaceHal.
H A DSupplicantStaIfaceHalTest.java80 * Unit tests for SupplicantStaIfaceHal
112 private SupplicantStaIfaceHal mDut;
123 private class SupplicantStaIfaceHalSpy extends SupplicantStaIfaceHal {
174 * Sunny day scenario for SupplicantStaIfaceHal initialization
1392 // Initialize SupplicantStaIfaceHal, should call serviceManager.registerForNotifications

Completed in 918 milliseconds