Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ioctl.h278 struct ieee80211req_key { struct
279 uint8_t ik_type; /* key/cipher type */
280 uint8_t ik_pad;
281 uint16_t ik_keyix; /* key index */
282 uint8_t ik_keylen; /* key length in bytes */
283 uint8_t ik_flags;
286 uint8_t ik_macaddr[IEEE80211_ADDR_LEN];
287 uint64_t ik_keyrsc; /* key receive sequence counter */
288 uint64_t ik_keytsc; /* key transmit sequence counter */
289 uint8_t ik_keydata[IEEE80211_KEYBUF_SIZE+IEEE80211_MICBUF_SIZE];