Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dlib80211.h87 int extra_mpdu_prefix_len, extra_mpdu_postfix_len; member
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c278 .extra_mpdu_postfix_len = 4, /* ICV */
Drtllib_crypt_ccmp.c438 .extra_mpdu_postfix_len = CCMP_MIC_LEN,
Drtllib_crypt_tkip.c764 .extra_mpdu_postfix_len = 4, /* ICV */
Drtllib_tx.c764 crypt->ops->extra_mpdu_postfix_len + in rtllib_xmit_inter()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_wep.c282 .extra_mpdu_postfix_len = 4, /* ICV */
Dlib80211_crypt_ccmp.c464 .extra_mpdu_postfix_len = CCMP_MIC_LEN,
Dlib80211_crypt_tkip.c758 .extra_mpdu_postfix_len = 4, /* ICV */
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_tx.c402 crypt->ops->extra_mpdu_postfix_len; in libipw_xmit()
/Linux-v4.19/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()