Symbol: wi_80211_hdr
sys/dev/ic/if_wi.c
2479
struct wi_80211_hdr *hdr;
sys/dev/ic/if_wi.c
2485
hdr = (struct wi_80211_hdr *)data;
sys/dev/ic/if_wi.c
2486
dptr = data + sizeof(struct wi_80211_hdr);
sys/dev/ic/if_wi.c
2491
bcopy(hdr, &tx_frame.wi_frame_ctl, sizeof(struct wi_80211_hdr));
sys/dev/ic/if_wi.c
2494
tx_frame.wi_dat_len = len - sizeof(struct wi_80211_hdr);
sys/dev/ic/if_wi.c
2500
(len - sizeof(struct wi_80211_hdr)) + 2);
sys/dev/ic/if_wi_hostap.c
209
struct wi_80211_hdr *resp_hdr;
sys/dev/ic/if_wi_hostap.c
216
resp_hdr = (struct wi_80211_hdr *)sc->wi_txbuf;
sys/dev/ic/if_wi_hostap.c
217
bzero(resp_hdr, sizeof(struct wi_80211_hdr));
sys/dev/ic/if_wi_hostap.c
219
pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
sys/dev/ic/if_wi_hostap.c
228
2 + sizeof(struct wi_80211_hdr));
sys/dev/ic/if_wi_hostap.c
238
struct wi_80211_hdr *resp_hdr;
sys/dev/ic/if_wi_hostap.c
245
resp_hdr = (struct wi_80211_hdr *)sc->wi_txbuf;
sys/dev/ic/if_wi_hostap.c
246
bzero(resp_hdr, sizeof(struct wi_80211_hdr));
sys/dev/ic/if_wi_hostap.c
248
pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
sys/dev/ic/if_wi_hostap.c
257
2 + sizeof(struct wi_80211_hdr));
sys/dev/ic/if_wi_hostap.c
550
struct wi_80211_hdr *resp_hdr;
sys/dev/ic/if_wi_hostap.c
687
resp_hdr = (struct wi_80211_hdr *)&sc->wi_txbuf;
sys/dev/ic/if_wi_hostap.c
688
bzero(resp_hdr, sizeof(struct wi_80211_hdr));
sys/dev/ic/if_wi_hostap.c
694
pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
sys/dev/ic/if_wi_hostap.c
703
6 + sizeof(struct wi_80211_hdr) +
sys/dev/ic/if_wi_hostap.c
718
struct wi_80211_hdr *resp_hdr;
sys/dev/ic/if_wi_hostap.c
830
resp_hdr = (struct wi_80211_hdr *)&sc->wi_txbuf;
sys/dev/ic/if_wi_hostap.c
831
bzero(resp_hdr, sizeof(struct wi_80211_hdr));
sys/dev/ic/if_wi_hostap.c
833
pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
sys/dev/ic/if_wi_hostap.c
845
8 + rates_len + sizeof(struct wi_80211_hdr));