Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
A Drtw_security.h82 union Keytype { union
104 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
110 union Keytype dot118021XGrpKey[BIP_MAX_KEYID]; /* 802.1x Group Key, for inx0 and inx1 */
111 union Keytype dot118021XGrptxmickey[BIP_MAX_KEYID];
112 union Keytype dot118021XGrprxmickey[BIP_MAX_KEYID];
116 union Keytype dot11wBIPKey[6]; /* BIP Key, for index4 and index5 */
A Dsta_info.h91 union Keytype dot11tkiptxmickey;
92 union Keytype dot11tkiprxmickey;
93 union Keytype dot118021x_UncstKey;
A Drtw_xmit.h183 union Keytype dot11tkiptxmickey;
185 union Keytype dot118021x_UncstKey;
/linux/drivers/staging/rtl8712/
A Drtl871x_security.h65 union Keytype { union
89 union Keytype DefKey[4]; /* this is only valid for def. key */
95 union Keytype XGrpKey[2]; /* 802.1x Group Key, for
98 union Keytype XGrptxmickey[2];
99 union Keytype XGrprxmickey[2];
A Dsta_info.h58 union Keytype tkiptxmickey;
59 union Keytype tkiprxmickey;
60 union Keytype x_UncstKey;
A Drtl871x_mlme.c801 sizeof(union Keytype)); in r8712_joinbss_event_callback()
805 sizeof(union Keytype)); in r8712_joinbss_event_callback()
809 sizeof(union Keytype)); in r8712_joinbss_event_callback()
A Drtl871x_ioctl_linux.c98 union Keytype *gk = padapter->securitypriv.XGrpKey; in handle_group_key()
99 union Keytype *gtk = padapter->securitypriv.XGrptxmickey; in handle_group_key()
100 union Keytype *grk = padapter->securitypriv.XGrprxmickey; in handle_group_key()
1594 union Keytype *dk = padapter->securitypriv.DefKey; in r8711_wx_get_enc()
/linux/drivers/staging/r8188eu/include/
A Drtw_security.h76 union Keytype { union
98 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
104 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key,
106 union Keytype dot118021XGrptxmickey[4];
107 union Keytype dot118021XGrprxmickey[4];
A Dsta_info.h85 union Keytype dot11tkiptxmickey;
86 union Keytype dot11tkiprxmickey;
87 union Keytype dot118021x_UncstKey;
/linux/drivers/staging/r8188eu/core/
A Drtw_mlme.c924 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
925 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
926 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_mlme.c1054 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
1056 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
1057 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()

Completed in 29 milliseconds