Searched refs:ieee80211_qosframe (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_proto.h310 return (((struct ieee80211_qosframe *)wh)->i_qos);
327 tid = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
H A Dieee80211_crypto_ccmp.c377 struct ieee80211_qosframe *qwh =
378 (struct ieee80211_qosframe*) wh;
H A Dieee80211_crypto_tkip.c800 const struct ieee80211_qosframe *qwh =
801 (const struct ieee80211_qosframe *) wh;
H A Dieee80211_output.c896 hdrlen = sizeof(struct ieee80211_qosframe);
935 qos = ((struct ieee80211_qosframe *) wh)->i_qos;
1289 hdrsize = sizeof(struct ieee80211_qosframe);
1476 qos = ((struct ieee80211_qosframe *)
1488 qos = ((struct ieee80211_qosframe *) wh)->i_qos;
1523 qos = ((struct ieee80211_qosframe *) wh)->i_qos;
H A Dieee80211_proto.c587 const struct ieee80211_qosframe *qwh =
588 (const struct ieee80211_qosframe *)buf;
H A Dieee80211.h76 struct ieee80211_qosframe { struct
H A Dieee80211_ht.c787 struct ieee80211_qosframe *wh;
798 wh = mtod(m, struct ieee80211_qosframe *);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tdma.c234 (sizeof(struct ieee80211_qosframe) \
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c1948 struct ieee80211_qosframe *wh;
2054 wh = mtod(m, struct ieee80211_qosframe *);
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c2614 struct ieee80211_qosframe *wh;
2757 wh = mtod(m, struct ieee80211_qosframe *);
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c1504 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c1593 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c1602 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c2214 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c2783 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c2916 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c4392 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];

Completed in 237 milliseconds