Home
last modified time | relevance | path

Searched defs:keyMgmtMask (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java219 BitSet keyMgmtMask = supplicantToWifiConfigurationKeyMgmtMask(mKeyMgmtMask); in loadWifiConfiguration() local
351 BitSet keyMgmtMask = addFastTransitionFlags(config.allowedKeyManagement); in saveWifiConfiguration() local
436 BitSet keyMgmtMask = config.allowedKeyManagement; in isAuthAlgNeeded() local
1248 private boolean setKeyMgmt(int keyMgmtMask) { in setKeyMgmt()
DSupplicantStaIfaceHal.java3129 MutableInt keyMgmtMask = new MutableInt(0); in getKeyMgmtCapabilities() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1591 public int keyMgmtMask; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables