Home
last modified time | relevance | path

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

/freebsd/sys/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.c409 struct ieee80211_qosframe *qwh = in ccmp_init_blocks()
410 (struct ieee80211_qosframe*) wh; in ccmp_init_blocks()
H A Dieee80211_crypto_tkip.c865 const struct ieee80211_qosframe *qwh = in michael_mic_hdr()
866 (const struct ieee80211_qosframe *) wh; in michael_mic_hdr()
H A Dieee80211_output.c1112 hdrlen = sizeof(struct ieee80211_qosframe); in ieee80211_send_nulldata()
1151 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_send_nulldata()
1570 hdrsize = sizeof(struct ieee80211_qosframe); in ieee80211_encap()
1757 qos = ((struct ieee80211_qosframe *) in ieee80211_encap()
1769 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_encap()
1804 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_encap()
H A Dieee80211_proto.c595 const struct ieee80211_qosframe *qwh = in ieee80211_dump_pkt()
596 (const struct ieee80211_qosframe *)buf; in ieee80211_dump_pkt()
H A Dieee80211.h76 struct ieee80211_qosframe { struct
H A Dieee80211_ht.c1003 struct ieee80211_qosframe *wh; in ieee80211_ampdu_reorder()
1016 wh = mtod(m, struct ieee80211_qosframe *); in ieee80211_ampdu_reorder()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c751 struct ieee80211_qosframe *qwh; in rtwn_construct_nulldata()
754 qwh = (struct ieee80211_qosframe *)wh; in rtwn_construct_nulldata()
758 txd->pktlen = htole16(sizeof(struct ieee80211_qosframe)); in rtwn_construct_nulldata()
759 pktlen += sizeof(struct ieee80211_qosframe); in rtwn_construct_nulldata()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c245 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in r12a_fill_tx_desc()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c242 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in r92c_fill_tx_desc()
/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c234 (sizeof(struct ieee80211_qosframe) \
/freebsd/sys/dev/malo/
H A Dif_malo.c1930 struct ieee80211_qosframe *wh; in malo_rx_proc()
2036 wh = mtod(m, struct ieee80211_qosframe *); in malo_rx_proc()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c2607 struct ieee80211_qosframe *wh; in mwl_rx_proc()
2750 wh = mtod(m, struct ieee80211_qosframe *); in mwl_rx_proc()
/freebsd/sys/dev/otus/
H A Dif_otus.c2262 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in otus_tx()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c1636 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in rum_tx_data()
H A Dif_rsu.c2801 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in rsu_tx_start()
/freebsd/sys/dev/ral/
H A Drt2860.c1502 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in rt2860_tx()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2804 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in wpi_tx_data()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4559 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in iwn_tx_data()