Home
last modified time | relevance | path

Searched refs:IEEE80211_RX_F_DECRYPTED (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/sys/net80211/
HDieee80211_crypto.c723 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) { in ieee80211_crypto_decap()
823 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) { in ieee80211_crypto_demic()
HD_ieee80211.h589 #define IEEE80211_RX_F_DECRYPTED 0x00000100 /* Hardware decrypted */ macro
HDieee80211_crypto_gcmp.c522 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED) != 0) in gcmp_decrypt()
HDieee80211_wds.c426 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in wds_input()
HDieee80211_crypto_ccmp.c718 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED) != 0) in ccmp_decrypt()
HDieee80211_adhoc.c324 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in adhoc_input()
HDieee80211_sta.c581 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in sta_input()
HDieee80211_hostap.c492 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_DECRYPTED)) in hostap_input()
/freebsd-head/sys/compat/linuxkpi/common/src/
HDlinux_80211.c6737 rx_stats->c_pktflags |= IEEE80211_RX_F_DECRYPTED;
/freebsd-head/sys/dev/iwx/
HDif_iwx.c4644 rxs.c_pktflags |= IEEE80211_RX_F_DECRYPTED; in iwx_rx_mpdu_mq()