Searched refs:GetAddr3Ptr (Results 1 – 9 of 9) sorted by relevance
/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 | 341 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 408 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
|
/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 223 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro 240 da = GetAddr3Ptr(pframe); in get_da() 243 da = GetAddr3Ptr(pframe); in get_da() 259 sa = GetAddr3Ptr(pframe); in get_sa() 278 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
|
/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()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 911 ether_addr_copy((void *)GetAddr3Ptr(pwlanhdr), pnetwork->MacAddress); in issue_asocrsp() 2141 ether_addr_copy(bssid->MacAddress, GetAddr3Ptr(pframe)); in collect_bss_info() 2567 if (!memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) { in OnBeacon() 3418 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDeAuth() 3452 reason, GetAddr3Ptr(pframe)); in OnDeAuth() 3454 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth() 3471 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDisassoc() 3505 reason, GetAddr3Ptr(pframe)); in OnDisassoc() 3507 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
|
D | rtw_wlan_util.c | 794 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 790 …C_FMT". Fix the length of ESR IE to avoid failed Beacon parsing.\n", MAC_ARG(GetAddr3Ptr(pframe))); in OnBeacon() 800 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon() 1746 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDeAuth() 1801 reason, GetAddr3Ptr(pframe), ignore_received_deauth); in OnDeAuth() 1804 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth() 1821 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDisassoc() 1858 reason, GetAddr3Ptr(pframe)); in OnDisassoc() 1860 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc() 3132 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); in issue_asocrsp() 4544 memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
|
D | rtw_recv.c | 845 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 966 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
|
D | rtw_wlan_util.c | 1234 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
|