Home
last modified time | relevance | path

Searched refs:SECURITY_WEP (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
DAccessPointPreferenceTest.java64 final int security = AccessPoint.SECURITY_WEP; in refresh_openNetwork_updateContentDescription()
94 final int security = AccessPoint.SECURITY_WEP; in refresh_setTitle_shouldUseSsidString()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java47 public static final int SECURITY_WEP = 1 << 0; field in WifiConfigurationTestUtil
138 if ((security == SECURITY_NONE) || ((security & SECURITY_WEP) != 0)) { in generateWifiConfig()
320 null, SECURITY_WEP); in createWepNetwork()
335 null, SECURITY_WEP); in createWepNetworkWithSingleKey()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java190 public static final int SECURITY_WEP = 1; field in AccessPoint
1016 case SECURITY_WEP: in getSecurityString()
1729 return SECURITY_WEP; in getSecurity()
1761 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE; in getSecurity()
1765 if (security == SECURITY_WEP) { in securityToString()