Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec.h45 int extra_mpdu_prefix_len, extra_mpdu_postfix_len; member
H A Dsec_wep.c218 .extra_mpdu_postfix_len = 4,
H A Dsec_wpi.c464 .extra_mpdu_postfix_len = WAPI_MIC_LEN,
H A Dsec_tkip.c774 .extra_mpdu_postfix_len = 4,
H A Dsec_ccmp.c640 .extra_mpdu_postfix_len = CCMP_MIC_LEN,
/OK3568_Linux_fs/kernel/include/net/
H A Dlib80211.h87 int extra_mpdu_prefix_len, extra_mpdu_postfix_len; member
/OK3568_Linux_fs/kernel/net/wireless/
H A Dlib80211_crypt_wep.c241 .extra_mpdu_postfix_len = 4, /* ICV */
H A Dlib80211_crypt_ccmp.c433 .extra_mpdu_postfix_len = CCMP_MIC_LEN,
H A Dlib80211_crypt_tkip.c720 .extra_mpdu_postfix_len = 4, /* ICV */
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c230 .extra_mpdu_postfix_len = 4, /* ICV */
H A Drtllib_crypt_ccmp.c400 .extra_mpdu_postfix_len = CCMP_MIC_LEN,
H A Drtllib_crypt_tkip.c711 .extra_mpdu_postfix_len = 4, /* ICV */
H A Drtllib_tx.c748 crypt->ops->extra_mpdu_postfix_len + in rtllib_xmit_inter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c388 crypt->ops->extra_mpdu_postfix_len; in libipw_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c349 postfix_len = crypt->ops->extra_mpdu_postfix_len + in hostap_tx_encrypt()
H A Dhostap_ap.c1260 ap->crypt->extra_mpdu_postfix_len); in ap_auth_make_challenge()