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

  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 38 static final int SECURITY_WEP = 1;
60 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE;
65 return SECURITY_WEP;
WifiDialog.java 112 case AccessPoint.SECURITY_WEP:
250 ((mSecurity == AccessPoint.SECURITY_WEP && mPassword.length() == 0) ||

Completed in 26 milliseconds