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

  /frameworks/base/wifi/java/android/net/wifi/
WpsStateMachine.java 49 class WpsStateMachine extends StateMachine {
51 private static final String TAG = "WpsStateMachine";
65 public WpsStateMachine(Context context, WifiStateMachine wsm, Handler target) {
WifiStateMachine.java 170 private WpsStateMachine mWpsStateMachine;
334 /* Commands/events reported by WpsStateMachine */
520 mWpsStateMachine = new WpsStateMachine(context, this, getHandler());
    [all...]

Completed in 220 milliseconds