Searched refs:tx_key (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/vt6656/ |
D | rxtx.c | 718 u8 *key_buffer, struct ieee80211_key_conf *tx_key, struct sk_buff *skb, in vnt_fill_txkey() argument 727 payload_len -= tx_key->icv_len; in vnt_fill_txkey() 729 switch (tx_key->cipher) { in vnt_fill_txkey() 733 memcpy(key_buffer + 3, tx_key->key, tx_key->keylen); in vnt_fill_txkey() 735 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey() 738 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey() 743 ieee80211_get_tkip_p2k(tx_key, skb, key_buffer); in vnt_fill_txkey() 755 ieee80211_get_key_tx_seq(tx_key, &seq); in vnt_fill_txkey() 777 memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey() 791 struct ieee80211_key_conf *tx_key; in vnt_tx_packet() local [all …]
|
D | rxtx.h | 224 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | rxtx.c | 1209 struct ieee80211_key_conf *tx_key, in vnt_fill_txkey() argument 1218 payload_len -= tx_key->icv_len; in vnt_fill_txkey() 1220 switch (tx_key->cipher) { in vnt_fill_txkey() 1224 memcpy(key_buffer + 3, tx_key->key, tx_key->keylen); in vnt_fill_txkey() 1226 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey() 1229 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey() 1234 ieee80211_get_tkip_p2k(tx_key, skb, key_buffer); in vnt_fill_txkey() 1246 ieee80211_get_key_tx_seq(tx_key, &seq); in vnt_fill_txkey() 1267 memcpy(key_buffer, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey() 1282 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
|
/linux-4.4.14/drivers/net/wireless/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 | orinoco.h | 121 u16 wep_restrict, tx_key; member
|
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 | 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()
|
/linux-4.4.14/net/wireless/ |
D | wext-compat.c | 434 const u8 *addr, bool remove, bool tx_key, in __cfg80211_set_encryption() argument 517 tx_key = false; in __cfg80211_set_encryption() 538 (tx_key || (!addr && wdev->wext.default_key == -1))) { in __cfg80211_set_encryption() 561 (tx_key || (!addr && wdev->wext.default_mgmt_key == -1))) { in __cfg80211_set_encryption() 574 const u8 *addr, bool remove, bool tx_key, in cfg80211_set_encryption() argument 581 remove, tx_key, idx, params); in cfg80211_set_encryption()
|
/linux-4.4.14/drivers/net/wireless/ |
D | rndis_wlan.c | 420 bool tx_key; member
|