Lines Matching refs:rtap
1700 struct ieee80211_radiotap_vendor_tlv *rtap; in mac80211_hwsim_add_vendor_rtap() local
1715 rtap = skb_push(skb, sizeof(*rtap) + sizeof(vendor_data)); in mac80211_hwsim_add_vendor_rtap()
1717 rtap->len = cpu_to_le16(sizeof(*rtap) - in mac80211_hwsim_add_vendor_rtap()
1720 rtap->type = cpu_to_le16(IEEE80211_RADIOTAP_VENDOR_NAMESPACE); in mac80211_hwsim_add_vendor_rtap()
1722 rtap->content.oui[0] = HWSIM_RADIOTAP_OUI[0]; in mac80211_hwsim_add_vendor_rtap()
1723 rtap->content.oui[1] = HWSIM_RADIOTAP_OUI[1]; in mac80211_hwsim_add_vendor_rtap()
1724 rtap->content.oui[2] = HWSIM_RADIOTAP_OUI[2]; in mac80211_hwsim_add_vendor_rtap()
1725 rtap->content.oui_subtype = 127; in mac80211_hwsim_add_vendor_rtap()
1727 rtap->content.reserved = 0; in mac80211_hwsim_add_vendor_rtap()
1728 rtap->content.vendor_type = 0; in mac80211_hwsim_add_vendor_rtap()
1729 memcpy(rtap->content.data, vendor_data, sizeof(vendor_data)); in mac80211_hwsim_add_vendor_rtap()