Home
last modified time | relevance | path

Searched refs:ieee80211_qosframe (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_proto.h323 return (((struct ieee80211_qosframe *)wh)->i_qos); in ieee80211_getqos()
340 tid = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in ieee80211_gettid()
H A Dieee80211_crypto_ccmp.c411 struct ieee80211_qosframe *qwh = in ccmp_init_blocks()
412 (struct ieee80211_qosframe*) wh; in ccmp_init_blocks()
H A Dieee80211_crypto_tkip.c866 const struct ieee80211_qosframe *qwh = in michael_mic_hdr()
867 (const struct ieee80211_qosframe *) wh; in michael_mic_hdr()
H A Dieee80211_output.c1108 hdrlen = sizeof(struct ieee80211_qosframe); in ieee80211_send_nulldata()
1147 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_send_nulldata()
1559 hdrsize = sizeof(struct ieee80211_qosframe); in ieee80211_encap()
1746 qos = ((struct ieee80211_qosframe *) in ieee80211_encap()
1758 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_encap()
1793 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_encap()
H A Dieee80211.h78 struct ieee80211_qosframe { struct
H A Dieee80211_proto.c597 const struct ieee80211_qosframe *qwh = in ieee80211_dump_pkt()
598 (const struct ieee80211_qosframe *)buf; in ieee80211_dump_pkt()
H A Dieee80211_ht.c1008 struct ieee80211_qosframe *wh; in ieee80211_ampdu_reorder()
1021 wh = mtod(m, struct ieee80211_qosframe *); in ieee80211_ampdu_reorder()