Searched refs:c_pktflags (Results 1 – 11 of 11) sorted by relevance
141 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()
628 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()
246 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()
302 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()
593 uint32_t c_pktflags; /* IEEE80211_RX_F_* flags */ member
251 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in wep_decap()
432 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in wds_input()
329 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in adhoc_input()
646 rxseq, tid, rxs->c_pktflags); in ampdu_rx_add_slot()653 rxs_final->c_pktflags); in ampdu_rx_add_slot()
560 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in sta_input()
495 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in hostap_input()