Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dlib80211.h86 int extra_mpdu_prefix_len, extra_mpdu_postfix_len; member
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c270 .extra_mpdu_postfix_len = 4, /* ICV */
Drtllib_crypt_ccmp.c438 .extra_mpdu_postfix_len = CCMP_MIC_LEN,
Drtllib_crypt_tkip.c756 .extra_mpdu_postfix_len = 4, /* ICV */
Drtllib_tx.c763 crypt->ops->extra_mpdu_postfix_len + in rtllib_xmit_inter()
/linux-4.4.14/net/wireless/
Dlib80211_crypt_wep.c274 .extra_mpdu_postfix_len = 4, /* ICV */
Dlib80211_crypt_ccmp.c464 .extra_mpdu_postfix_len = CCMP_MIC_LEN,
Dlib80211_crypt_tkip.c744 .extra_mpdu_postfix_len = 4, /* ICV */
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_tx.c402 crypt->ops->extra_mpdu_postfix_len; in libipw_xmit()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_80211_tx.c348 postfix_len = crypt->ops->extra_mpdu_postfix_len + in hostap_tx_encrypt()
Dhostap_ap.c1321 ap->crypt->extra_mpdu_postfix_len); in ap_auth_make_challenge()