Searched defs:ieee80211req_key (Results 1 – 1 of 1) sorted by relevance
276 struct ieee80211req_key { struct277 uint8_t ik_type; /* key/cipher type */278 uint8_t ik_pad;279 uint16_t ik_keyix; /* key index */280 uint8_t ik_keylen; /* key length in bytes */281 uint8_t ik_flags;284 uint8_t ik_macaddr[IEEE80211_ADDR_LEN];285 uint64_t ik_keyrsc; /* key receive sequence counter */286 uint64_t ik_keytsc; /* key transmit sequence counter */287 uint8_t ik_keydata[IEEE80211_KEYBUF_SIZE+IEEE80211_MICBUF_SIZE];