Home
last modified time | relevance | path

Searched refs:GetAddr3Ptr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h188 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
218 da = GetAddr3Ptr(pframe); in get_da()
221 da = GetAddr3Ptr(pframe); in get_da()
239 sa = GetAddr3Ptr(pframe); in get_sa()
259 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c709 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
796 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()