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()216 signal.setImageState((security != SECURITY_NONE) ? in onBindView()364 if (security != SECURITY_NONE) { in refresh()391 if (security != SECURITY_NONE) in generateOpenNetworkConfig()
149 mAccessPointSecurity = (accessPoint == null) ? AccessPoint.SECURITY_NONE : in WifiConfigController()343 case AccessPoint.SECURITY_NONE: in getConfig()561 if (mAccessPointSecurity == AccessPoint.SECURITY_NONE) { in showSecurityFields()
584 } else if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE) { in onContextItemSelected()611 if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE && in onPreferenceTreeClick()
449 } else if (selectedAccessPoint.security == AccessPoint.SECURITY_NONE) { in showConfigUi()