Home
last modified time | relevance | path

Searched refs:WPA3_SAE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DWifiTetherSecurityPreferenceControllerTest.java47 private static final String WPA3_SAE = field in WifiTetherSecurityPreferenceControllerTest
88 mController.onPreferenceChange(mPreference, WPA3_SAE); in onPreferenceChange_toWpa3Sae_shouldUpdateSecurityValue()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHostapdHalTest.java1101 assertEquals(android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE, in testAddAccessPointSuccess_SAE_WithoutACS()
1322 assertEquals(android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE, in testAddAccessPointSuccess_WithMeteredSAE()
1370 assertEquals(android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE, in testAddAccessPointSuccess_WithNonMeteredSAE()
1467 assertEquals(android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE, in testAddAccessPointSuccess_DualBandConfig()
1518 assertEquals(android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE, in testAddAccessPointSuccess_WithMeteredSAEOn11AXSupportedDevice()
1572 assertEquals(android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE, in testAddAccessPointSuccess_WithMeteredSAEOn11AXSupportedDeviceBut11AXDisabled()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHostapdHal.java863 == android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE in prepareNetworkParamsV1_2()
895 .IHostapd.EncryptionType.WPA3_SAE; in getEncryptionType()