Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
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.c663 info->control.hw_key = &tx->key->conf; in ieee80211_tx_h_select_key()
3385 info->control.hw_key = &key->conf; in ieee80211_xmit_fast_finish()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dtxrx.c1205 if (!t->tx_info->control.hw_key ||
1210 iv_len = t->tx_info->control.hw_key->iv_len;
1211 icv_len = t->tx_info->control.hw_key->icv_len;
1215 if (t->tx_info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP)
1249 if (t->tx_info->control.hw_key->cipher == WLAN_CIPHER_SUITE_AES_CMAC) {
Dwsm.c3178 tx_info->control.hw_key && in wsm_handle_tx_data()
3179 unlikely(tx_info->control.hw_key->keyidx != in wsm_handle_tx_data()
3181 (tx_info->control.hw_key->cipher == in wsm_handle_tx_data()
3183 tx_info->control.hw_key->cipher == in wsm_handle_tx_data()
3263 priv->wep_default_key_id = tx_info->control.hw_key->keyidx; in wsm_handle_tx_data()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/
Dmac80211.h1055 struct ieee80211_key_conf *hw_key; member