Searched refs:wlanhdr (Results 1 – 2 of 2) sorted by relevance
131 u8 *wlanhdr; in update_recvframe_phyinfo_88e() local141 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()
84 u8 *wlanhdr; in update_recvframe_phyinfo() local103 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()