Searched refs:GetAddr3Ptr (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/staging/rtl8712/ |
D | wifi.h | 277 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro 294 da = GetAddr3Ptr(pframe); in get_da() 297 da = GetAddr3Ptr(pframe); in get_da() 313 sa = GetAddr3Ptr(pframe); in get_sa() 333 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
|
D | rtl871x_recv.c | 346 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 413 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
|
/Linux-v5.4/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 256 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro 273 da = GetAddr3Ptr(pframe); in get_da() 276 da = GetAddr3Ptr(pframe); in get_da() 292 sa = GetAddr3Ptr(pframe); in get_sa() 311 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
|
/Linux-v5.4/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 339 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro 384 da = GetAddr3Ptr(pframe); in get_da() 387 da = GetAddr3Ptr(pframe); in get_da() 405 sa = GetAddr3Ptr(pframe); in get_sa() 425 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
|
/Linux-v5.4/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 917 ether_addr_copy((void *)GetAddr3Ptr(pwlanhdr), pnetwork->MacAddress); in issue_asocrsp() 2147 ether_addr_copy(bssid->MacAddress, GetAddr3Ptr(pframe)); in collect_bss_info() 2573 if (!memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) { in OnBeacon() 3424 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDeAuth() 3459 reason, GetAddr3Ptr(pframe)); in OnDeAuth() 3461 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth() 3478 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDisassoc() 3513 reason, GetAddr3Ptr(pframe)); in OnDisassoc() 3515 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
|
D | rtw_wlan_util.c | 822 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
|
/Linux-v5.4/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 789 …C_FMT". Fix the length of ESR IE to avoid failed Beacon parsing.\n", MAC_ARG(GetAddr3Ptr(pframe))); in OnBeacon() 799 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon() 1748 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDeAuth() 1803 reason, GetAddr3Ptr(pframe), ignore_received_deauth); in OnDeAuth() 1806 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth() 1823 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDisassoc() 1860 reason, GetAddr3Ptr(pframe)); in OnDisassoc() 1862 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc() 3131 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); in issue_asocrsp() 4539 memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
|
D | rtw_recv.c | 847 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 968 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
|
D | rtw_wlan_util.c | 1288 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
|