Searched defs:ieee80211req_key (Results 1 – 1 of 1) sorted by relevance
251 struct ieee80211req_key { struct252 u_int8_t ik_type; /* key/cipher type */253 u_int8_t ik_pad;254 u_int16_t ik_keyix; /* key index */255 u_int8_t ik_keylen; /* key length in bytes */256 u_int8_t ik_flags;259 u_int8_t ik_macaddr[IEEE80211_ADDR_LEN];260 u_int64_t ik_keyrsc; /* key receive sequence counter */261 u_int64_t ik_keytsc; /* key transmit sequence counter */262 u_int8_t ik_keydata[IEEE80211_KEYBUF_SIZE+IEEE80211_MICBUF_SIZE];