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 49 #define TKIP_IV(pattrib_iv, dot11txpn, keyidx)\ argument 62 #define AES_IV(pattrib_iv, dot11txpn, keyidx)\ argument
|
D | rtw_security.h | 211 #define GET_TKIP_PN(iv, dot11txpn) \ argument
|
D | sta_info.h | 91 union pn48 dot11txpn; /* PN48 used for Unicast xmit. */ member
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 585 union pn48 dot11txpn; in rtw_tkip_encrypt() local 664 union pn48 dot11txpn; in rtw_tkip_decrypt() local
|
/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 | rtw_security.h | 260 #define GET_TKIP_PN(iv, dot11txpn)\ argument
|
D | sta_info.h | 94 union pn48 dot11txpn; /* PN48 used for Unicast xmit */ member
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 666 union pn48 dot11txpn; in rtw_tkip_encrypt() local 742 union pn48 dot11txpn; in rtw_tkip_decrypt() local
|