Home
last modified time | relevance | path

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

/linux-6.6.21/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()
418 static int ccmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb, in ccmp_encrypt_skb()
489 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data *tx, in ieee80211_crypto_ccmp_encrypt()
619 static int gcmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in gcmp_encrypt_skb()
689 ieee80211_crypto_gcmp_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_gcmp_encrypt()
821 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_encrypt()
869 ieee80211_crypto_aes_cmac_256_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_256_encrypt()
1012 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.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.c42 static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, in ieee80211_duration()
207 ieee80211_tx_h_dynamic_ps(struct ieee80211_tx_data *tx) in ieee80211_tx_h_dynamic_ps()
284 ieee80211_tx_h_check_assoc(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_assoc()
395 ieee80211_tx_h_multicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_multicast_ps_buf()
475 ieee80211_tx_h_unicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_unicast_ps_buf()
554 ieee80211_tx_h_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_ps_buf()
566 ieee80211_tx_h_check_control_port_protocol(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_control_port_protocol()
581 ieee80211_select_link_key(struct ieee80211_tx_data *tx) in ieee80211_select_link_key()
610 ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) in ieee80211_tx_h_select_key()
684 ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx) in ieee80211_tx_h_rate_ctrl()
[all …]
Dieee80211_i.h162 struct ieee80211_tx_data { struct
1838 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()