Searched defs:dot11txpn (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_xmit.h | 48 #define WEP_IV(pattrib_iv, dot11txpn, keyidx) \ argument 58 #define TKIP_IV(pattrib_iv, dot11txpn, keyidx) \ argument 72 #define AES_IV(pattrib_iv, dot11txpn, keyidx)\ argument
|
D | rtw_security.h | 183 #define GET_TKIP_PN(iv, dot11txpn)\ argument
|
D | sta_info.h | 104 union pn48 dot11txpn; /* PN48 used for Unicast xmit. */ member
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 53 #define WEP_IV(pattrib_iv, dot11txpn, keyidx)\ argument 63 #define TKIP_IV(pattrib_iv, dot11txpn, keyidx)\ argument 76 #define AES_IV(pattrib_iv, dot11txpn, keyidx)\ argument
|
D | rtw_security.h | 226 #define GET_TKIP_PN(iv, dot11txpn) \ argument
|
D | sta_info.h | 104 union pn48 dot11txpn; /* PN48 used for Unicast xmit. */ member
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 574 union pn48 dot11txpn; in rtw_tkip_encrypt() local 654 union pn48 dot11txpn; in rtw_tkip_decrypt() local
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 611 union pn48 dot11txpn; in rtw_tkip_encrypt23a() local 720 union pn48 dot11txpn; in rtw_tkip_decrypt23a() local
|