Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c885 return IEEE80211_WEP_IV_LEN; in ath10k_htt_rx_crypto_param_len()
2759 ivp[IEEE80211_WEP_IV_LEN - 1] |= ATH10K_IEEE80211_EXTIV; in ath10k_htt_rx_proc_rx_ind_hl()
2768 ivp[IEEE80211_WEP_IV_LEN - 1] |= keyidx << 6; in ath10k_htt_rx_proc_rx_ind_hl()
2835 if (!(ivp[IEEE80211_WEP_IV_LEN - 1] & ATH10K_IEEE80211_EXTIV)) in ath10k_htt_rx_frag_tkip_decap_nomic()
2854 if (!(ivp[IEEE80211_WEP_IV_LEN - 1] & ATH10K_IEEE80211_EXTIV)) in ath10k_htt_rx_frag_tkip_decap_withmic()
2873 if (!(ivp[IEEE80211_WEP_IV_LEN - 1] & ATH10K_IEEE80211_EXTIV)) in ath10k_htt_rx_frag_ccmp_decap()
2890 memmove(orig_hdr + IEEE80211_WEP_IV_LEN, in ath10k_htt_rx_frag_wep_decap()
2892 skb_pull(skb, IEEE80211_WEP_IV_LEN); in ath10k_htt_rx_frag_wep_decap()
H A Dwmi.c2273 if (skb->len < (hdrlen + IEEE80211_WEP_IV_LEN)) in ath10k_wmi_handle_wep_reauth()
2276 keyidx = skb->data[hdrlen + (IEEE80211_WEP_IV_LEN - 1)] >> WEP_KEYID_SHIFT; in ath10k_wmi_handle_wep_reauth()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h122 #define IEEE80211_WEP_IV_LEN 3 /* net80211: IEEE80211_WEP_IVLEN */ macro
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drx.c181 *crypt_len = IEEE80211_WEP_IV_LEN; in iwl_mvm_set_mac80211_rx_flag()
H A Drxmq.c434 *crypt_len = IEEE80211_WEP_IV_LEN; in iwl_mvm_rx_crypto()
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c