Searched refs:hw_key (Results 1 – 3 of 3) sorted by relevance
54 info->control.hw_key = NULL; in ieee80211_tx_h_michael_mic_add()57 if (info->control.hw_key && in ieee80211_tx_h_michael_mic_add()67 if (!info->control.hw_key) in ieee80211_tx_h_michael_mic_add()204 if (info->control.hw_key && in tkip_encrypt_skb()214 if (info->control.hw_key) in tkip_encrypt_skb()237 if (info->control.hw_key) in tkip_encrypt_skb()455 if (info->control.hw_key) in ccmp_encrypt_skb()486 if (info->control.hw_key) in ccmp_encrypt_skb()654 if (info->control.hw_key) in gcmp_encrypt_skb()687 if (info->control.hw_key) in gcmp_encrypt_skb()[all …]
84 if (info->control.hw_key && in ieee80211_wep_add_iv()85 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in ieee80211_wep_add_iv()274 struct ieee80211_key_conf *hw_key = info->control.hw_key; in wep_encrypt_skb() local276 if (!hw_key) { in wep_encrypt_skb()281 } else if ((hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) || in wep_encrypt_skb()282 (hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in wep_encrypt_skb()
617 info->control.hw_key = &tx->key->conf; in ieee80211_tx_h_select_key()663 info->control.hw_key = &tx->key->conf; in ieee80211_tx_h_select_key()3555 info->control.hw_key = &key->conf; in ieee80211_xmit_fast_finish()3887 info->control.hw_key = NULL; in ieee80211_tx_dequeue()4653 info->control.hw_key = &key->conf; in ieee80211_8023_xmit()5200 IEEE80211_SKB_CB(skb)->control.hw_key = &tx.key->conf; in ieee80211_beacon_protect()
Completed in 17 milliseconds