Searched defs:dot11txpn (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 40 #define WEP_IV(pattrib_iv, dot11txpn, keyidx)\ argument 50 #define TKIP_IV(pattrib_iv, dot11txpn, keyidx)\ argument 63 #define AES_IV(pattrib_iv, dot11txpn, keyidx)\ argument
|
D | rtw_security.h | 213 #define GET_TKIP_PN(iv, dot11txpn) \ argument
|
D | sta_info.h | 91 union pn48 dot11txpn; /* PN48 used for Unicast xmit. */ member
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 42 #define WEP_IV(pattrib_iv, dot11txpn, keyidx)\ argument 52 #define TKIP_IV(pattrib_iv, dot11txpn, keyidx)\ argument 65 #define AES_IV(pattrib_iv, dot11txpn, keyidx)\ argument
|
D | sta_info.h | 94 union pn48 dot11txpn; /* PN48 used for Unicast xmit */ member
|
D | rtw_security.h | 262 #define GET_TKIP_PN(iv, dot11txpn)\ argument
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 587 union pn48 dot11txpn; in rtw_tkip_encrypt() local 667 union pn48 dot11txpn; in rtw_tkip_decrypt() local
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 663 union pn48 dot11txpn; in rtw_tkip_encrypt() local 771 union pn48 dot11txpn; in rtw_tkip_decrypt() local
|