OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WEP
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/common_lib/cros/network/
wifi_rack_constants.py
33
WEP
= NetworkServices('
WEP
',
64
WEP
, PEAP, WPA2, EAP_TTLS]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiSecurity.java
31
WEP
(R.string.wifi_security_type_wep),
37
if (result.capabilities.contains("
WEP
")) {
38
return
WEP
;
55
return (config.wepKeys[0] != null) ?
WEP
: NONE;
60
case AccessPoint.SECURITY_WEP: return
WEP
;
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
WifiConfig.java
37
WEP
;
85
case
WEP
:
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
WifiLockdownTestActivity.java
48
private static final int
WEP
= R.id.device_owner_keymgmnt_wep;
165
case
WEP
: {
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java
42
private static final int
WEP
= 1;
65
* Create a {@link WifiConfiguration} for a
WEP
secured network
160
* security being one of NONE,
WEP
, PSK, or EAP. If
WEP
, PSK, or EAP are selected, the field
201
case
WEP
:
273
if ("
WEP
".equalsIgnoreCase(security)) {
274
return
WEP
;
282
throw new IllegalArgumentException("Security type must be one of NONE,
WEP
, PSK, or EAP");
Completed in 260 milliseconds