Searched refs:c_pktflags (Results 1 – 15 of 15) sorted by relevance
123 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU; in r92c_get_rx_stats()125 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU_MORE; in r92c_get_rx_stats()127 rxs->c_pktflags |= IEEE80211_RX_F_SHORTGI; in r92c_get_rx_stats()145 rxs->c_pktflags |= IEEE80211_RX_F_CCK; in r92c_get_rx_stats()147 rxs->c_pktflags |= IEEE80211_RX_F_OFDM; in r92c_get_rx_stats()151 rxs->c_pktflags |= IEEE80211_RX_F_HT; in r92c_get_rx_stats()
257 rxs->c_pktflags |= IEEE80211_RX_F_LDPC; in r12a_get_rx_stats()260 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU; in r12a_get_rx_stats()262 rxs->c_pktflags |= IEEE80211_RX_F_AMPDU_MORE; in r12a_get_rx_stats()266 rxs->c_pktflags |= IEEE80211_RX_F_SHORTGI; in r12a_get_rx_stats()308 rxs->c_pktflags |= IEEE80211_RX_F_CCK; in r12a_get_rx_stats()310 rxs->c_pktflags |= IEEE80211_RX_F_OFDM; in r12a_get_rx_stats()315 rxs->c_pktflags |= IEEE80211_RX_F_HT; in r12a_get_rx_stats()
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()
634 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) { in ieee80211_crypto_decap()635 if (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) { in ieee80211_crypto_decap()720 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) { in ieee80211_crypto_demic()721 if (rxs->c_pktflags & IEEE80211_RX_F_FAIL_MIC) { in ieee80211_crypto_demic()734 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()
303 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in tkip_decap()366 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in tkip_decap()400 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_FAIL_MIC)) { in tkip_demic()411 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_MMIC_STRIP)) in tkip_demic()
251 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in wep_decap()
593 uint32_t c_pktflags; /* IEEE80211_RX_F_* flags */ member
430 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()
643 rxseq, tid, rxs->c_pktflags); in ampdu_rx_add_slot()650 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()
277 if (rxs.c_pktflags & IEEE80211_RX_F_AMPDU) { in rtwn_rx_common()287 rxs.c_pktflags |= IEEE80211_RX_F_FAIL_FCSCRC; in rtwn_rx_common()294 is_cck = (rxs.c_pktflags & IEEE80211_RX_F_CCK) != 0; in rtwn_rx_common()
2427 rxs.c_pktflags |= IEEE80211_RX_F_CCK; in rsu_rx_frame()2429 rxs.c_pktflags |= IEEE80211_RX_F_OFDM; in rsu_rx_frame()2432 rxs.c_pktflags |= IEEE80211_RX_F_HT; in rsu_rx_frame()