Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/hal/
Drtl8188e_rxdesc.c131 u8 *wlanhdr; in update_recvframe_phyinfo_88e() local
141 wlanhdr = get_recvframe_data(precvframe); in update_recvframe_phyinfo_88e()
143 pkt_info.bPacketMatchBSSID = ((!IsFrameTypeCtrl(wlanhdr)) && in update_recvframe_phyinfo_88e()
145 !memcmp(get_hdr_bssid(wlanhdr), in update_recvframe_phyinfo_88e()
149 (!memcmp(get_da(wlanhdr), in update_recvframe_phyinfo_88e()
153 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo_88e()
160 sa = get_sa(wlanhdr); in update_recvframe_phyinfo_88e()
/Linux-v5.15/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c84 u8 *wlanhdr; in update_recvframe_phyinfo() local
103 wlanhdr = get_recvframe_data(precvframe); in update_recvframe_phyinfo()
105 rx_bssid = get_hdr_bssid(wlanhdr); in update_recvframe_phyinfo()
106 pkt_info.bssid_match = ((!IsFrameTypeCtrl(wlanhdr)) && in update_recvframe_phyinfo()
110 rx_ra = rtl8723bs_get_ra(wlanhdr); in update_recvframe_phyinfo()
117 (GetFrameSubType(wlanhdr) == WIFI_BEACON); in update_recvframe_phyinfo()
119 sa = get_ta(wlanhdr); in update_recvframe_phyinfo()