Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Dsta_info.h97 union Keytype dot11tkiprxmickey; member
/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c462 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in wpa_set_encryption()
2385 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_set_encryption()
/drivers/staging/rtl8188eu/core/
Drtw_recv.c293 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
Drtw_mlme.c896 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()