Searched defs:SECURITY_NONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigurationTestUtil.java45 public static final int SECURITY_NONE = 0; field in class:WifiConfigurationTestUtil
134 if ((security == SECURITY_NONE) || ((security & SECURITY_WEP) != 0)) {
233 null, SECURITY_NONE);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java162 public static final int SECURITY_NONE = 0; field in class:AccessPoint
438 if (security != SECURITY_NONE) {
744 case SECURITY_NONE:
988 if (security != SECURITY_NONE)
1301 return SECURITY_NONE;
1312 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE;

Completed in 168 milliseconds