Lines Matching defs:wh
1087 struct ieee80211_frame *wh;
1091 wh = mtod(m, struct ieee80211_frame *);
1093 if ((wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK) != IEEE80211_FC0_TYPE_MGT)
1096 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
1102 frm = (uint8_t *)(wh + 1);
1148 struct ieee80211_frame *wh;
1228 wh = mtod(m, struct ieee80211_frame *);
1229 ni = ieee80211_find_rxnode(ic, (struct ieee80211_frame_min *)wh);
1603 struct ieee80211_frame *wh;
1612 wh = mtod(m0, struct ieee80211_frame *);
1614 if (wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_QOS) {
1637 if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
1645 wh = mtod(m0, struct ieee80211_frame *);
1662 m_copydata(m0, 0, hdrlen, (void *)&desc->wh);
1720 if (!noack && !IEEE80211_IS_MULTICAST(desc->wh.i_addr1))
1725 desc->wh.i_fc[1] |= IEEE80211_FC1_WEP;
1734 if (desc->wh.i_fc[0] & IEEE80211_FC0_SUBTYPE_QOS)