Home | History | Annotate | Download | only in ic

Lines Matching defs:wh

1023 	struct ieee80211_frame *wh;
1135 wh = mtod(m, struct ieee80211_frame *);
1137 (struct ieee80211_frame_min *)wh);
1495 struct ieee80211_frame *wh;
1506 wh = mtod(m0, struct ieee80211_frame *);
1508 if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
1515 wh = mtod(m0, struct ieee80211_frame *);
1541 if (!IEEE80211_IS_MULTICAST(wh->i_addr1)) {
1546 *(uint16_t *)wh->i_dur = htole16(dur);
1549 if ((wh->i_fc[0] &
1580 rt2661_get_rts(struct rt2661_softc *sc, struct ieee80211_frame *wh,
1599 IEEE80211_ADDR_COPY(rts->i_ra, wh->i_addr1);
1600 IEEE80211_ADDR_COPY(rts->i_ta, wh->i_addr2);
1615 struct ieee80211_frame *wh;
1622 wh = mtod(m0, struct ieee80211_frame *);
1633 if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
1641 wh = mtod(m0, struct ieee80211_frame *);
1661 useprot = !IEEE80211_IS_MULTICAST(wh->i_addr1) &&
1676 m = rt2661_get_rts(sc, wh, dur);
1762 wh = mtod(m0, struct ieee80211_frame *);
1779 if (!IEEE80211_IS_MULTICAST(wh->i_addr1)) {
1784 *(uint16_t *)wh->i_dur = htole16(dur);