Home
last modified time | relevance | path

Searched refs:GetPrivacy (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/rtl8712/
H A Dwifi.h98 #define GetPrivacy(pbuf) (((*(__le16 *)(pbuf)) & \ macro
H A Drtl871x_recv.c567 pattrib->privacy = GetPrivacy(ptr); in r8712_validate_recv_frame()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h136 #define GetPrivacy(pbuf) \ macro
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1453 pattrib->privacy = GetPrivacy(ptr); in validate_recv_frame()
H A Drtw_mlme_ext.c700 if (GetPrivacy(pframe)) { in OnAuth()
876 offset = (GetPrivacy(pframe)) ? 4 : 0; in OnAuthClient()