Lines Matching defs:wh
171 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *);
176 ether_sprintf(wh->i_addr2), __func__);
215 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *);
222 hdrlen = ieee80211_hdrspace(ic, wh);
249 struct ieee80211_frame *wh;
256 wh = mtod(m, struct ieee80211_frame *);
264 ether_sprintf(wh->i_addr2));
274 ether_sprintf(wh->i_addr2), __func__);
284 ieee80211_notify_replay_failure(ctx->tc_ic, wh, k, ctx->rx_rsc);
325 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *);
327 int hdrlen = ieee80211_hdrspace(ic, wh);
340 ieee80211_notify_michael_failure(ic, wh,
759 const struct ieee80211_frame_addr4 *wh =
762 switch (wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) {
764 IEEE80211_ADDR_COPY(hdr, wh->i_addr1); /* DA */
765 IEEE80211_ADDR_COPY(hdr + IEEE80211_ADDR_LEN, wh->i_addr2);
768 IEEE80211_ADDR_COPY(hdr, wh->i_addr3); /* DA */
769 IEEE80211_ADDR_COPY(hdr + IEEE80211_ADDR_LEN, wh->i_addr2);
772 IEEE80211_ADDR_COPY(hdr, wh->i_addr1); /* DA */
773 IEEE80211_ADDR_COPY(hdr + IEEE80211_ADDR_LEN, wh->i_addr3);
776 IEEE80211_ADDR_COPY(hdr, wh->i_addr3); /* DA */
777 IEEE80211_ADDR_COPY(hdr + IEEE80211_ADDR_LEN, wh->i_addr4);
781 if (wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_QOS) {
783 (const struct ieee80211_qosframe *) wh;
878 struct ieee80211_frame *wh;
883 wh = mtod(m, struct ieee80211_frame *);
885 tkip_mixing_phase1(ctx->tx_ttak, key->wk_key, wh->i_addr2,
912 struct ieee80211_frame *wh;
918 wh = mtod(m, struct ieee80211_frame *);
925 wh->i_addr2, iv32);
940 ether_sprintf(wh->i_addr2));