Symbol: ieee80211_qosframe
sys/bus/u4b/wlan/if_rum.c
1618
qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
sys/bus/u4b/wlan/if_run.c
3317
frm =((struct ieee80211_qosframe *)wh)->i_qos;
sys/bus/u4b/wlan/if_urtwn.c
2893
tid = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
sys/dev/netif/ath/ath/if_ath_tdma.c
237
(sizeof(struct ieee80211_qosframe) \
sys/dev/netif/iwn/if_iwn.c
4465
qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
sys/dev/netif/ral/rt2860.c
1569
qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
sys/dev/netif/wpi/if_wpi.c
2840
qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
sys/netproto/802_11/ieee80211_proto.h
329
return (((struct ieee80211_qosframe *)wh)->i_qos);
sys/netproto/802_11/ieee80211_proto.h
346
tid = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
sys/netproto/802_11/wlan/ieee80211_adhoc.c
495
((struct ieee80211_qosframe *)wh)->i_qos[0];
sys/netproto/802_11/wlan/ieee80211_hostap.c
720
((struct ieee80211_qosframe *)wh)->i_qos[0];
sys/netproto/802_11/wlan/ieee80211_ht.c
787
struct ieee80211_qosframe *wh;
sys/netproto/802_11/wlan/ieee80211_ht.c
798
wh = mtod(m, struct ieee80211_qosframe *);
sys/netproto/802_11/wlan/ieee80211_mesh.c
1704
((struct ieee80211_qosframe *)wh)->i_qos;
sys/netproto/802_11/wlan/ieee80211_output.c
1007
hdrlen = sizeof(struct ieee80211_qosframe);
sys/netproto/802_11/wlan/ieee80211_output.c
1046
qos = ((struct ieee80211_qosframe *) wh)->i_qos;
sys/netproto/802_11/wlan/ieee80211_output.c
1412
hdrsize = sizeof(struct ieee80211_qosframe);
sys/netproto/802_11/wlan/ieee80211_output.c
1599
qos = ((struct ieee80211_qosframe *)
sys/netproto/802_11/wlan/ieee80211_output.c
1611
qos = ((struct ieee80211_qosframe *) wh)->i_qos;
sys/netproto/802_11/wlan/ieee80211_output.c
1646
qos = ((struct ieee80211_qosframe *) wh)->i_qos;
sys/netproto/802_11/wlan/ieee80211_output.c
1834
((struct ieee80211_qosframe *)
sys/netproto/802_11/wlan/ieee80211_proto.c
592
const struct ieee80211_qosframe *qwh =
sys/netproto/802_11/wlan/ieee80211_proto.c
593
(const struct ieee80211_qosframe *)buf;
sys/netproto/802_11/wlan/ieee80211_sta.c
771
((struct ieee80211_qosframe *)wh)->i_qos[0];
sys/netproto/802_11/wlan/ieee80211_wds.c
579
((struct ieee80211_qosframe *)wh)->i_qos[0];
sys/netproto/802_11/wlan_ccmp/ieee80211_crypto_ccmp.c
383
struct ieee80211_qosframe *qwh =
sys/netproto/802_11/wlan_ccmp/ieee80211_crypto_ccmp.c
384
(struct ieee80211_qosframe*) wh;
sys/netproto/802_11/wlan_tkip/ieee80211_crypto_tkip.c
806
const struct ieee80211_qosframe *qwh =
sys/netproto/802_11/wlan_tkip/ieee80211_crypto_tkip.c
807
(const struct ieee80211_qosframe *) wh;