Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
A Drtw_security.h77 union Keytype { union
99 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
105 union Keytype dot118021XGrpKey[BIP_MAX_KEYID + 1]; /* 802.1x Group Key, for inx0 and inx1 */
106 union Keytype dot118021XGrptxmickey[BIP_MAX_KEYID + 1];
107 union Keytype dot118021XGrprxmickey[BIP_MAX_KEYID + 1];
111 union Keytype dot11wBIPKey[BIP_MAX_KEYID + 1]; /* 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.h182 union Keytype dot11tkiptxmickey;
184 union Keytype dot118021x_UncstKey;
/drivers/staging/rtl8723bs/core/
A Drtw_mlme.c983 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
985 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
986 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()

Completed in 14 milliseconds