Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_security.h77 union Keytype { union
98 union Keytype DefKey[4]; /* this is only valid for def. key */
103 union Keytype XGrpKey[2]; /* 802.1x Group Key, for
105 union Keytype XGrptxmickey[2];
106 union Keytype XGrprxmickey[2];
Dsta_info.h71 union Keytype tkiptxmickey;
72 union Keytype tkiprxmickey;
73 union Keytype x_UncstKey;
Drtl871x_mlme.c861 sizeof(union Keytype)); in r8712_joinbss_event_callback()
865 sizeof(union Keytype)); in r8712_joinbss_event_callback()
869 sizeof(union Keytype)); in r8712_joinbss_event_callback()
/drivers/staging/rtl8188eu/include/
Drtw_security.h92 union Keytype { union
114 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
120 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key,
122 union Keytype dot118021XGrptxmickey[4];
123 union Keytype dot118021XGrprxmickey[4];
Dsta_info.h101 union Keytype dot11tkiptxmickey;
102 union Keytype dot11tkiprxmickey;
103 union Keytype dot118021x_UncstKey;
/drivers/staging/rtl8723au/include/
Drtw_security.h81 union Keytype { union
118 union Keytype dot118021XGrpKey[4];/* 802.1x Grp Key, inx0 and inx1 */
119 union Keytype dot118021XGrptxmickey[4];
120 union Keytype dot118021XGrprxmickey[4];
Dsta_info.h101 union Keytype dot11tkiptxmickey;
102 union Keytype dot11tkiprxmickey;
103 union Keytype dot118021x_UncstKey;
/drivers/staging/rtl8723au/core/
Drtw_mlme.c946 sizeof (union Keytype)); in rtw_joinbss_update_stainfo()
949 sizeof (union Keytype)); in rtw_joinbss_update_stainfo()
951 sizeof (union Keytype)); in rtw_joinbss_update_stainfo()
/drivers/staging/rtl8188eu/core/
Drtw_mlme.c919 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
920 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
921 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()