Searched refs:tx_key (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/staging/vt6656/ |
A D | rxtx.c | 306 payload_len -= tx_key->icv_len; in vnt_fill_txkey() 308 switch (tx_key->cipher) { in vnt_fill_txkey() 311 memcpy(fifo->tx_key, iv, 3); in vnt_fill_txkey() 312 memcpy(fifo->tx_key + 3, tx_key->key, tx_key->keylen); in vnt_fill_txkey() 314 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey() 315 memcpy(fifo->tx_key + 8, iv, 3); in vnt_fill_txkey() 316 memcpy(fifo->tx_key + 11, in vnt_fill_txkey() 317 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey() 323 ieee80211_get_tkip_p2k(tx_key, skb, fifo->tx_key); in vnt_fill_txkey() 341 pn64 = atomic64_read(&tx_key->tx_pn); in vnt_fill_txkey() [all …]
|
A D | rxtx.h | 153 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
|
/linux/net/tipc/ |
A D | crypto.c | 289 u8 tx_key); 1076 ehdr->tx_key = tx_key; in tipc_ehdr_build() 1324 u8 tx_key) in tipc_crypto_key_pick_tx() argument 1704 u8 tx_key = 0; in tipc_crypto_xmit() local 1712 tx_key = key.pending; in tipc_crypto_xmit() 1729 tx_key = KEY_MASTER; in tipc_crypto_xmit() 1755 tx_key = key.active; in tipc_crypto_xmit() 1824 u8 tx_key, n; in tipc_crypto_rcv() local 1826 tx_key = ((struct tipc_ehdr *)(*skb)->data)->tx_key; in tipc_crypto_rcv() 1836 if (tx_key == key.active || tx_key == key.pending || in tipc_crypto_rcv() [all …]
|
A D | crypto.h | 129 tx_key:2; member 134 __u8 tx_key:2,
|
/linux/drivers/staging/vt6655/ |
A D | rxtx.c | 1149 struct ieee80211_key_conf *tx_key, in vnt_fill_txkey() argument 1158 payload_len -= tx_key->icv_len; in vnt_fill_txkey() 1160 switch (tx_key->cipher) { in vnt_fill_txkey() 1164 memcpy(key_buffer + 3, tx_key->key, tx_key->keylen); in vnt_fill_txkey() 1169 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey() 1186 pn64 = atomic64_read(&tx_key->tx_pn); in vnt_fill_txkey() 1226 struct ieee80211_key_conf *tx_key; in vnt_generate_fifo_header() local 1311 tx_key = info->control.hw_key; in vnt_generate_fifo_header() 1347 tx_key = info->control.hw_key; in vnt_generate_fifo_header() 1348 if (tx_key->keylen > 0) in vnt_generate_fifo_header() [all …]
|
A D | rxtx.h | 164 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
|
/linux/drivers/net/wireless/intersil/orinoco/ |
A 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()
|
A 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()
|
A D | orinoco.h | 120 u16 wep_restrict, tx_key; member
|
A D | main.c | 366 key = (struct orinoco_tkip_key *) priv->keys[priv->tx_key].key; in orinoco_process_xmit_skb() 372 *tx_control |= (priv->tx_key << HERMES_MIC_KEY_ID_SHIFT) | in orinoco_process_xmit_skb() 2093 priv->tx_key = 0; in orinoco_init()
|
/linux/arch/um/drivers/ |
A D | vector_transports.c | 31 uint32_t tx_key; member 103 (*(uint32_t *) (header + td->key_offset)) = td->tx_key; in gre_form_header() 275 td->tx_key = cpu_to_be32(temp_tx); in build_gre_transport_data()
|
/linux/net/wireless/ |
A D | wext-compat.c | 411 const u8 *addr, bool remove, bool tx_key, in __cfg80211_set_encryption() argument 498 tx_key = false; in __cfg80211_set_encryption() 528 (tx_key || (!addr && wdev->wext.default_key == -1))) { in __cfg80211_set_encryption() 551 (tx_key || (!addr && wdev->wext.default_mgmt_key == -1))) { in __cfg80211_set_encryption() 564 const u8 *addr, bool remove, bool tx_key, in cfg80211_set_encryption() argument 571 remove, tx_key, idx, params); in cfg80211_set_encryption()
|
/linux/drivers/net/wireless/ |
A D | rndis_wlan.c | 402 bool tx_key; member
|
/linux/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 437 * ``tx_key=int`` - GRE 32-bit integer key for tx packets, if set
|
Completed in 42 milliseconds