Searched refs:SECURITY_WEP (Results 1 – 4 of 4) sorted by relevance
91 static final int SECURITY_WEP = 1; field in AccessPoint133 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE; in getSecurity()138 return SECURITY_WEP; in getSecurity()169 case SECURITY_WEP: in getSecurityString()
425 (selectedAccessPoint.security == AccessPoint.SECURITY_WEP || in showConfigUi()518 accessPointSecurity == AccessPoint.SECURITY_WEP) { in initSecurityFields()
352 ((mAccessPointSecurity == AccessPoint.SECURITY_WEP && mPasswordView.length() == 0) || in enableSubmitIfAppropriate()395 case AccessPoint.SECURITY_WEP: in getConfig()
227 if (mAccessPoint.security == AccessPoint.SECURITY_WEP) { in enableSubmitIfAppropriate()