Lines Matching defs:hdr
13 struct ieee80211_hdr *hdr;
16 hdr = (struct ieee80211_hdr *)skb->data;
18 if (!ieee80211_is_data(hdr->frame_control))
21 if (!is_broadcast_ether_addr(hdr->addr1) &&
22 !is_multicast_ether_addr(hdr->addr1)) {
36 struct ieee80211_hdr *hdr;
43 struct ieee80211_hdr *hdr)
52 if (ieee80211_is_beacon(hdr->frame_control))
100 struct ieee80211_hdr *hdr = iter_data->hdr;
109 if (!(ether_addr_equal(vif->addr, hdr->addr1) ||
110 ieee80211_is_beacon(hdr->frame_control)))
113 rtw_rx_phy_stat(rtwdev, pkt_stat, hdr);
114 sta = ieee80211_find_sta_by_ifaddr(rtwdev->hw, hdr->addr2,
125 struct ieee80211_hdr *hdr)
130 ieee80211_is_ctl(hdr->frame_control))
134 data.hdr = hdr;
136 data.bssid = get_hdr_bssid(hdr);
143 struct ieee80211_hdr *hdr,
192 rtw_rx_addr_match(rtwdev, pkt_stat, hdr);