Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/supplicant/1.2/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp139 uint32_t groupCipher = in TEST_P() local
143 groupCipher, [](const SupplicantStatus &status) { in TEST_P()
153 [&groupCipher](const SupplicantStatus &status, in TEST_P()
160 EXPECT_EQ(groupCipherOut, groupCipher); in TEST_P()
/aosp12/hardware/interfaces/wifi/supplicant/1.3/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp183 uint32_t groupCipher = in TEST_P() local
187 groupCipher, [](const SupplicantStatus &status) { in TEST_P()
195 [&groupCipher](const SupplicantStatus &status, in TEST_P()
201 EXPECT_EQ(groupCipherOut, groupCipher); in TEST_P()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java945 public List<Integer> groupCipher; field in InformationElementUtil.Capabilities
984 groupCipher.add(parseRsnCipher(buf.getInt())); in parseRsnElement()
1176 groupCipher.add(parseWpaCipher(buf.getInt())); in parseWpaOneElement()
1233 groupCipher = new ArrayList<>(); in from()
1262 groupCipher.add(oemSecurityType.groupCipher); in from()
1293 groupCipher.add(ScanResult.CIPHER_CCMP); in from()
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java1399 public final @WifiAnnotations.Cipher int groupCipher; field in WifiNl80211Manager.OemSecurityType
1416 @WifiAnnotations.Cipher int groupCipher) { in OemSecurityType() argument
1422 this.groupCipher = groupCipher; in OemSecurityType()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt7978 field public final int groupCipher;