ieee80211_qosframe
struct ieee80211_qosframe *qwh;
qwh = (struct ieee80211_qosframe *)wh;
qwh = mtod(m, struct ieee80211_qosframe *);
struct ieee80211_qosframe *qwh;
qwh = (struct ieee80211_qosframe *)wh;
m->m_len >= sizeof(struct ieee80211_qosframe)) {
struct ieee80211_qosframe *qwh = mtod(m,
struct ieee80211_qosframe *);
m->m_len >= sizeof(struct ieee80211_qosframe)) {
struct ieee80211_qosframe *qwh = mtod(m,
struct ieee80211_qosframe *);
frm = ((const struct ieee80211_qosframe *)wh)->i_qos;
hdrlen = sizeof(struct ieee80211_qosframe);
struct ieee80211_qosframe *qwh =
(struct ieee80211_qosframe *)wh;
struct ieee80211_qosframe *wq;
wq = (struct ieee80211_qosframe *) wh;