Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8712/
Drtl871x_xmit.h15 #define WEP_IV(pattrib_iv, txpn, keyidx)\ argument
17 pattrib_iv[0] = txpn._byte_.TSC0;\
18 pattrib_iv[1] = txpn._byte_.TSC1;\
19 pattrib_iv[2] = txpn._byte_.TSC2;\
20 pattrib_iv[3] = ((keyidx & 0x3)<<6);\
26 #define TKIP_IV(pattrib_iv, txpn, keyidx)\ argument
28 pattrib_iv[0] = txpn._byte_.TSC1;\
29 pattrib_iv[1] = (txpn._byte_.TSC1 | 0x20) & 0x7f;\
30 pattrib_iv[2] = txpn._byte_.TSC0;\
31 pattrib_iv[3] = BIT(5) | ((keyidx & 0x3)<<6);\
[all …]