Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mac80211/
A Dwep.c28 get_random_bytes(&local->wep_iv, IEEE80211_WEP_IV_LEN); in ieee80211_wep_init()
75 if (WARN_ON(skb_headroom(skb) < IEEE80211_WEP_IV_LEN)) in ieee80211_wep_add_iv()
79 newhdr = skb_push(skb, IEEE80211_WEP_IV_LEN); in ieee80211_wep_add_iv()
80 memmove(newhdr, newhdr + IEEE80211_WEP_IV_LEN, hdrlen); in ieee80211_wep_add_iv()
100 memmove(skb->data + IEEE80211_WEP_IV_LEN, skb->data, hdrlen); in ieee80211_wep_remove_iv()
101 skb_pull(skb, IEEE80211_WEP_IV_LEN); in ieee80211_wep_remove_iv()
146 len = skb->len - (iv + IEEE80211_WEP_IV_LEN - skb->data); in ieee80211_wep_encrypt()
158 iv + IEEE80211_WEP_IV_LEN, len); in ieee80211_wep_encrypt()
227 IEEE80211_WEP_IV_LEN, len)) in ieee80211_wep_decrypt()
235 skb_pull(skb, IEEE80211_WEP_IV_LEN); in ieee80211_wep_decrypt()
[all …]
A Dkey.c617 key->conf.iv_len = IEEE80211_WEP_IV_LEN; in ieee80211_key_alloc()
A Dutil.c1843 skb = dev_alloc_skb(local->hw.extra_tx_headroom + IEEE80211_WEP_IV_LEN + in ieee80211_send_auth()
1849 skb_reserve(skb, local->hw.extra_tx_headroom + IEEE80211_WEP_IV_LEN); in ieee80211_send_auth()
A Drx.c1031 if (unlikely(skb->len < hdrlen + IEEE80211_WEP_IV_LEN)) in ieee80211_get_keyid()
A Dtx.c3209 build.hdr_len += IEEE80211_WEP_IV_LEN; in ieee80211_check_fast_xmit()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dhtt_rx.c869 return IEEE80211_WEP_IV_LEN; in ath10k_htt_rx_crypto_param_len()
2617 ivp[IEEE80211_WEP_IV_LEN - 1] |= ATH10K_IEEE80211_EXTIV; in ath10k_htt_rx_proc_rx_ind_hl()
2626 ivp[IEEE80211_WEP_IV_LEN - 1] |= keyidx << 6; in ath10k_htt_rx_proc_rx_ind_hl()
2693 if (!(ivp[IEEE80211_WEP_IV_LEN - 1] & ATH10K_IEEE80211_EXTIV)) in ath10k_htt_rx_frag_tkip_decap_nomic()
2712 if (!(ivp[IEEE80211_WEP_IV_LEN - 1] & ATH10K_IEEE80211_EXTIV)) in ath10k_htt_rx_frag_tkip_decap_withmic()
2731 if (!(ivp[IEEE80211_WEP_IV_LEN - 1] & ATH10K_IEEE80211_EXTIV)) in ath10k_htt_rx_frag_ccmp_decap()
2748 memmove(orig_hdr + IEEE80211_WEP_IV_LEN, in ath10k_htt_rx_frag_wep_decap()
2750 skb_pull(skb, IEEE80211_WEP_IV_LEN); in ath10k_htt_rx_frag_wep_decap()
A Dwmi.c2266 if (skb->len < (hdrlen + IEEE80211_WEP_IV_LEN)) in ath10k_wmi_handle_wep_reauth()
2269 keyidx = skb->data[hdrlen + (IEEE80211_WEP_IV_LEN - 1)] >> WEP_KEYID_SHIFT; in ath10k_wmi_handle_wep_reauth()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Drx.c181 *crypt_len = IEEE80211_WEP_IV_LEN; in iwl_mvm_set_mac80211_rx_flag()
A Drxmq.c419 *crypt_len = IEEE80211_WEP_IV_LEN; in iwl_mvm_rx_crypto()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/queue/
A Dtx.c1444 len += IEEE80211_WEP_IV_LEN + IEEE80211_WEP_ICV_LEN; in iwl_txq_gen1_update_byte_cnt_tbl()
/linux-6.3-rc2/include/linux/
A Dieee80211.h3595 #define IEEE80211_WEP_IV_LEN 4 macro

Completed in 78 milliseconds