Home | History | Annotate | Download | only in usb

Lines Matching defs:wh

1955 	struct ieee80211_frame *wh;
1987 wh = mtod(m, struct ieee80211_frame *);
1988 *(uint16_t *)&wh->i_seq[0] =
2229 struct ieee80211_frame *wh;
2272 wh = mtod(m, struct ieee80211_frame *);
2273 ni = ieee80211_find_rxnode(ic, (struct ieee80211_frame_min *)wh);
2276 if (!(wh->i_fc[0] & IEEE80211_FC0_TYPE_CTL)) {
2277 u_int hdrlen = ieee80211_anyhdrsize(wh);
2279 memmove((uint8_t *)wh + 2, wh, hdrlen);
2460 struct ieee80211_frame *wh;
2472 wh = mtod(m, struct ieee80211_frame *);
2473 if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) {
2479 wh = mtod(m, struct ieee80211_frame *);
2482 if (ieee80211_has_qos(wh)) {
2485 qos = ieee80211_get_qos(wh);
2502 if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED)
2515 if ((wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK) ==