Searched defs:hw_key (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/rt2x00/
H A Drt2x00crypto.c53 struct ieee80211_key_conf *hw_key = tx_info->control.hw_key; local
55 if (!test_bit(CAPABILITY_HW_CRYPTO, &rt2x00dev->cap_flags) || !hw_key)
60 txdesc->cipher = rt2x00crypto_key_to_cipher(hw_key);
62 if (hw_key->flags & IEEE80211_KEY_FLAG_PAIRWISE)
65 txdesc->key_idx = hw_key->hw_key_idx;
67 txdesc->iv_len = hw_key->iv_len;
69 if (!(hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV))
72 if (!(hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_MMIC))
80 struct ieee80211_key_conf *key = tx_info->control.hw_key;
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1779 struct ieee80211_key_conf *hw_key = tx_info->control.hw_key; local
1791 if (hw_key)
1792 fi->keyix = hw_key->hw_key_idx;
1922 if (info->control.hw_key)
1923 frmlen += info->control.hw_key->icv_len;
1957 * At this point, the vif, hw_key and sta pointers in the tx control

Completed in 263 milliseconds