Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
A Dwifi.h210 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
255 da = GetAddr3Ptr(pframe); in get_da()
258 da = GetAddr3Ptr(pframe); in get_da()
276 sa = GetAddr3Ptr(pframe); in get_sa()
296 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/linux/drivers/staging/r8188eu/include/
A Dwifi.h325 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
350 da = GetAddr3Ptr(pframe); in get_da()
353 da = GetAddr3Ptr(pframe); in get_da()
369 sa = GetAddr3Ptr(pframe); in get_sa()
388 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/linux/drivers/staging/rtl8712/
A Dwifi.h155 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro
166 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
A Drtl871x_recv.c343 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
410 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_mlme_ext.c597 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon()
1478 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDeAuth()
1531 reason, GetAddr3Ptr(pframe), in OnDeAuth()
1535 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth()
1552 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDisassoc()
1587 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
1589 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
2764 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); in issue_asocrsp()
4060 memcpy(bssid->mac_address, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
A Drtw_recv.c718 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
805 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
A Drtw_wlan_util.c1163 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
/linux/drivers/staging/r8188eu/core/
A Drtw_mlme_ext.c629 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon()
1490 if (!(!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN))) in OnDeAuth()
1544 reason, GetAddr3Ptr(pframe), ignore_received_deauth); in OnDeAuth()
1547 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth()
1563 if (!(!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN))) in OnDisassoc()
1600 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
1602 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
4962 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&pmlmeinfo->network), ETH_ALEN); in issue_asocrsp()
6335 memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
A Drtw_recv.c636 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
723 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
A Drtw_wlan_util.c858 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()

Completed in 48 milliseconds