Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_security.h77 union Keytype { union
101 union Keytype DefKey[4]; /* this is only valid for def. key */
107 union Keytype XGrpKey[2]; /* 802.1x Group Key, for
110 union Keytype XGrptxmickey[2];
111 union Keytype XGrprxmickey[2];
Dsta_info.h71 union Keytype tkiptxmickey;
72 union Keytype tkiprxmickey;
73 union Keytype x_UncstKey;
Drtl871x_ioctl_linux.c117 union Keytype *gk = padapter->securitypriv.XGrpKey; in handle_group_key()
118 union Keytype *gtk = padapter->securitypriv.XGrptxmickey; in handle_group_key()
119 union Keytype *grk = padapter->securitypriv.XGrprxmickey; in handle_group_key()
1601 union Keytype *dk = padapter->securitypriv.DefKey; in r8711_wx_get_enc()
Drtl871x_mlme.c841 sizeof(union Keytype)); in r8712_joinbss_event_callback()
845 sizeof(union Keytype)); in r8712_joinbss_event_callback()
849 sizeof(union Keytype)); in r8712_joinbss_event_callback()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_security.h79 union Keytype { union
104 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
112 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key,
115 union Keytype dot118021XGrptxmickey[4];
116 union Keytype dot118021XGrprxmickey[4];
Dsta_info.h88 union Keytype dot11tkiptxmickey;
89 union Keytype dot11tkiprxmickey;
90 union Keytype dot118021x_UncstKey;
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_security.h84 union Keytype { union
108 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
114 union Keytype dot118021XGrpKey[BIP_MAX_KEYID]; /* 802.1x Group Key, for inx0 and inx1 */
115 union Keytype dot118021XGrptxmickey[BIP_MAX_KEYID];
116 union Keytype dot118021XGrprxmickey[BIP_MAX_KEYID];
120 union Keytype dot11wBIPKey[6]; /* BIP Key, for index4 and index5 */
Dsta_info.h91 union Keytype dot11tkiptxmickey;
92 union Keytype dot11tkiprxmickey;
93 union Keytype dot118021x_UncstKey;
Drtw_xmit.h190 union Keytype dot11tkiptxmickey;
192 union Keytype dot118021x_UncstKey;
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme.c878 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
879 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
880 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme.c1242 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
1244 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
1245 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()