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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcWifiProtectedSetup.java151 populateAllowedKeyManagement(result.allowedKeyManagement, authType);
175 private static void populateAllowedKeyManagement(BitSet allowedKeyManagement, short authType) { argument
177 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
179 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP);
181 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);

Completed in 109 milliseconds