Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/hal/
Drtl8188e_rxdesc.c115 u8 *wlanhdr = precvframe->rx_data; in update_recvframe_phyinfo_88e() local
116 __le16 fc = *(__le16 *)wlanhdr; in update_recvframe_phyinfo_88e()
124 !memcmp(get_hdr_bssid(wlanhdr), in update_recvframe_phyinfo_88e()
128 (!memcmp(get_da(wlanhdr), in update_recvframe_phyinfo_88e()
137 sa = get_sa(wlanhdr); in update_recvframe_phyinfo_88e()
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c84 u8 *wlanhdr = precvframe->u.hdr.rx_data; in update_recvframe_phyinfo() local
104 rx_bssid = get_hdr_bssid(wlanhdr); in update_recvframe_phyinfo()
105 pkt_info.bssid_match = ((!IsFrameTypeCtrl(wlanhdr)) && in update_recvframe_phyinfo()
109 rx_ra = rtl8723bs_get_ra(wlanhdr); in update_recvframe_phyinfo()
116 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo()
118 sa = get_ta(wlanhdr); in update_recvframe_phyinfo()