Searched refs:pairwiseCipher (Results 1 – 5 of 5) sorted by relevance
169 uint32_t pairwiseCipher = in TEST_P() local173 pairwiseCipher, [](const SupplicantStatus &status) { in TEST_P()183 [&pairwiseCipher](const SupplicantStatus &status, in TEST_P()190 EXPECT_EQ(pairwiseCipherOut, pairwiseCipher); in TEST_P()
944 public List<List<Integer>> pairwiseCipher; field in InformationElementUtil.Capabilities993 pairwiseCipher.add(rsnPairwiseCipher); in parseRsnElement()1185 pairwiseCipher.add(wpaPairwiseCipher); in parseWpaOneElement()1234 pairwiseCipher = new ArrayList<>(); in from()1261 pairwiseCipher.add(oemSecurityType.pairwiseCipher); in from()1296 pairwiseCipher.add(owePairwiseCipher); in from()1448 if (index < pairwiseCipher.size()) { in generateCapabilitiesStringPerProtocol()1449 for (int j = 0; j < pairwiseCipher.get(index).size(); j++) { in generateCapabilitiesStringPerProtocol()1451 cipherToString(pairwiseCipher.get(index).get(j))); in generateCapabilitiesStringPerProtocol()1483 if (index < pairwiseCipher.size()) { in generateWPA2CapabilitiesString()[all …]
210 uint32_t pairwiseCipher = in TEST_P() local214 pairwiseCipher, [](const SupplicantStatus &status) { in TEST_P()222 [&pairwiseCipher](const SupplicantStatus &status, in TEST_P()228 EXPECT_EQ(pairwiseCipherOut, pairwiseCipher); in TEST_P()
1397 @NonNull public final List<Integer> pairwiseCipher; field in WifiNl80211Manager.OemSecurityType1415 @NonNull List<Integer> pairwiseCipher, in OemSecurityType() argument1420 this.pairwiseCipher = (pairwiseCipher != null) in OemSecurityType()1421 ? pairwiseCipher : new ArrayList<Integer>(); in OemSecurityType()
7980 field @NonNull public final java.util.List<java.lang.Integer> pairwiseCipher;