Searched refs:SOFTAP_FEATURE_WPA3_SAE (Results 1 – 8 of 8) sorted by relevance
123 SoftApCapability.SOFTAP_FEATURE_WPA3_SAE)).thenReturn(true); in onStart_securityTypeSetToWPA3SAE_setsValueForSupportedDevicesToWPA3SAE()140 SoftApCapability.SOFTAP_FEATURE_WPA3_SAE)).thenReturn(false); in onStart_securityTypeSetToWPA3SAE_setsValueForUnSupportedDevicesToWPA2PSK()199 SoftApCapability.SOFTAP_FEATURE_WPA3_SAE)).thenReturn(true); in onPreferenceChangedToWPA3SAE_updatesSharedSecurityTypeToWPA3SAE()222 SoftApCapability.SOFTAP_FEATURE_WPA3_SAE)).thenReturn(false); in onPreferenceChangedToWPA3SAE_updatesSharedSecurityTypeToWPA2PSK()
74 public static final long SOFTAP_FEATURE_WPA3_SAE = 1 << 2; field in SoftApCapability150 SOFTAP_FEATURE_WPA3_SAE,
123 softApCapability.areFeaturesSupported(SoftApCapability.SOFTAP_FEATURE_WPA3_SAE); in onCapabilityChanged()
136 softApCapability.areFeaturesSupported(SoftApCapability.SOFTAP_FEATURE_WPA3_SAE); in onCapabilityChanged()
30 import static android.net.wifi.SoftApCapability.SOFTAP_FEATURE_WPA3_SAE;1005 features |= SOFTAP_FEATURE_WPA3_SAE; in updateCapabilityFromResource()1333 if (!capability.areFeaturesSupported(SOFTAP_FEATURE_WPA3_SAE)) {
437 | SoftApCapability.SOFTAP_FEATURE_WPA3_SAE in setUp()2212 | SoftApCapability.SOFTAP_FEATURE_WPA3_SAE; in resetsFactoryMacWhenRandomizationDoesntSupport()2646 | SoftApCapability.SOFTAP_FEATURE_WPA3_SAE in testForceClientDisconnectNotInvokeWhenNotSupport()2682 long testSoftApFeature = SoftApCapability.SOFTAP_FEATURE_WPA3_SAE in testSoftApEnableFailureBecauseSetMaxClientWhenNotSupport()2744 | SoftApCapability.SOFTAP_FEATURE_WPA3_SAE in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport()2780 | SoftApCapability.SOFTAP_FEATURE_WPA3_SAE in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport()
1308 SoftApCapability.SOFTAP_FEATURE_WPA3_SAE)).thenReturn(false); in testCheckSupportAllConfiguration()1318 SoftApCapability.SOFTAP_FEATURE_WPA3_SAE)).thenReturn(true); in testCheckSupportAllConfiguration()
416 field public static final long SOFTAP_FEATURE_WPA3_SAE = 4L; // 0x4L