Home | History | Annotate | Download | only in wifi

Lines Matching defs:allowedKeyManagement

942         // Now add |wepKeys| to the network. We don't need to update the |allowedKeyManagement|
966 // field and setting the |preSharedKey| and |allowedKeyManagement| fields.
970 network.allowedKeyManagement.clear();
971 network.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
1023 network.allowedKeyManagement.clear();
1314 * Verifies that hasEverConnected is cleared when a network config |allowedKeyManagement| is
1323 assertFalse(pskNetwork.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X));
1324 pskNetwork.allowedKeyManagement.clear();
1325 pskNetwork.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X);
3139 network1.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
3155 network2.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
3617 if (configuration.allowedKeyManagement.isEmpty()) {
3618 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
3619 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP);