Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A 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);
H A Dwep.h28 ieee80211_crypto_wep_encrypt(struct ieee80211_tx_data *tx);
H A Dtx.c43 static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, in ieee80211_duration()
190 ieee80211_tx_h_dynamic_ps(struct ieee80211_tx_data *tx) in ieee80211_tx_h_dynamic_ps()
267 ieee80211_tx_h_check_assoc(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_assoc()
378 ieee80211_tx_h_multicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_multicast_ps_buf()
458 ieee80211_tx_h_unicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_unicast_ps_buf()
537 ieee80211_tx_h_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_ps_buf()
549 ieee80211_tx_h_check_control_port_protocol(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_control_port_protocol()
564 ieee80211_select_link_key(struct ieee80211_tx_data *tx) in ieee80211_select_link_key()
593 ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) in ieee80211_tx_h_select_key()
673 ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx) in ieee80211_tx_h_rate_ctrl()
[all …]
H A 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()
H A Dieee80211_i.h173 struct ieee80211_tx_data { struct
1917 void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx);
H A Dutil.c106 void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx) in ieee80211_tx_set_protected()