Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java1341 int halMaskValue = 0; in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue() local
1349 halMaskValue |= android.hardware.wifi.supplicant in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
1357 halMaskValue |= android.hardware.wifi.supplicant in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
1365 halMaskValue |= android.hardware.wifi.supplicant in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
1372 halMaskValue |= ISupplicantStaNetwork.PairwiseCipherMask.CCMP; in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
1375 return halMaskValue; in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
1381 int halMaskValue = 0; in putAllSupportingGroupCiphersAndReturnExpectedHalCiphersValue() local
1388 halMaskValue |= android.hardware.wifi.supplicant in putAllSupportingGroupCiphersAndReturnExpectedHalCiphersValue()
1396 halMaskValue |= android.hardware.wifi.supplicant in putAllSupportingGroupCiphersAndReturnExpectedHalCiphersValue()
1403 halMaskValue |= ISupplicantStaNetwork.GroupCipherMask.CCMP; in putAllSupportingGroupCiphersAndReturnExpectedHalCiphersValue()
[all …]