Searched refs:SECURITY_NONE (Results 1 – 4 of 4) sorted by relevance
48 static final int SECURITY_NONE = 0; field in AccessPoint83 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE; in getSecurity()94 return SECURITY_NONE; in getSecurity()122 case SECURITY_NONE: in getSecurityString()215 signal.setImageState((security != SECURITY_NONE) ? in onBindView()345 if (security != SECURITY_NONE) { in refresh()372 if (security != SECURITY_NONE) in generateOpenNetworkConfig()
150 mAccessPointSecurity = (accessPoint == null) ? AccessPoint.SECURITY_NONE : in WifiConfigController()323 case AccessPoint.SECURITY_NONE: in getConfig()516 if (mAccessPointSecurity == AccessPoint.SECURITY_NONE) { in showSecurityFields()
526 } else if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE) { in onContextItemSelected()553 if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE && in onPreferenceTreeClick()
452 } else if (selectedAccessPoint.security == AccessPoint.SECURITY_NONE) { in showConfigUi()