Searched refs:tx_key (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/vt6656/ |
D | rxtx.c | 715 u8 *key_buffer, struct ieee80211_key_conf *tx_key, struct sk_buff *skb, in vnt_fill_txkey() argument 724 payload_len -= tx_key->icv_len; in vnt_fill_txkey() 726 switch (tx_key->cipher) { in vnt_fill_txkey() 730 memcpy(key_buffer + 3, tx_key->key, tx_key->keylen); in vnt_fill_txkey() 732 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey() 735 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey() 740 ieee80211_get_tkip_p2k(tx_key, skb, key_buffer); in vnt_fill_txkey() 752 pn64 = atomic64_read(&tx_key->tx_pn); in vnt_fill_txkey() 778 memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey() 792 struct ieee80211_key_conf *tx_key; in vnt_tx_packet() local [all …]
|
D | rxtx.h | 221 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
|
/drivers/staging/vt6655/ |
D | rxtx.c | 1216 struct ieee80211_key_conf *tx_key, in vnt_fill_txkey() argument 1225 payload_len -= tx_key->icv_len; in vnt_fill_txkey() 1227 switch (tx_key->cipher) { in vnt_fill_txkey() 1231 memcpy(key_buffer + 3, tx_key->key, tx_key->keylen); in vnt_fill_txkey() 1233 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey() 1236 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey() 1241 ieee80211_get_tkip_p2k(tx_key, skb, key_buffer); in vnt_fill_txkey() 1253 pn64 = atomic64_read(&tx_key->tx_pn); in vnt_fill_txkey() 1278 memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey() 1293 struct ieee80211_key_conf *tx_key; in vnt_generate_fifo_header() local [all …]
|
D | rxtx.h | 179 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
|
/drivers/net/wireless/intersil/orinoco/ |
D | wext.c | 242 int setindex = priv->tx_key; in orinoco_ioctl_setiwencode() 269 index = priv->tx_key; in orinoco_ioctl_setiwencode() 306 priv->tx_key = setindex; in orinoco_ioctl_setiwencode() 342 index = priv->tx_key; in orinoco_ioctl_getiwencode() 741 idx = priv->tx_key; in orinoco_ioctl_set_encodeext() 748 (void) orinoco_clear_tkip_key(priv, priv->tx_key); in orinoco_ioctl_set_encodeext() 752 priv->tx_key = idx; in orinoco_ioctl_set_encodeext() 839 idx = priv->tx_key; in orinoco_ioctl_get_encodeext()
|
D | hw.c | 850 priv->tx_key); in __orinoco_hw_setup_wepkeys() 862 keylen = priv->keys[priv->tx_key].key_len; in __orinoco_hw_setup_wepkeys() 866 priv->ndev->name, priv->tx_key, keylen); in __orinoco_hw_setup_wepkeys() 893 priv->tx_key); in __orinoco_hw_setup_wepkeys()
|
D | orinoco.h | 121 u16 wep_restrict, tx_key; member
|
D | main.c | 377 key = (struct orinoco_tkip_key *) priv->keys[priv->tx_key].key; in orinoco_process_xmit_skb() 383 *tx_control |= (priv->tx_key << HERMES_MIC_KEY_ID_SHIFT) | in orinoco_process_xmit_skb() 2109 priv->tx_key = 0; in orinoco_init()
|
/drivers/net/wireless/ |
D | rndis_wlan.c | 420 bool tx_key; member
|