Home
last modified time | relevance | path

Searched refs:rtl_80211_hdr_4addr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c291 struct rtl_80211_hdr_4addr *hdr; in ieee80211_tkip_encrypt()
302 hdr = (struct rtl_80211_hdr_4addr *)skb->data; in ieee80211_tkip_encrypt()
374 struct rtl_80211_hdr_4addr *hdr; in ieee80211_tkip_decrypt()
386 hdr = (struct rtl_80211_hdr_4addr *)skb->data; in ieee80211_tkip_decrypt()
524 struct rtl_80211_hdr_4addr *hdr11; in michael_mic_hdr()
526 hdr11 = (struct rtl_80211_hdr_4addr *)skb->data; in michael_mic_hdr()
557 struct rtl_80211_hdr_4addr *hdr; in ieee80211_michael_mic_add()
559 hdr = (struct rtl_80211_hdr_4addr *)skb->data; in ieee80211_michael_mic_add()
585 struct rtl_80211_hdr_4addr *hdr, in ieee80211_michael_mic_failure()
610 struct rtl_80211_hdr_4addr *hdr; in ieee80211_michael_mic_verify()
[all …]
Dieee80211_crypt_ccmp.c92 static int ccmp_init_iv_and_aad(struct rtl_80211_hdr_4addr *hdr, in ccmp_init_iv_and_aad()
164 struct rtl_80211_hdr_4addr *hdr; in ieee80211_ccmp_encrypt()
194 hdr = (struct rtl_80211_hdr_4addr *)skb->data; in ieee80211_ccmp_encrypt()
232 struct rtl_80211_hdr_4addr *hdr; in ieee80211_ccmp_decrypt()
241 hdr = (struct rtl_80211_hdr_4addr *)skb->data; in ieee80211_ccmp_decrypt()
Dieee80211_rx.c46 struct rtl_80211_hdr_4addr *hdr = (struct rtl_80211_hdr_4addr *)skb->data; in ieee80211_monitor_rx()
93 struct rtl_80211_hdr_4addr *hdr) in ieee80211_frag_cache_get()
122 sizeof(struct rtl_80211_hdr_4addr) + in ieee80211_frag_cache_get()
162 struct rtl_80211_hdr_4addr *hdr) in ieee80211_frag_cache_invalidate()
219 ieee80211_rx_mgt(ieee, (struct rtl_80211_hdr_4addr *)skb->data, rx_stats); in ieee80211_rx_frame_mgmt()
297 struct rtl_80211_hdr_4addr *hdr; in ieee80211_is_eapol_frame()
303 hdr = (struct rtl_80211_hdr_4addr *)skb->data; in ieee80211_is_eapol_frame()
337 struct rtl_80211_hdr_4addr *hdr; in ieee80211_rx_frame_decrypt()
346 hdr = (struct rtl_80211_hdr_4addr *)skb->data; in ieee80211_rx_frame_decrypt()
383 struct rtl_80211_hdr_4addr *hdr; in ieee80211_rx_frame_decrypt_msdu()
[all …]
Dieee80211.h917 struct rtl_80211_hdr_4addr { struct
2136 return ((struct rtl_80211_hdr_4addr *)hdr)->payload; in ieee80211_get_payload()
2189 struct rtl_80211_hdr_4addr *header,