Searched refs:getAllowedProtocols (Results 1 – 4 of 4) sorted by relevance
58 assertTrue(params.getAllowedProtocols().get(b)); in verifySecurityParams()365 assertEquals(allowedProtocols, params.getAllowedProtocols()); in testCommonSetterGetter()366 assertTrue(params.getAllowedProtocols().get(Protocol.RSN)); in testCommonSetterGetter()367 assertTrue(params.getAllowedProtocols().get(Protocol.WPA)); in testCommonSetterGetter()414 assertEquals(params.getAllowedProtocols(), copiedParams.getAllowedProtocols()); in testCopyConstructor()
915 .anyMatch(params -> params.getAllowedProtocols().get(ap))); in verifyAllowedProtocols()
282 public BitSet getAllowedProtocols() { in getAllowedProtocols() method in SecurityParams
336 BitSet allowedProtocols = securityParams.getAllowedProtocols(); in saveWifiConfiguration()