Lines Matching refs:rthdr
309 struct ieee80211_radiotap_header *rthdr; in ieee80211_add_tx_radiotap_header() local
314 rthdr = skb_push(skb, rtap_len); in ieee80211_add_tx_radiotap_header()
316 memset(rthdr, 0, rtap_len); in ieee80211_add_tx_radiotap_header()
317 rthdr->it_len = cpu_to_le16(rtap_len); in ieee80211_add_tx_radiotap_header()
318 rthdr->it_present = in ieee80211_add_tx_radiotap_header()
321 pos = (unsigned char *)(rthdr + 1); in ieee80211_add_tx_radiotap_header()
345 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_RATE); in ieee80211_add_tx_radiotap_header()
372 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_MCS); in ieee80211_add_tx_radiotap_header()
388 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_VHT); in ieee80211_add_tx_radiotap_header()
391 pos = (u8 *)rthdr + ALIGN(pos - (u8 *)rthdr, 2); in ieee80211_add_tx_radiotap_header()
433 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_HE); in ieee80211_add_tx_radiotap_header()
436 pos = (u8 *)rthdr + ALIGN(pos - (u8 *)rthdr, 2); in ieee80211_add_tx_radiotap_header()
509 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_MCS); in ieee80211_add_tx_radiotap_header()
526 rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_VHT); in ieee80211_add_tx_radiotap_header()
529 pos = (u8 *)rthdr + ALIGN(pos - (u8 *)rthdr, 2); in ieee80211_add_tx_radiotap_header()