Home
last modified time | relevance | path

Searched refs:encryptionType (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/wifi/hostapd/1.2/vts/functional/
H A Dhostapd_hidl_test.cpp160 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()
181 nw_params_1_2.encryptionType = 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 Dhostapd_hidl_test.cpp245 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()
276 nw_params_1_3.V1_2.encryptionType = 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/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DHostapdHal.java858 int encryptionType = getEncryptionType(config); in prepareNetworkParamsV1_2() local
859 nwParamsV1_2.encryptionType = encryptionType; in prepareNetworkParamsV1_2()
862 if (encryptionType in prepareNetworkParamsV1_2()
873 nwParamsV1_2.V1_0.encryptionType = encryptionType; in prepareNetworkParamsV1_2()
881 int encryptionType; in getEncryptionType() local
884 encryptionType = IHostapd.EncryptionType.NONE; in getEncryptionType()
887 encryptionType = IHostapd.EncryptionType.WPA2; in getEncryptionType()
890 encryptionType = android.hardware.wifi.hostapd.V1_2 in getEncryptionType()
894 encryptionType = android.hardware.wifi.hostapd.V1_2 in getEncryptionType()
900 encryptionType = IHostapd.EncryptionType.NONE; in getEncryptionType()
[all …]
/aosp12/hardware/interfaces/wifi/hostapd/1.0/vts/functional/
H A Dhostapd_hidl_test.cpp111 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.1/vts/functional/
H A Dhostapd_hidl_test.cpp142 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 DHostapdHalTest.java301 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()
1102 mNetworkParamsV13Captor.getValue().V1_2.encryptionType); in testAddAccessPointSuccess_SAE_WithoutACS()
1149 mNetworkParamsV13Captor.getValue().V1_2.encryptionType); in testAddAccessPointSuccess_SAE_Transition_WithoutACS()
1323 mNetworkParamsV13Captor.getValue().V1_2.encryptionType); in testAddAccessPointSuccess_WithMeteredSAE()
1371 mNetworkParamsV13Captor.getValue().V1_2.encryptionType); in testAddAccessPointSuccess_WithNonMeteredSAE()
1468 mNetworkParamsV13Captor.getValue().V1_2.encryptionType); in testAddAccessPointSuccess_DualBandConfig()
1519 mNetworkParamsV13Captor.getValue().V1_2.encryptionType); in testAddAccessPointSuccess_WithMeteredSAEOn11AXSupportedDevice()
[all …]
/aosp12/hardware/interfaces/wifi/hostapd/1.2/
H A DIHostapd.hal162 /** Key management mask for the replace V1_0.encryptionType. */
163 EncryptionType encryptionType;
/aosp12/hardware/interfaces/wifi/hostapd/1.0/
H A DIHostapd.hal123 EncryptionType encryptionType;