Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_input.h141 return (!! (rxs->c_pktflags & IEEE80211_RX_F_AMSDU)); in ieee80211_check_rxseq_amsdu()
157 if ((rxs->c_pktflags & IEEE80211_RX_F_AMSDU) == 0) in ieee80211_check_rxseq_amsdu_more()
161 if (rxs->c_pktflags & IEEE80211_RX_F_AMSDU_MORE) { in ieee80211_check_rxseq_amsdu_more()
H A Dieee80211_crypto.c628 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) { in ieee80211_crypto_decap()
629 if (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) { in ieee80211_crypto_decap()
714 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) { in ieee80211_crypto_demic()
715 if (rxs->c_pktflags & IEEE80211_RX_F_FAIL_MIC) { in ieee80211_crypto_demic()
728 if (rxs->c_pktflags & IEEE80211_RX_F_MMIC_STRIP) { in ieee80211_crypto_demic()
H A Dieee80211_crypto_ccmp.c246 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in ccmp_decap()
291 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in ccmp_decap()
300 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_MMIC_STRIP))) in ccmp_decap()
306 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in ccmp_decap()
H A Dieee80211_crypto_tkip.c302 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in tkip_decap()
365 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in tkip_decap()
399 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_FAIL_MIC)) { in tkip_demic()
410 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_MMIC_STRIP)) in tkip_demic()
H A D_ieee80211.h593 uint32_t c_pktflags; /* IEEE80211_RX_F_* flags */ member
H A Dieee80211_crypto_wep.c251 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in wep_decap()
H A Dieee80211_wds.c432 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in wds_input()
H A Dieee80211_adhoc.c329 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in adhoc_input()
H A Dieee80211_ht.c646 rxseq, tid, rxs->c_pktflags); in ampdu_rx_add_slot()
653 rxs_final->c_pktflags); in ampdu_rx_add_slot()
H A Dieee80211_sta.c560 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in sta_input()
H A Dieee80211_hostap.c495 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in hostap_input()