Lines Matching defs:hdr
10 struct ieee80211_radiotap_header hdr;
15 struct ieee80211_radiotap_header hdr;
28 struct wilc_wfi_radiotap_hdr *hdr;
57 cb_hdr->hdr.it_version = 0; /* PKTHDR_RADIOTAP_VERSION; */
59 cb_hdr->hdr.it_len = cpu_to_le16(sizeof(*cb_hdr));
61 cb_hdr->hdr.it_present = cpu_to_le32(TX_RADIOTAP_PRESENT);
73 skb = dev_alloc_skb(size + sizeof(*hdr));
79 hdr = skb_push(skb, sizeof(*hdr));
80 memset(hdr, 0, sizeof(struct wilc_wfi_radiotap_hdr));
81 hdr->hdr.it_version = 0; /* PKTHDR_RADIOTAP_VERSION; */
82 hdr->hdr.it_len = cpu_to_le16(sizeof(*hdr));
83 hdr->hdr.it_present = cpu_to_le32
85 hdr->rate = 5;
172 cb_hdr->hdr.it_version = 0; /* PKTHDR_RADIOTAP_VERSION; */
174 cb_hdr->hdr.it_len = cpu_to_le16(sizeof(*cb_hdr));
176 cb_hdr->hdr.it_present = cpu_to_le32(TX_RADIOTAP_PRESENT);