Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c824 tag, ix, ciphers[hk->kv_type]); in ath_keyprint()
832 if (hk->kv_type == HAL_CIPHER_TKIP) { in ath_keyprint()
944 hk.kv_type = ciphermap[cip->ic_cipher]; in ath_key_set()
948 hk.kv_type = HAL_CIPHER_CLR; in ath_key_set()
951 if (hk.kv_type == HAL_CIPHER_TKIP && in ath_key_set()
H A Dath_hal.h662 uint8_t kv_type; /* one of HAL_CIPHER */ member
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c2000 hk.kv_type = ciphermap[cip->ic_cipher]; in arn_key_set()
2004 hk.kv_type = ATH9K_CIPHER_CLR; in arn_key_set()
2007 if (hk.kv_type == ATH9K_CIPHER_TKIP && in arn_key_set()
H A Darn_ath9k.h529 uint8_t kv_type; member
H A Darn_hw.c2706 switch (k->kv_type) { in ath9k_hw_set_keycache_entry()
2750 k->kv_type)); in ath9k_hw_set_keycache_entry()