Searched refs:getAllowedKeyManagement (Results 1 – 6 of 6) sorted by relevance
55 assertTrue(params.getAllowedKeyManagement().get(b)); in verifySecurityParams()366 assertEquals(allowedKeyManagement, params.getAllowedKeyManagement()); in testCommonSetterGetter()367 assertTrue(params.getAllowedKeyManagement().get(KeyMgmt.WPA_PSK)); in testCommonSetterGetter()417 assertEquals(params.getAllowedKeyManagement(), copiedParams.getAllowedKeyManagement()); in testCopyConstructor()
1029 .anyMatch(params -> params.getAllowedKeyManagement().get(akm))); in verifyAllowedKeyManagement()
276 public BitSet getAllowedKeyManagement() { in getAllowedKeyManagement() method in SecurityParams
942 if (p.getAllowedKeyManagement().get(KeyMgmt.FILS_SHA256)) { in isFilsSha256Enabled()957 if (p.getAllowedKeyManagement().get(KeyMgmt.FILS_SHA384)) { in isFilsSha384Enabled()
362 BitSet allowedKeyManagement = securityParams.getAllowedKeyManagement(); in saveWifiConfiguration()
320 BitSet allowedKeyManagement = securityParams.getAllowedKeyManagement(); in saveWifiConfiguration()