Searched refs:EncryptionType (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/interfaces/wifi/hostapd/1.2/vts/functional/ |
H A D | hostapd_hidl_test.cpp | 160 nw_params_1_2.encryptionType = IHostapd::EncryptionType::NONE; in getOpenNwParams() 166 nw_params_1_2.encryptionType = IHostapd::EncryptionType::WPA2; in getPskNwParams() 173 nw_params_1_2.encryptionType = IHostapd::EncryptionType::WPA2; in getInvalidPskNwParams() 182 IHostapd::EncryptionType::WPA3_SAE_TRANSITION; in getSaeTransitionNwParams() 189 nw_params_1_2.encryptionType = IHostapd::EncryptionType::WPA2; in getInvalidSaeTransitionNwParams() 196 nw_params_1_2.encryptionType = IHostapd::EncryptionType::WPA3_SAE; in getSaeNwParams() 203 nw_params_1_2.encryptionType = IHostapd::EncryptionType::WPA3_SAE; in getInvalidSaeNwParams()
|
/aosp12/hardware/interfaces/wifi/hostapd/1.3/vts/functional/ |
H A D | hostapd_hidl_test.cpp | 245 nw_params_1_2.encryptionType = IHostapd::EncryptionType::NONE; in getOpenNwParams() 253 nw_params_1_3.V1_2.encryptionType = IHostapd::EncryptionType::WPA2; in getPskNwParamsWithNonMetered() 261 nw_params_1_3.V1_2.encryptionType = IHostapd::EncryptionType::WPA2; in getPskNwParams() 268 nw_params_1_3.V1_2.encryptionType = IHostapd::EncryptionType::WPA2; in getInvalidPskNwParams() 277 IHostapd::EncryptionType::WPA3_SAE_TRANSITION; in getSaeTransitionNwParams() 284 nw_params_1_3.V1_2.encryptionType = IHostapd::EncryptionType::WPA2; in getInvalidSaeTransitionNwParams() 291 nw_params_1_3.V1_2.encryptionType = IHostapd::EncryptionType::WPA3_SAE; in getSaeNwParams() 298 nw_params_1_3.V1_2.encryptionType = IHostapd::EncryptionType::WPA3_SAE; in getInvalidSaeNwParams()
|
/aosp12/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
H A D | hostapd_hidl_test.cpp | 111 nw_params.encryptionType = IHostapd::EncryptionType::WPA2; in getPskNwParams() 121 nw_params.encryptionType = IHostapd::EncryptionType::WPA2; in getInvalidPskNwParams() 130 nw_params.encryptionType = IHostapd::EncryptionType::NONE; in getOpenNwParams()
|
/aosp12/hardware/interfaces/wifi/hostapd/1.2/ |
H A D | IHostapd.hal | 19 import @1.0::IHostapd.EncryptionType; 32 enum EncryptionType : @1.0::IHostapd.EncryptionType { 163 EncryptionType encryptionType;
|
/aosp12/hardware/interfaces/wifi/hostapd/1.1/vts/functional/ |
H A D | hostapd_hidl_test.cpp | 142 nw_params.encryptionType = IHostapd::EncryptionType::WPA2; in getPskNwParams() 152 nw_params.encryptionType = IHostapd::EncryptionType::WPA2; in getInvalidPskNwParams() 161 nw_params.encryptionType = IHostapd::EncryptionType::NONE; in getOpenNwParams()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | HostapdHalTest.java | 301 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band2G() 334 assertEquals(IHostapd.EncryptionType.NONE, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Open_Band5G() 369 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band5G_Hidden() 408 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band2G_WithACS() 448 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC() 1101 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() [all …]
|
/aosp12/frameworks/opt/net/wifi/libwifi_system/include/wifi_system/ |
H A D | hostapd_manager.h | 30 enum class EncryptionType { enum
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | diskstats.proto | 28 enum EncryptionType { enum 47 optional EncryptionType encryption = 5;
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | HostapdHal.java | 863 == android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE in prepareNetworkParamsV1_2() 865 .EncryptionType.WPA3_SAE_TRANSITION) { in prepareNetworkParamsV1_2() 884 encryptionType = IHostapd.EncryptionType.NONE; in getEncryptionType() 887 encryptionType = IHostapd.EncryptionType.WPA2; in getEncryptionType() 891 .IHostapd.EncryptionType.WPA3_SAE_TRANSITION; in getEncryptionType() 895 .IHostapd.EncryptionType.WPA3_SAE; in getEncryptionType() 900 encryptionType = IHostapd.EncryptionType.NONE; in getEncryptionType()
|
/aosp12/hardware/interfaces/wifi/hostapd/1.0/ |
H A D | IHostapd.hal | 40 enum EncryptionType : uint32_t { 123 EncryptionType encryptionType;
|