Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Dwpa.h15 ieee80211_tx_h_michael_mic_add(struct ieee80211_tx_data *tx);
20 ieee80211_crypto_tkip_encrypt(struct ieee80211_tx_data *tx);
25 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data *tx,
32 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data *tx);
34 ieee80211_crypto_aes_cmac_256_encrypt(struct ieee80211_tx_data *tx);
40 ieee80211_crypto_aes_gmac_encrypt(struct ieee80211_tx_data *tx);
45 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()
426 static int ccmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb, in ccmp_encrypt_skb()
498 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data *tx, in ieee80211_crypto_ccmp_encrypt()
630 static int gcmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in gcmp_encrypt_skb()
701 ieee80211_crypto_gcmp_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_gcmp_encrypt()
834 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_encrypt()
882 ieee80211_crypto_aes_cmac_256_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_256_encrypt()
1029 ieee80211_crypto_aes_gmac_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_gmac_encrypt()
Dwep.h28 ieee80211_crypto_wep_encrypt(struct ieee80211_tx_data *tx);
Dwep.c271 static int wep_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in wep_encrypt_skb()
293 ieee80211_crypto_wep_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_wep_encrypt()
Dtx.c42 static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, in ieee80211_duration()
200 ieee80211_tx_h_dynamic_ps(struct ieee80211_tx_data *tx) in ieee80211_tx_h_dynamic_ps()
277 ieee80211_tx_h_check_assoc(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_assoc()
388 ieee80211_tx_h_multicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_multicast_ps_buf()
468 ieee80211_tx_h_unicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_unicast_ps_buf()
547 ieee80211_tx_h_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_ps_buf()
559 ieee80211_tx_h_check_control_port_protocol(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_control_port_protocol()
574 ieee80211_select_link_key(struct ieee80211_tx_data *tx) in ieee80211_select_link_key()
603 ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) in ieee80211_tx_h_select_key()
677 ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx) in ieee80211_tx_h_rate_ctrl()
[all …]
Dieee80211_i.h173 struct ieee80211_tx_data { struct
1852 void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx);
Dutil.c106 void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx) in ieee80211_tx_set_protected()