Searched defs:ieee80211req_key (Results 1 – 1 of 1) sorted by relevance
284 struct ieee80211req_key { struct285 uint8_t ik_type; /* key/cipher type */286 uint8_t ik_pad;287 uint16_t ik_keyix; /* key index */288 uint8_t ik_keylen; /* key length in bytes */289 uint8_t ik_flags;292 uint8_t ik_macaddr[IEEE80211_ADDR_LEN];293 uint64_t ik_keyrsc; /* key receive sequence counter */294 uint64_t ik_keytsc; /* key transmit sequence counter */295 uint8_t ik_keydata[IEEE80211_KEYBUF_SIZE+IEEE80211_MICBUF_SIZE];