wi_80211_hdr
struct wi_80211_hdr *hdr;
hdr = (struct wi_80211_hdr *)data;
dptr = data + sizeof(struct wi_80211_hdr);
bcopy(hdr, &tx_frame.wi_frame_ctl, sizeof(struct wi_80211_hdr));
tx_frame.wi_dat_len = len - sizeof(struct wi_80211_hdr);
(len - sizeof(struct wi_80211_hdr)) + 2);
struct wi_80211_hdr *resp_hdr;
resp_hdr = (struct wi_80211_hdr *)sc->wi_txbuf;
bzero(resp_hdr, sizeof(struct wi_80211_hdr));
pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
2 + sizeof(struct wi_80211_hdr));
struct wi_80211_hdr *resp_hdr;
resp_hdr = (struct wi_80211_hdr *)sc->wi_txbuf;
bzero(resp_hdr, sizeof(struct wi_80211_hdr));
pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
2 + sizeof(struct wi_80211_hdr));
struct wi_80211_hdr *resp_hdr;
resp_hdr = (struct wi_80211_hdr *)&sc->wi_txbuf;
bzero(resp_hdr, sizeof(struct wi_80211_hdr));
pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
6 + sizeof(struct wi_80211_hdr) +
struct wi_80211_hdr *resp_hdr;
resp_hdr = (struct wi_80211_hdr *)&sc->wi_txbuf;
bzero(resp_hdr, sizeof(struct wi_80211_hdr));
pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
8 + rates_len + sizeof(struct wi_80211_hdr));