Lines Matching refs:rtap
1647 struct ieee80211_radiotap_vendor_tlv *rtap; in mac80211_hwsim_add_vendor_rtap() local
1662 rtap = skb_push(skb, sizeof(*rtap) + sizeof(vendor_data)); in mac80211_hwsim_add_vendor_rtap()
1664 rtap->len = cpu_to_le16(sizeof(*rtap) - in mac80211_hwsim_add_vendor_rtap()
1667 rtap->type = cpu_to_le16(IEEE80211_RADIOTAP_VENDOR_NAMESPACE); in mac80211_hwsim_add_vendor_rtap()
1669 rtap->content.oui[0] = HWSIM_RADIOTAP_OUI[0]; in mac80211_hwsim_add_vendor_rtap()
1670 rtap->content.oui[1] = HWSIM_RADIOTAP_OUI[1]; in mac80211_hwsim_add_vendor_rtap()
1671 rtap->content.oui[2] = HWSIM_RADIOTAP_OUI[2]; in mac80211_hwsim_add_vendor_rtap()
1672 rtap->content.oui_subtype = 127; in mac80211_hwsim_add_vendor_rtap()
1674 rtap->content.reserved = 0; in mac80211_hwsim_add_vendor_rtap()
1675 rtap->content.vendor_type = 0; in mac80211_hwsim_add_vendor_rtap()
1676 memcpy(rtap->content.data, vendor_data, sizeof(vendor_data)); in mac80211_hwsim_add_vendor_rtap()