Searched defs:ieee80211req_key (Results 1 – 1 of 1) sorted by relevance
272 struct ieee80211req_key { struct273 uint8_t ik_type; /* key/cipher type */274 uint8_t ik_pad;275 uint16_t ik_keyix; /* key index */276 uint8_t ik_keylen; /* key length in bytes */277 uint8_t ik_flags;280 uint8_t ik_macaddr[IEEE80211_ADDR_LEN];281 uint64_t ik_keyrsc; /* key receive sequence counter */282 uint64_t ik_keytsc; /* key transmit sequence counter */283 uint8_t ik_keydata[IEEE80211_KEYBUF_SIZE+IEEE80211_MICBUF_SIZE];