Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_endpoint_unittest.cc153 vector<uint8_t> MakeRSNProperties(uint16_t pairwise_count, in MakeRSNProperties() argument
159 (pairwise_count + authkey_count) + in MakeRSNProperties()
163 rsn[IEEE_80211::kRSNIECipherCountOffset] = pairwise_count & 0xff; in MakeRSNProperties()
164 rsn[IEEE_80211::kRSNIECipherCountOffset + 1] = pairwise_count >> 8; in MakeRSNProperties()
167 pairwise_count * IEEE_80211::kRSNIESelectorLen; in MakeRSNProperties()