Home | History | Annotate | Download | only in ic

Lines Matching defs:wh

3076 atw_hw_decrypted(struct atw_softc *sc, struct ieee80211_frame_min *wh)
3080 if ((wh->i_fc[1] & IEEE80211_FC1_WEP) == 0)
3097 struct ieee80211_frame_min *wh;
3253 wh = mtod(m, struct ieee80211_frame_min *);
3254 ni = ieee80211_find_rxnode(ic, wh);
3256 if (atw_hw_decrypted(sc, wh)) {
3257 wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
3510 struct ieee80211_frame *wh;
3587 if (IEEE80211_IS_MULTICAST(wh->i_addr1) &&
3641 wh = &hh->atw_ihdr;
3647 if (wh->i_fc[1] & IEEE80211_FC1_DIR_TODS) {
3648 if (wh->i_fc[1] & IEEE80211_FC1_DIR_FROMDS)
3651 memcpy(hh->atw_dst, wh->i_addr3, IEEE80211_ADDR_LEN);
3653 memcpy(hh->atw_dst, wh->i_addr1, IEEE80211_ADDR_LEN);
3655 *(uint16_t*)hh->atw_fc = *(uint16_t*)wh->i_fc;