Home
last modified time | relevance | path

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

/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_mlme.c848 sizeof(union Keytype)); in r8712_joinbss_event_callback()
852 sizeof(union Keytype)); in r8712_joinbss_event_callback()
856 sizeof(union Keytype)); in r8712_joinbss_event_callback()
/drivers/staging/rtl8188eu/include/
Drtw_security.h87 union Keytype { union
109 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
115 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key,
117 union Keytype dot118021XGrptxmickey[4];
118 union Keytype dot118021XGrprxmickey[4];
Dsta_info.h96 union Keytype dot11tkiptxmickey;
97 union Keytype dot11tkiprxmickey;
98 union Keytype dot118021x_UncstKey;
/drivers/staging/rtl8188eu/core/
Drtw_mlme.c895 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
896 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
897 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()