Lines Matching refs:rtap
1084 struct ieee80211_vendor_radiotap *rtap; in mac80211_hwsim_add_vendor_rtap() local
1090 rtap = (void *)skb_push(skb, sizeof(*rtap) + 8 + 4); in mac80211_hwsim_add_vendor_rtap()
1091 rtap->oui[0] = HWSIM_RADIOTAP_OUI[0]; in mac80211_hwsim_add_vendor_rtap()
1092 rtap->oui[1] = HWSIM_RADIOTAP_OUI[1]; in mac80211_hwsim_add_vendor_rtap()
1093 rtap->oui[2] = HWSIM_RADIOTAP_OUI[2]; in mac80211_hwsim_add_vendor_rtap()
1094 rtap->subns = 127; in mac80211_hwsim_add_vendor_rtap()
1102 rtap->present = BIT(0); in mac80211_hwsim_add_vendor_rtap()
1104 rtap->len = 8; in mac80211_hwsim_add_vendor_rtap()
1106 rtap->align = 8; in mac80211_hwsim_add_vendor_rtap()
1108 rtap->pad = 4; in mac80211_hwsim_add_vendor_rtap()
1110 memcpy(rtap->data, "ABCDEFGH", 8); in mac80211_hwsim_add_vendor_rtap()
1112 memset(rtap->data + 8, 0, 4); in mac80211_hwsim_add_vendor_rtap()