Home
last modified time | relevance | path

Searched defs:ieee80211_ie_wpa (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/net80211/
Dieee80211.h524 struct ieee80211_ie_wpa { struct
525 uint8_t wpa_id; /* IEEE80211_ELEMID_VENDOR */
526 uint8_t wpa_len; /* length in bytes */
527 uint8_t wpa_oui[3]; /* 0x00, 0x50, 0xf2 */
528 uint8_t wpa_type; /* OUI type */
529 uint16_t wpa_version; /* spec revision */
530 uint32_t wpa_mcipher[1]; /* multicast/group key cipher */
531 uint16_t wpa_uciphercnt; /* # pairwise key ciphers */
532 uint32_t wpa_uciphers[8];/* ciphers */
533 uint16_t wpa_authselcnt; /* authentication selector cnt*/
[all …]