Searched refs:GetAddr3Ptr (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | wifi.h | 188 #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 D | rtw_mlme_ext.c | 586 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon() 1455 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDeAuth() 1508 reason, GetAddr3Ptr(pframe), in OnDeAuth() 1512 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth() 1527 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDisassoc() 1562 reason, GetAddr3Ptr(pframe)); in OnDisassoc() 1564 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc() 2720 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); in issue_asocrsp() 4008 memcpy(bssid->mac_address, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
|
| H A D | rtw_wlan_util.c | 1114 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
|