wi_80211_hdr     2621 dev/ic/if_wi.c 	struct wi_80211_hdr	*hdr;
wi_80211_hdr     2627 dev/ic/if_wi.c 	hdr = (struct wi_80211_hdr *)data;
wi_80211_hdr     2628 dev/ic/if_wi.c 	dptr = data + sizeof(struct wi_80211_hdr);
wi_80211_hdr     2634 dev/ic/if_wi.c 	   sizeof(struct wi_80211_hdr));
wi_80211_hdr     2637 dev/ic/if_wi.c 	tx_frame.wi_dat_len = len - sizeof(struct wi_80211_hdr);
wi_80211_hdr     2643 dev/ic/if_wi.c 	    (len - sizeof(struct wi_80211_hdr)) + 2);
wi_80211_hdr      218 dev/ic/if_wi_hostap.c 	struct wi_80211_hdr	*resp_hdr;
wi_80211_hdr      225 dev/ic/if_wi_hostap.c 	resp_hdr = (struct wi_80211_hdr *)sc->wi_txbuf;
wi_80211_hdr      226 dev/ic/if_wi_hostap.c 	bzero(resp_hdr, sizeof(struct wi_80211_hdr));
wi_80211_hdr      228 dev/ic/if_wi_hostap.c 	pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
wi_80211_hdr      237 dev/ic/if_wi_hostap.c 	    2 + sizeof(struct wi_80211_hdr));
wi_80211_hdr      247 dev/ic/if_wi_hostap.c 	struct wi_80211_hdr	*resp_hdr;
wi_80211_hdr      254 dev/ic/if_wi_hostap.c 	resp_hdr = (struct wi_80211_hdr *)sc->wi_txbuf;
wi_80211_hdr      255 dev/ic/if_wi_hostap.c 	bzero(resp_hdr, sizeof(struct wi_80211_hdr));
wi_80211_hdr      257 dev/ic/if_wi_hostap.c 	pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
wi_80211_hdr      266 dev/ic/if_wi_hostap.c 	    2 + sizeof(struct wi_80211_hdr));
wi_80211_hdr      563 dev/ic/if_wi_hostap.c 	struct wi_80211_hdr	*resp_hdr;
wi_80211_hdr      701 dev/ic/if_wi_hostap.c 	resp_hdr = (struct wi_80211_hdr *)&sc->wi_txbuf;
wi_80211_hdr      702 dev/ic/if_wi_hostap.c 	bzero(resp_hdr, sizeof(struct wi_80211_hdr));
wi_80211_hdr      708 dev/ic/if_wi_hostap.c 	pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
wi_80211_hdr      717 dev/ic/if_wi_hostap.c 	    6 + sizeof(struct wi_80211_hdr) +
wi_80211_hdr      732 dev/ic/if_wi_hostap.c 	struct wi_80211_hdr	*resp_hdr;
wi_80211_hdr      844 dev/ic/if_wi_hostap.c 	resp_hdr = (struct wi_80211_hdr *)&sc->wi_txbuf;
wi_80211_hdr      845 dev/ic/if_wi_hostap.c 	bzero(resp_hdr, sizeof(struct wi_80211_hdr));
wi_80211_hdr      847 dev/ic/if_wi_hostap.c 	pkt = (caddr_t)&sc->wi_txbuf + sizeof(struct wi_80211_hdr);
wi_80211_hdr      859 dev/ic/if_wi_hostap.c 	    8 + rates_len + sizeof(struct wi_80211_hdr));
wi_80211_hdr       76 dev/ic/if_wi_ieee.h struct wi_80211_hdr {