Home
last modified time | relevance | path

Searched refs:CIPHER_TKIP (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ralink/rt2x00/
Drt2x00crypto.c27 return CIPHER_TKIP; in rt2x00crypto_key_to_cipher()
165 case CIPHER_TKIP: in rt2x00crypto_rx_insert_iv()
Drt2x00reg.h104 CIPHER_TKIP = 3, enumerator
Drt2x00mac.c491 if (crypto.cipher == CIPHER_TKIP && rt2x00_is_usb(rt2x00dev)) in rt2x00mac_set_key()
503 if (crypto.cipher == CIPHER_TKIP) in rt2x00mac_set_key()
Drt2x00debug.c117 cipher = CIPHER_TKIP; in rt2x00debug_update_crypto()
Drt2800lib.c1694 if ((crypto->cipher == CIPHER_TKIP) || in rt2800_config_wcid_attr_cipher()
/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c87 CIPHER_TKIP; in mwifiex_set_secure_params()
90 CIPHER_TKIP; in mwifiex_set_secure_params()
131 bss_config->wpa_cfg.group_cipher = CIPHER_TKIP; in mwifiex_set_secure_params()
Dfw.h417 #define CIPHER_TKIP 0x04 macro