Home
last modified time | relevance | path

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

/linux-3.4.99/net/mac80211/
Dwpa.h17 ieee80211_tx_h_michael_mic_add(struct ieee80211_tx_data *tx);
22 ieee80211_crypto_tkip_encrypt(struct ieee80211_tx_data *tx);
27 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data *tx);
32 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data *tx);
36 ieee80211_crypto_hw_encrypt(struct ieee80211_tx_data *tx);
Dwpa.c28 ieee80211_tx_h_michael_mic_add(struct ieee80211_tx_data *tx) in ieee80211_tx_h_michael_mic_add()
176 static int tkip_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in tkip_encrypt_skb()
229 ieee80211_crypto_tkip_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_tkip_encrypt()
391 static int ccmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in ccmp_encrypt_skb()
460 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_ccmp_encrypt()
574 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_encrypt()
669 ieee80211_crypto_hw_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_hw_encrypt()
Dtx.c39 static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, in ieee80211_duration()
186 ieee80211_tx_h_dynamic_ps(struct ieee80211_tx_data *tx) in ieee80211_tx_h_dynamic_ps()
257 ieee80211_tx_h_check_assoc(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_assoc()
377 ieee80211_tx_h_multicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_multicast_ps_buf()
444 ieee80211_tx_h_unicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_unicast_ps_buf()
531 ieee80211_tx_h_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_ps_buf()
543 ieee80211_tx_h_check_control_port_protocol(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_control_port_protocol()
555 ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) in ieee80211_tx_h_select_key()
628 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 …]
Dwep.h32 ieee80211_crypto_wep_encrypt(struct ieee80211_tx_data *tx);
Dwep.c313 static int wep_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in wep_encrypt_skb()
334 ieee80211_crypto_wep_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_wep_encrypt()
Dieee80211_i.h181 struct ieee80211_tx_data { struct
1183 void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx);
Dutil.c98 void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx) in ieee80211_tx_set_protected()