Lines Matching defs:rthdr
298 struct ieee80211_radiotap_header *rthdr;
303 rthdr = skb_push(skb, rtap_len);
305 memset(rthdr, 0, rtap_len);
306 rthdr->it_len = cpu_to_le16(rtap_len);
307 rthdr->it_present =
310 pos = (unsigned char *)(rthdr + 1);
334 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_RATE);
361 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_MCS);
377 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_VHT);
379 /* required alignment from rthdr */
380 pos = (u8 *)rthdr + ALIGN(pos - (u8 *)rthdr, 2);
422 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_HE);
424 /* required alignment from rthdr */
425 pos = (u8 *)rthdr + ALIGN(pos - (u8 *)rthdr, 2);
498 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_MCS);
515 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_VHT);
517 /* required alignment from rthdr */
518 pos = (u8 *)rthdr + ALIGN(pos - (u8 *)rthdr, 2);