Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c930 if (ath_hal_ciphersupported(ah, HAL_CIPHER_WEP)) in ath_attach()
932 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_OCB)) in ath_attach()
934 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_CCM)) in ath_attach()
936 if (ath_hal_ciphersupported(ah, HAL_CIPHER_CKIP)) in ath_attach()
938 if (ath_hal_ciphersupported(ah, HAL_CIPHER_TKIP)) { in ath_attach()
945 if (ath_hal_ciphersupported(ah, HAL_CIPHER_MIC)) in ath_attach()
962 sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR); in ath_attach()
H A Dif_athvar.h1211 #define ath_hal_ciphersupported(_ah, _cipher) \ macro