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

  /system/core/nexus/
SupplicantState.h 27 static const int ASSOCIATED = 4;
SupplicantState.cpp 35 else if (val == SupplicantState::ASSOCIATED)
36 strncpy(buffer, "ASSOCIATED", max);
SupplicantStatus.cpp 73 else if (!strcmp(value, "ASSOCIATED"))
74 state = SupplicantState::ASSOCIATED;
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 35 * This state indicates that client is not associated, but is likely to
78 ASSOCIATED,
115 * address associated with the connection yet. Typically, a DHCP
WifiInfo.java 43 stateMap.put(SupplicantState.ASSOCIATED, DetailedState.CONNECTING);
WifiStateTracker.java 438 * Return the system properties name associated with the tcp buffer sizes
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 41 assertTrue(SupplicantState.isValidState(SupplicantState.ASSOCIATED));
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 204 } else if(SupplicantState.ASSOCIATED.equals(supplicantState)) {
205 mSupplicantState.setText("ASSOCIATED");
  /external/srec/config/en.us/dictionary/
c0.6     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 2731 milliseconds