Home
last modified time | relevance | path

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

/drivers/net/wireless/rt2x00/
Drt2x00crypto.c38 return CIPHER_TKIP; in rt2x00crypto_key_to_cipher()
176 case CIPHER_TKIP: in rt2x00crypto_rx_insert_iv()
Drt2x00reg.h115 CIPHER_TKIP = 3, enumerator
Drt2x00mac.c486 if (crypto.cipher == CIPHER_TKIP && rt2x00_is_usb(rt2x00dev)) in rt2x00mac_set_key()
498 if (crypto.cipher == CIPHER_TKIP) in rt2x00mac_set_key()
Drt2x00debug.c146 cipher = CIPHER_TKIP; in rt2x00debug_update_crypto()
Drt2800lib.c1322 if ((crypto->cipher == CIPHER_TKIP) || in rt2800_config_wcid_attr_cipher()
/drivers/net/wireless/mwifiex/
Duap_cmd.c98 CIPHER_TKIP; in mwifiex_set_secure_params()
101 CIPHER_TKIP; in mwifiex_set_secure_params()
141 bss_config->wpa_cfg.group_cipher = CIPHER_TKIP; in mwifiex_set_secure_params()
Dfw.h387 #define CIPHER_TKIP 0x04 macro