Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSecurityParamsTest.java58 assertTrue(params.getAllowedProtocols().get(b)); in verifySecurityParams()
369 assertEquals(allowedProtocols, params.getAllowedProtocols()); in testCommonSetterGetter()
370 assertTrue(params.getAllowedProtocols().get(Protocol.RSN)); in testCommonSetterGetter()
371 assertTrue(params.getAllowedProtocols().get(Protocol.WPA)); in testCommonSetterGetter()
418 assertEquals(params.getAllowedProtocols(), copiedParams.getAllowedProtocols()); in testCopyConstructor()
DWifiConfigurationTest.java1036 .anyMatch(params -> params.getAllowedProtocols().get(ap))); in verifyAllowedProtocols()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSecurityParams.java283 public BitSet getAllowedProtocols() { in getAllowedProtocols() method in SecurityParams
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImpl.java389 BitSet allowedProtocols = securityParams.getAllowedProtocols(); in saveWifiConfiguration()
DSupplicantStaNetworkHalHidlImpl.java341 BitSet allowedProtocols = securityParams.getAllowedProtocols(); in saveWifiConfiguration()
DClientModeImpl.java3300 tmp.allowedProtocols = securityParams.getAllowedProtocols(); in handleNetworkConnectionEventInfo()