<def f='src/src/sys/net80211/ieee80211_ioctl.h' l='252' ll='264'/>
<size>64</size>
<doc f='src/src/sys/net80211/ieee80211_ioctl.h' l='242'>/*
 * WPA/RSN get/set key request.  Specify the key/cipher
 * type and whether the key is to be used for sending and/or
 * receiving.  The key index should be set only when working
 * with global keys (use IEEE80211_KEYIX_NONE for ``no index&apos;&apos;).
 * Otherwise a unicast/pairwise key is specified by the bssid
 * (on a station) or mac address (on an ap).  They key length
 * must include any MIC key data; otherwise it should be no
 more than IEEE80211_KEYBUF_SIZE.
 */</doc>
<mbr r='ieee80211req_key::ik_type' o='0' t='u_int8_t'/>
<mbr r='ieee80211req_key::ik_pad' o='8' t='u_int8_t'/>
<mbr r='ieee80211req_key::ik_keyix' o='16' t='u_int16_t'/>
<mbr r='ieee80211req_key::ik_keylen' o='32' t='u_int8_t'/>
<mbr r='ieee80211req_key::ik_flags' o='40' t='u_int8_t'/>
<mbr r='ieee80211req_key::ik_macaddr' o='48' t='u_int8_t [6]'/>
<mbr r='ieee80211req_key::ik_keyrsc' o='128' t='u_int64_t'/>
<mbr r='ieee80211req_key::ik_keytsc' o='192' t='u_int64_t'/>
<mbr r='ieee80211req_key::ik_keydata' o='256' t='u_int8_t [32]'/>
