Searched refs:CIPHER_TKIP (Results 1 – 7 of 7) sorted by relevance
38 return CIPHER_TKIP; in rt2x00crypto_key_to_cipher()176 case CIPHER_TKIP: in rt2x00crypto_rx_insert_iv()
115 CIPHER_TKIP = 3, enumerator
486 if (crypto.cipher == CIPHER_TKIP && rt2x00_is_usb(rt2x00dev)) in rt2x00mac_set_key()498 if (crypto.cipher == CIPHER_TKIP) in rt2x00mac_set_key()
146 cipher = CIPHER_TKIP; in rt2x00debug_update_crypto()
1322 if ((crypto->cipher == CIPHER_TKIP) || in rt2800_config_wcid_attr_cipher()
98 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()
387 #define CIPHER_TKIP 0x04 macro