OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyMgmt
(Results
1 - 23
of
23
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java
51
public static class
KeyMgmt
{
52
private
KeyMgmt
() { }
251
* See {@link
KeyMgmt
} for descriptions of the values.
361
if (allowedKeyManagement.get(
KeyMgmt
.WPA_EAP) == false) {
364
if ((allowedKeyManagement.get(
KeyMgmt
.IEEE8021X) == false)
365
&& (allowedKeyManagement.get(
KeyMgmt
.WPA_PSK) == false)) {
385
sbuf.append("
KeyMgmt
:");
389
if (k <
KeyMgmt
.strings.length) {
390
sbuf.append(
KeyMgmt
.strings[k]);
503
String
keyMgmt
= null
[
all
...]
WifiApConfigStore.java
20
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
156
if (authType !=
KeyMgmt
.NONE) {
185
if(authType !=
KeyMgmt
.NONE) {
206
config.allowedKeyManagement.set(
KeyMgmt
.WPA2_PSK);
WifiConfigStore.java
28
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
754
if (config.allowedKeyManagement.get(
KeyMgmt
.WPA_EAP)
755
&& config.allowedKeyManagement.get(
KeyMgmt
.IEEE8021X)) {
[
all
...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiSoftAPTest.java
22
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
65
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
WifiClientTest.java
26
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
119
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
156
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
206
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java
26
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
133
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
138
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
156
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
172
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
185
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
/packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java
24
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
71
if (wifiConfig.allowedKeyManagement.get(
KeyMgmt
.WPA_PSK)) {
73
} else if (wifiConfig.allowedKeyManagement.get(
KeyMgmt
.WPA2_PSK)) {
93
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
97
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
106
config.allowedKeyManagement.set(
KeyMgmt
.WPA2_PSK);
AccessPoint.java
25
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
76
if (config.allowedKeyManagement.get(
KeyMgmt
.WPA_PSK)) {
79
if (config.allowedKeyManagement.get(
KeyMgmt
.WPA_EAP) ||
80
config.allowedKeyManagement.get(
KeyMgmt
.IEEE8021X)) {
397
mConfig.allowedKeyManagement.set(
KeyMgmt
.NONE);
WifiConfigController.java
32
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
344
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
348
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
365
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
377
config.allowedKeyManagement.set(
KeyMgmt
.WPA_EAP);
378
config.allowedKeyManagement.set(
KeyMgmt
.IEEE8021X);
[
all
...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java
29
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
199
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
202
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
207
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
210
config.allowedKeyManagement.set(
KeyMgmt
.WPA_EAP);
211
config.allowedKeyManagement.set(
KeyMgmt
.IEEE8021X);
ConnectivityManagerTestBase.java
29
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
555
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java
24
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
78
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
WifiStressTest.java
25
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
228
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java
36
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
539
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
/frameworks/base/services/java/com/android/server/
NetworkManagementService.java
46
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
[
all
...]
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 103 milliseconds