Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h184 #define GetAddr1Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 4)) macro
195 ra = GetAddr1Ptr(pframe); in rtl8723bs_get_ra()
212 da = GetAddr1Ptr(pframe); in get_da()
215 da = GetAddr1Ptr(pframe); in get_da()
265 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
268 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c426 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in _mgt_dispatcher()
427 !is_broadcast_ether_addr(GetAddr1Ptr(pframe))) in _mgt_dispatcher()
446 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in mgt_dispatcher()
447 !is_broadcast_ether_addr(GetAddr1Ptr(pframe))) { in mgt_dispatcher()
1624 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN))/* for if1, sta/ap mode */ in OnAction_back()
1789 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) in on_action_public()
1817 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) in OnAction_ht()
1978 memcpy(pattrib->ra, GetAddr1Ptr(pframe), ETH_ALEN); in update_mgntframe_attrib_addr()
2718 memcpy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr, ETH_ALEN); in issue_asocrsp()