Home
last modified time | relevance | path

Searched refs:kv_type (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/
Dkey.c143 switch (k->kv_type) { in ath_hw_set_keycache_entry()
180 ath_err(common, "cipher %u not supported\n", k->kv_type); in ath_hw_set_keycache_entry()
488 hk.kv_type = ATH_CIPHER_CLR; in ath_key_config()
492 hk.kv_type = ATH_CIPHER_WEP; in ath_key_config()
495 hk.kv_type = ATH_CIPHER_TKIP; in ath_key_config()
498 hk.kv_type = ATH_CIPHER_AES_CCM; in ath_key_config()
Dath.h96 u8 kv_type; member