Home
last modified time | relevance | path

Searched refs:getAllowedProtocols (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSecurityParamsTest.java58 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()
DWifiConfigurationTest.java915 .anyMatch(params -> params.getAllowedProtocols().get(ap))); in verifyAllowedProtocols()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSecurityParams.java282 public BitSet getAllowedProtocols() { in getAllowedProtocols() method in SecurityParams
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java336 BitSet allowedProtocols = securityParams.getAllowedProtocols(); in saveWifiConfiguration()