Searched defs:ieee80211_ie_wpa (Results 1 – 1 of 1) sorted by relevance
264 struct ieee80211_ie_wpa { struct265 uint8_t wpa_id; /* IEEE80211_ELEMID_VENDOR */266 uint8_t wpa_len; /* length in bytes */267 uint8_t wpa_oui[3]; /* 0x00, 0x50, 0xf2 */268 uint8_t wpa_type; /* OUI type */269 uint16_t wpa_version; /* spec revision */270 uint32_t wpa_mcipher[1]; /* multicast/group key cipher */271 uint16_t wpa_uciphercnt; /* # pairwise key ciphers */272 uint32_t wpa_uciphers[8]; /* ciphers */273 uint16_t wpa_authselcnt; /* authentication selector cnt */[all …]