Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/ !
Dlib80211.h87 int extra_mpdu_prefix_len, extra_mpdu_postfix_len; member
/linux-6.1.9/net/wireless/ !
Dlib80211_crypt_wep.c241 .extra_mpdu_postfix_len = 4, /* ICV */
Dlib80211_crypt_ccmp.c433 .extra_mpdu_postfix_len = CCMP_MIC_LEN,
Dlib80211_crypt_tkip.c720 .extra_mpdu_postfix_len = 4, /* ICV */
/linux-6.1.9/drivers/staging/rtl8192e/ !
Drtllib_crypt_wep.c230 .extra_mpdu_postfix_len = 4, /* ICV */
Drtllib_crypt_ccmp.c402 .extra_mpdu_postfix_len = CCMP_MIC_LEN,
Drtllib_crypt_tkip.c711 .extra_mpdu_postfix_len = 4, /* ICV */
Drtllib_tx.c746 crypt->ops->extra_mpdu_postfix_len + in rtllib_xmit_inter()
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/ !
Dlibipw_tx.c388 crypt->ops->extra_mpdu_postfix_len; in libipw_xmit()
/linux-6.1.9/drivers/net/wireless/intersil/hostap/ !
Dhostap_80211_tx.c349 postfix_len = crypt->ops->extra_mpdu_postfix_len + in hostap_tx_encrypt()
Dhostap_ap.c1260 ap->crypt->extra_mpdu_postfix_len); in ap_auth_make_challenge()