Lines Matching defs:hdr
211 struct ieee80211_hdr *hdr;
223 hdr = (struct ieee80211_hdr *)skb->data;
227 if (ieee80211_is_assoc_req(hdr->frame_control) ||
228 ieee80211_is_assoc_resp(hdr->frame_control) ||
229 ieee80211_is_auth(hdr->frame_control)) {
250 ether_addr_copy(da->st_rbf.addr[da->st_rbf.t_rb].h_dest, hdr->addr1);
251 ether_addr_copy(da->st_rbf.addr[da->st_rbf.t_rb].h_src, hdr->addr2);
274 hdr->addr1, ts->ts_tstamp, dur, da->st_rbf.h_rb,
295 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
297 if (!da->enabled || !ath_dynack_bssidmask(ah, hdr->addr1))