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

  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 52 private SupplicantState mSupplicantState;
72 mSupplicantState = SupplicantState.UNINITIALIZED;
168 return mSupplicantState;
172 mSupplicantState = state;
212 mSupplicantState = valueOf(stateName);
236 append(mSupplicantState == null ? none : mSupplicantState).
258 mSupplicantState.writeToParcel(dest, flags);
273 info.mSupplicantState = SupplicantState.CREATOR.createFromParcel(in);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 57 private TextView mSupplicantState;
137 mSupplicantState = (TextView) findViewById(R.id.supplicant_state);
203 mSupplicantState.setText("FOUR WAY HANDSHAKE");
205 mSupplicantState.setText("ASSOCIATED");
207 mSupplicantState.setText("ASSOCIATING");
209 mSupplicantState.setText("COMPLETED");
211 mSupplicantState.setText("DISCONNECTED");
213 mSupplicantState.setText("DORMANT");
215 mSupplicantState.setText("GROUP HANDSHAKE");
217 mSupplicantState.setText("INACTIVE")
    [all...]
  /system/core/nexus/
WifiController.cpp 66 mSupplicantState = SupplicantState::UNKNOWN;
208 SupplicantState::toString(mSupplicantState,
212 if (mSupplicantState != SupplicantState::IDLE) {
307 switch (mSupplicantState) {
530 if (evt->getState() == mSupplicantState)
534 SupplicantState::toString(mSupplicantState, tmp, sizeof(tmp)),
545 mSupplicantState, tmp, evt->getState(), tmp2);
547 mSupplicantState = evt->getState();
549 if (mSupplicantState == SupplicantState::COMPLETED) {
713 if (!SupplicantState::toString(mWc->mSupplicantState, buffer, max)
    [all...]
WifiController.h 183 int mSupplicantState;

Completed in 41 milliseconds