Home
last modified time | relevance | path

Searched refs:testSoftApFeature (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApCapabilityTest.java38 long testSoftApFeature = SoftApCapability.SOFTAP_FEATURE_CLIENT_FORCE_DISCONNECT in testCopyOperator() local
43 SoftApCapability capability = new SoftApCapability(testSoftApFeature); in testCopyOperator()
60 long testSoftApFeature = SoftApCapability.SOFTAP_FEATURE_CLIENT_FORCE_DISCONNECT in testParcelOperation() local
62 SoftApCapability capability = new SoftApCapability(testSoftApFeature); in testParcelOperation()
88 long testSoftApFeature = SoftApCapability.SOFTAP_FEATURE_CLIENT_FORCE_DISCONNECT in testSetSupportedChannelListWithInvalidBand() local
90 SoftApCapability capability = new SoftApCapability(testSoftApFeature); in testSetSupportedChannelListWithInvalidBand()
98 long testSoftApFeature = SoftApCapability.SOFTAP_FEATURE_CLIENT_FORCE_DISCONNECT in testGetSupportedChannelListWithInvalidBand() local
100 SoftApCapability capability = new SoftApCapability(testSoftApFeature); in testGetSupportedChannelListWithInvalidBand()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java294 long testSoftApFeature = SoftApCapability.SOFTAP_FEATURE_CLIENT_FORCE_DISCONNECT in setUp() local
298 mTestSoftApCapability = new SoftApCapability(testSoftApFeature); in setUp()
1667 long testSoftApFeature = SoftApCapability.SOFTAP_FEATURE_CLIENT_FORCE_DISCONNECT in resetsFactoryMacWhenRandomizationDoesntSupport() local
1670 SoftApCapability testSoftApCapability = new SoftApCapability(testSoftApFeature); in resetsFactoryMacWhenRandomizationDoesntSupport()
2001 long testSoftApFeature = SoftApCapability.SOFTAP_FEATURE_WPA3_SAE in testForceClientDisconnectNotInvokeWhenNotSupport() local
2004 SoftApCapability noClientControlCapability = new SoftApCapability(testSoftApFeature); in testForceClientDisconnectNotInvokeWhenNotSupport()
2039 long testSoftApFeature = SoftApCapability.SOFTAP_FEATURE_WPA3_SAE in testSoftApEnableFailureBecauseSetMaxClientWhenNotSupport() local
2041 SoftApCapability noClientControlCapability = new SoftApCapability(testSoftApFeature); in testSoftApEnableFailureBecauseSetMaxClientWhenNotSupport()
2062 long testSoftApFeature = SoftApCapability.SOFTAP_FEATURE_CLIENT_FORCE_DISCONNECT in testSoftApEnableFailureBecauseSecurityTypeSaeSetupButSaeNotSupport() local
2064 SoftApCapability noSaeCapability = new SoftApCapability(testSoftApFeature); in testSoftApEnableFailureBecauseSecurityTypeSaeSetupButSaeNotSupport()
[all …]