HomeSort by relevance Sort by last modified time
    Searched refs:WifiMonitor (Results 1 - 4 of 4) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 42 import android.net.wifi.WifiMonitor;
95 * driver through wpa_supplicant and handles the event responses through WifiMonitor.
421 private WifiMonitor mWifiMonitor = new WifiMonitor(this, mWifiNative);
612 case WifiMonitor.P2P_INVITATION_RESULT_EVENT:
613 case WifiMonitor.SCAN_RESULTS_EVENT:
614 case WifiMonitor.SUP_CONNECTION_EVENT:
615 case WifiMonitor.SUP_DISCONNECTION_EVENT:
616 case WifiMonitor.NETWORK_CONNECTION_EVENT:
617 case WifiMonitor.NETWORK_DISCONNECTION_EVENT
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java 48 public class WifiMonitor {
51 private static final String TAG = "WifiMonitor";
360 public WifiMonitor(StateMachine wifiStateMachine, WifiNative wifiNative) {
361 if (DBG) Log.d(TAG, "Creating WifiMonitor");
389 private HashMap<String, WifiMonitor> mIfaceMap = new HashMap<String, WifiMonitor>();
408 WifiMonitor m = mIfaceMap.get(iface);
446 WifiMonitor m = mIfaceMap.get(iface);
452 public synchronized void registerInterfaceMonitor(String iface, WifiMonitor m) {
461 // REVIEW: When should we call this? If this isn't called, then WifiMonitor
    [all...]
SupplicantStateTracker.java 173 case WifiMonitor.AUTHENTICATION_FAILURE_EVENT:
177 case WifiMonitor.SUPPLICANT_STATE_CHANGE_EVENT:
191 case WifiMonitor.ASSOCIATION_REJECTION_EVENT:
277 case WifiMonitor.SUPPLICANT_STATE_CHANGE_EVENT:
321 case WifiMonitor.SUPPLICANT_STATE_CHANGE_EVENT:
WifiStateMachine.java 115 private WifiMonitor mWifiMonitor;
660 mWifiMonitor = new WifiMonitor(this, mWifiNative);
    [all...]

Completed in 148 milliseconds