OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyMgmt
(Results
1 - 25
of
47
) sorted by null
1
2
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigurationTestUtil.java
82
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.NONE);
85
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.WPA_PSK);
89
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.WPA_EAP);
90
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.IEEE8021X);
WifiApConfigStoreTest.java
26
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
110
assertTrue(config.allowedKeyManagement.get(
KeyMgmt
.WPA2_PSK));
133
KeyMgmt
.WPA_EAP, /* key management */
153
KeyMgmt
.WPA_EAP, /* key management */
180
KeyMgmt
.WPA_EAP, /* key management */
WifiConfigManagerTest.java
29
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
[
all
...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiSecurity.java
48
if (config.allowedKeyManagement.get(WifiConfiguration.
KeyMgmt
.WPA_PSK)) {
51
if (config.allowedKeyManagement.get(WifiConfiguration.
KeyMgmt
.WPA_EAP)
52
|| config.allowedKeyManagement.get(WifiConfiguration.
KeyMgmt
.IEEE8021X)) {
WifiConfigHelper.java
22
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
79
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
82
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
87
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
90
config.allowedKeyManagement.set(
KeyMgmt
.WPA_EAP);
91
config.allowedKeyManagement.set(
KeyMgmt
.IEEE8021X);
ConnectivityListener.java
31
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
279
return configuredNetwork.allowedKeyManagement.get(
KeyMgmt
.WPA_PSK) ||
280
configuredNetwork.allowedKeyManagement.get(
KeyMgmt
.WPA_EAP) ||
281
configuredNetwork.allowedKeyManagement.get(
KeyMgmt
.IEEE8021X);
/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
;
118
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
155
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
205
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
/frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java
76
public static class
KeyMgmt
{
77
private
KeyMgmt
() { }
318
* See {@link
KeyMgmt
} for descriptions of the values.
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiApConfigStore.java
21
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
146
if (authType !=
KeyMgmt
.NONE) {
177
if (authType !=
KeyMgmt
.NONE) {
195
config.allowedKeyManagement.set(
KeyMgmt
.WPA2_PSK);
WifiNetworkHistory.java
251
WifiConfiguration.
KeyMgmt
.strings);
568
if (!config.allowedKeyManagement.get(WifiConfiguration.
KeyMgmt
.WPA_EAP)) {
571
if ((!config.allowedKeyManagement.get(WifiConfiguration.
KeyMgmt
.IEEE8021X))
572
&& (!config.allowedKeyManagement.get(WifiConfiguration.
KeyMgmt
.WPA_PSK))) {
WifiConfigManager.java
38
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
458
&& config.allowedKeyManagement.get(WifiConfiguration.
KeyMgmt
.WPA_PSK)
[
all
...]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
WifiConfig.java
79
wifiConf.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.NONE);
104
wifiConf.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.WPA_PSK);
118
wifiConf.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.NONE);
/packages/apps/Nfc/src/com/android/nfc/
NfcWifiProtectedSetup.java
166
allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.WPA_PSK);
168
allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.WPA_EAP);
170
allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.NONE);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java
25
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
60
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
80
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
101
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
124
config.allowedKeyManagement.set(
KeyMgmt
.WPA_EAP);
125
config.allowedKeyManagement.set(
KeyMgmt
.IEEE8021X);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java
22
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
80
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
/packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java
24
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
82
if (wifiConfig.allowedKeyManagement.get(
KeyMgmt
.WPA2_PSK)) {
104
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
108
config.allowedKeyManagement.set(
KeyMgmt
.WPA2_PSK);
/cts/common/device-side/util/src/com/android/compatibility/common/util/
WifiConfigCreator.java
153
wifiConf.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.NONE);
166
wifiConf.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.WPA_PSK);
173
wifiConf.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.NONE);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java
19
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
258
config.allowedKeyManagement.set(
KeyMgmt
.NONE);
262
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
265
config.allowedKeyManagement.set(
KeyMgmt
.WPA_EAP);
266
config.allowedKeyManagement.set(
KeyMgmt
.IEEE8021X);
268
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.NONE);
283
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.WPA_PSK);
286
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.NONE);
301
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.WPA_PSK);
306
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.NONE)
[
all
...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java
31
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
253
types.set(
KeyMgmt
.WPA_PSK);
254
types.set(
KeyMgmt
.WPA_EAP);
266
types.set(
KeyMgmt
.WPA_PSK);
269
types.set(
KeyMgmt
.WPA_EAP);
272
types.set(
KeyMgmt
.IEEE8021X);
279
if (types.get(
KeyMgmt
.WPA_PSK)) {
280
key = bareSsid +
KeyMgmt
.strings[
KeyMgmt
.WPA_PSK];
281
} else if (types.get(
KeyMgmt
.WPA_EAP) || types.get(KeyMgmt.IEEE8021X))
[
all
...]
/frameworks/base/packages/Osu/src/com/android/configparse/
ConfigBuilder.java
211
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.WPA_EAP);
212
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.IEEE8021X);
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
ConnectivityWifiTests.java
23
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
119
config.allowedKeyManagement.set(
KeyMgmt
.WPA_PSK);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java
33
import android.net.wifi.WifiConfiguration.
KeyMgmt
;
656
mConfig.allowedKeyManagement.set(
KeyMgmt
.NONE);
844
if (config.allowedKeyManagement.get(
KeyMgmt
.WPA_PSK)) {
847
if (config.allowedKeyManagement.get(
KeyMgmt
.WPA_EAP) ||
848
config.allowedKeyManagement.get(
KeyMgmt
.IEEE8021X)) {
[
all
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/
WifiNetworkAdapter.java
300
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.NONE);
302
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.OSEN);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
ConfigBuilder.java
349
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.WPA_EAP);
350
config.allowedKeyManagement.set(WifiConfiguration.
KeyMgmt
.IEEE8021X);
Completed in 200 milliseconds
1
2