ieee80211_qosframe
hdrlen = sizeof (struct ieee80211_qosframe);
sizeof (struct ieee80211_qosframe) :
qos = ((struct ieee80211_qosframe *)wh)->i_qos[0];
struct ieee80211_qosframe *qwh = (void *)wh;
struct ieee80211_qosframe *qwh = (void *)wh;
frm = ((const struct ieee80211_qosframe *)wh)->i_qos;
const struct ieee80211_qosframe *qwh =
(const struct ieee80211_qosframe *)wh;
const struct ieee80211_qosframe *qwh =
(const struct ieee80211_qosframe *) wh;
struct ieee80211_qosframe *qosf;
if (m->m_len < sizeof(struct ieee80211_qosframe)) {
qosf = mtod(m, struct ieee80211_qosframe *);
hdrsize = sizeof(struct ieee80211_qosframe);
struct ieee80211_qosframe *qwh =
(struct ieee80211_qosframe *)wh;