Home
last modified time | relevance | path

Searched refs:c_pktflags (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_rx.c121 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU; in r92c_get_rx_stats()
123 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU_MORE; in r92c_get_rx_stats()
125 rxs->c_pktflags |= IEEE80211_RX_F_SHORTGI; in r92c_get_rx_stats()
143 rxs->c_pktflags |= IEEE80211_RX_F_CCK; in r92c_get_rx_stats()
145 rxs->c_pktflags |= IEEE80211_RX_F_OFDM; in r92c_get_rx_stats()
149 rxs->c_pktflags |= IEEE80211_RX_F_HT; in r92c_get_rx_stats()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c249 rxs->c_pktflags |= IEEE80211_RX_F_LDPC; in r12a_get_rx_stats()
252 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU; in r12a_get_rx_stats()
254 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU_MORE; in r12a_get_rx_stats()
259 rxs->c_pktflags |= IEEE80211_RX_F_SHORTGI; in r12a_get_rx_stats()
304 rxs->c_pktflags |= IEEE80211_RX_F_CCK; in r12a_get_rx_stats()
306 rxs->c_pktflags |= IEEE80211_RX_F_OFDM; in r12a_get_rx_stats()
310 rxs->c_pktflags |= IEEE80211_RX_F_HT; in r12a_get_rx_stats()
315 rxs->c_pktflags |= IEEE80211_RX_F_VHT; in r12a_get_rx_stats()
/freebsd/sys/net80211/
H A Dieee80211_crypto_gcmp.c300 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) != 0) in gcmp_decap()
323 (rxs->c_pktflags & IEEE80211_RX_F_PN_VALIDATED) != 0; in gcmp_decap()
348 if ((rxs == NULL) || (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) == 0) { in gcmp_decap()
354 if ((rxs == NULL) || (rxs->c_pktflags & IEEE80211_RX_F_MIC_STRIP) == 0) in gcmp_decap()
360 if ((rxs == NULL) || (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) == 0) { in gcmp_decap()
522 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED) != 0) in gcmp_decrypt()
570 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_MIC_STRIP) != 0) in gcmp_decrypt()
H A Dieee80211_crypto_ccmp.c320 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) != 0) in ccmp_decap()
342 noreplaycheck |= (rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_PN_VALIDATED) != 0; in ccmp_decap()
367 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in ccmp_decap()
374 if ((rxs == NULL) || (rxs->c_pktflags & IEEE80211_RX_F_MIC_STRIP) == 0) in ccmp_decap()
380 if ((rxs == NULL) || (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) == 0) { in ccmp_decap()
718 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED) != 0) in ccmp_decrypt()
790 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_MIC_STRIP) != 0) in ccmp_decrypt()
H A Dieee80211_input.h139 return (!! (rxs->c_pktflags & IEEE80211_RX_F_AMSDU)); in ieee80211_check_rxseq_amsdu()
155 if ((rxs->c_pktflags & IEEE80211_RX_F_AMSDU) == 0) in ieee80211_check_rxseq_amsdu_more()
159 if (rxs->c_pktflags & IEEE80211_RX_F_AMSDU_MORE) { in ieee80211_check_rxseq_amsdu_more()
H A Dieee80211_crypto.c792 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) { in ieee80211_crypto_decap()
793 if (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) { in ieee80211_crypto_decap()
892 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) { in ieee80211_crypto_demic()
893 if ((rxs->c_pktflags & IEEE80211_RX_F_FAIL_MMIC) != 0) { in ieee80211_crypto_demic()
907 if ((rxs->c_pktflags & in ieee80211_crypto_demic()
H A Dieee80211_crypto_tkip.c300 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in tkip_decap()
363 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in tkip_decap()
373 if ((rxs == NULL) || (rxs->c_pktflags & IEEE80211_RX_F_ICV_STRIP) == 0) in tkip_decap()
398 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_FAIL_MMIC)) { in tkip_demic()
409 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_MMIC_STRIP)) in tkip_demic()
H A Dieee80211_crypto_wep.c246 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in wep_decap()
H A D_ieee80211.h621 uint32_t c_pktflags; /* IEEE80211_RX_F_* flags */ member
H A Dieee80211_wds.c426 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in wds_input()
H A Dieee80211_adhoc.c323 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in adhoc_input()
H A Dieee80211_ht.c645 rxseq, tid, rxs->c_pktflags); in ampdu_rx_add_slot()
652 rxs_final->c_pktflags); in ampdu_rx_add_slot()
H A Dieee80211_sta.c580 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in sta_input()
H A Dieee80211_hostap.c488 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in hostap_input()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_rx.c332 if (rxs.c_pktflags & IEEE80211_RX_F_AMPDU) { in rtwn_rx_common()
342 rxs.c_pktflags |= IEEE80211_RX_F_FAIL_FCSCRC; in rtwn_rx_common()
359 is_cck = (rxs.c_pktflags & IEEE80211_RX_F_CCK) != 0; in rtwn_rx_common()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c7632 rx_stats->c_pktflags |= IEEE80211_RX_F_HT;
7637 rx_stats->c_pktflags |= IEEE80211_RX_F_SHORTGI;
7642 rx_stats->c_pktflags |= IEEE80211_RX_F_VHT;
7649 rx_stats->c_pktflags |= IEEE80211_RX_F_SHORTGI;
7693 rx_stats->c_pktflags |= IEEE80211_RX_F_LDPC;
7695 rx_stats->c_pktflags |= IEEE80211_RX_F_STBC;
7704 rx_stats->c_pktflags |= IEEE80211_RX_F_DECRYPTED;
7707 rx_stats->c_pktflags |= IEEE80211_RX_F_PN_VALIDATED;
7710 rx_stats->c_pktflags |= IEEE80211_RX_F_IV_STRIP;
7712 rx_stats->c_pktflags |= IEEE80211_RX_F_ICV_STRIP;
[all …]
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c2446 rxs.c_pktflags |= IEEE80211_RX_F_CCK; in rsu_rx_frame()
2448 rxs.c_pktflags |= IEEE80211_RX_F_OFDM; in rsu_rx_frame()
2451 rxs.c_pktflags |= IEEE80211_RX_F_HT; in rsu_rx_frame()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c4678 rxs.c_pktflags |= IEEE80211_RX_F_AMSDU; in iwx_rx_mpdu_mq()
4680 rxs.c_pktflags |= IEEE80211_RX_F_AMSDU_MORE; in iwx_rx_mpdu_mq()
4749 rxs.c_pktflags |= IEEE80211_RX_F_DECRYPTED; in iwx_rx_mpdu_mq()
4750 rxs.c_pktflags |= IEEE80211_RX_F_IV_STRIP; in iwx_rx_mpdu_mq()