Lines Matching refs:mtod
185 wh = mtod(m, struct ieee80211_frame *); in tkip_encap()
193 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in tkip_encap()
210 hdrlen = ieee80211_hdrspace(ic, mtod(m, void *)); in tkip_encap()
218 ivp = mtod(m, uint8_t *); in tkip_encap()
244 wh = mtod(m, struct ieee80211_frame *); in tkip_enmic()
256 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in tkip_enmic()
307 wh = mtod(m, struct ieee80211_frame *); in tkip_decap()
308 ivp = mtod(m, uint8_t *) + hdrlen; in tkip_decap()
364 memmove(mtod(m, uint8_t *) + tkip.ic_header, mtod(m, void *), in tkip_decap()
389 wh = mtod(m, struct ieee80211_frame *); in tkip_demic()
689 pos = mtod(m, uint8_t *) + off; in wep_encrypt()
708 pos = mtod(m, uint8_t *); in wep_encrypt()
746 pos = mtod(m, uint8_t *) + off; in wep_decrypt()
766 pos = mtod(m, uint8_t *); in wep_decrypt()
883 michael_mic_hdr(mtod(m, struct ieee80211_frame *), hdr); in michael_mic()
899 data = mtod(m, const uint8_t *) + off; in michael_mic()
933 data_next = mtod(m, const uint8_t *); in michael_mic()
964 data = mtod(m, const uint8_t *); in michael_mic()
1008 wh = mtod(m, struct ieee80211_frame *); in tkip_encrypt()
1037 wh = mtod(m, struct ieee80211_frame *); in tkip_decrypt()