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

/packages/apps/Settings/src/com/android/settings/wifi/
H A DAccessPoint.java49 static final int SECURITY_WEP = 1; field in class:AccessPoint
83 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE;
88 return SECURITY_WEP;
119 case SECURITY_WEP:

Completed in 144 milliseconds