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 180 private WpsStateMachine mWpsStateMachine;
352 /* Commands/events reported by WpsStateMachine */
562 mWpsStateMachine = new WpsStateMachine(context, this, getHandler());
    [all...]

Completed in 17 milliseconds