Searched defs:dot11txpn (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/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 | 198 #define GET_TKIP_PN(iv, dot11txpn) \ argument
|
D | sta_info.h | 87 union pn48 dot11txpn; /* PN48 used for Unicast xmit. */ member
|
/linux-6.1.9/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 | 226 #define GET_TKIP_PN(iv, dot11txpn)\ argument
|
D | sta_info.h | 94 union pn48 dot11txpn; /* PN48 used for Unicast xmit */ member
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_security.c | 453 union pn48 dot11txpn; in rtw_tkip_encrypt() local 532 union pn48 dot11txpn; in rtw_tkip_decrypt() local
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 472 union pn48 dot11txpn; in rtw_tkip_encrypt() local 544 union pn48 dot11txpn; in rtw_tkip_decrypt() local
|