Home
last modified time | relevance | path

Searched refs:ieee80211_tx_data (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
Dwpa.h14 ieee80211_tx_h_michael_mic_add(struct ieee80211_tx_data *tx);
19 ieee80211_crypto_tkip_encrypt(struct ieee80211_tx_data *tx);
24 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data *tx,
31 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data *tx);
33 ieee80211_crypto_aes_cmac_256_encrypt(struct ieee80211_tx_data *tx);
39 ieee80211_crypto_aes_gmac_encrypt(struct ieee80211_tx_data *tx);
43 ieee80211_crypto_hw_encrypt(struct ieee80211_tx_data *tx);
48 ieee80211_crypto_gcmp_encrypt(struct ieee80211_tx_data *tx);
Dwpa.c30 ieee80211_tx_h_michael_mic_add(struct ieee80211_tx_data *tx) in ieee80211_tx_h_michael_mic_add()
194 static int tkip_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in tkip_encrypt_skb()
249 ieee80211_crypto_tkip_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_tkip_encrypt()
406 static int ccmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb, in ccmp_encrypt_skb()
478 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data *tx, in ieee80211_crypto_ccmp_encrypt()
643 static int gcmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in gcmp_encrypt_skb()
714 ieee80211_crypto_gcmp_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_gcmp_encrypt()
807 ieee80211_crypto_cs_encrypt(struct ieee80211_tx_data *tx, in ieee80211_crypto_cs_encrypt()
944 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_encrypt()
992 ieee80211_crypto_aes_cmac_256_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_256_encrypt()
[all …]
Dwep.h28 ieee80211_crypto_wep_encrypt(struct ieee80211_tx_data *tx);
Dwep.c270 static int wep_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in wep_encrypt_skb()
292 ieee80211_crypto_wep_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_wep_encrypt()
Dtx.c51 static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, in ieee80211_duration()
215 ieee80211_tx_h_dynamic_ps(struct ieee80211_tx_data *tx) in ieee80211_tx_h_dynamic_ps()
292 ieee80211_tx_h_check_assoc(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_assoc()
406 ieee80211_tx_h_multicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_multicast_ps_buf()
486 ieee80211_tx_h_unicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_unicast_ps_buf()
565 ieee80211_tx_h_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_ps_buf()
577 ieee80211_tx_h_check_control_port_protocol(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_control_port_protocol()
592 ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) in ieee80211_tx_h_select_key()
674 ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx) in ieee80211_tx_h_rate_ctrl()
809 ieee80211_tx_h_sequence(struct ieee80211_tx_data *tx) in ieee80211_tx_h_sequence()
[all …]
Dieee80211_i.h152 struct ieee80211_tx_data { struct
1617 void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx);
Dutil.c100 void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx) in ieee80211_tx_set_protected()