Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Dwifi.h345 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro
373 da = GetAddr3Ptr(pframe); in get_da()
376 da = GetAddr3Ptr(pframe); in get_da()
393 sa = GetAddr3Ptr(pframe); in get_sa()
413 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
Drtl871x_recv.c360 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
425 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()