Home
last modified time | relevance | path

Searched refs:hw_key (Results 1 – 3 of 3) sorted by relevance

/net/mac80211/
Dwpa.c53 info->control.hw_key = NULL; in ieee80211_tx_h_michael_mic_add()
56 if (info->control.hw_key && in ieee80211_tx_h_michael_mic_add()
66 if (!info->control.hw_key) in ieee80211_tx_h_michael_mic_add()
203 if (info->control.hw_key && in tkip_encrypt_skb()
204 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in tkip_encrypt_skb()
205 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in tkip_encrypt_skb()
213 if (info->control.hw_key) in tkip_encrypt_skb()
227 if (info->control.hw_key && in tkip_encrypt_skb()
228 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in tkip_encrypt_skb()
236 if (info->control.hw_key) in tkip_encrypt_skb()
[all …]
Dwep.c85 if (info->control.hw_key && in ieee80211_wep_add_iv()
86 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in ieee80211_wep_add_iv()
275 struct ieee80211_key_conf *hw_key = info->control.hw_key; in wep_encrypt_skb() local
277 if (!hw_key) { in wep_encrypt_skb()
282 } else if ((hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) || in wep_encrypt_skb()
283 (hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in wep_encrypt_skb()
Dtx.c656 info->control.hw_key = &tx->key->conf; in ieee80211_tx_h_select_key()
3367 info->control.hw_key = &key->conf; in ieee80211_xmit_fast_finish()