Home
last modified time | relevance | path

Searched refs:IEEE80211_TKIP_IV_LEN (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h116 #define IEEE80211_TKIP_IV_LEN 8 /* WEP + KID + EXT */ macro
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c888 return IEEE80211_TKIP_IV_LEN; in ath10k_htt_rx_crypto_param_len()
2838 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_nomic()
2839 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ath10k_htt_rx_frag_tkip_decap_nomic()
2857 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_withmic()
2858 skb_pull(skb, IEEE80211_TKIP_IV_LEN); in ath10k_htt_rx_frag_tkip_decap_withmic()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drx.c171 *crypt_len = IEEE80211_TKIP_IV_LEN; in iwl_mvm_set_mac80211_rx_flag()
H A Drxmq.c425 *crypt_len = IEEE80211_TKIP_IV_LEN; in iwl_mvm_rx_crypto()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c1917 return IEEE80211_TKIP_IV_LEN; in ath12k_dp_rx_crypto_param_len()
2829 head_len = hdr_len + hal_rx_desc_sz + IEEE80211_TKIP_IV_LEN; in ath12k_dp_rx_h_verify_tkip_mic()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c1935 return IEEE80211_TKIP_IV_LEN; in ath11k_dp_rx_crypto_param_len()
3271 head_len = hdr_len + hal_rx_desc_sz + IEEE80211_TKIP_IV_LEN; in ath11k_dp_rx_h_verify_tkip_mic()