Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c939 if (ath_hal_ciphersupported(ah, HAL_CIPHER_WEP))
941 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_OCB))
943 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_CCM))
945 if (ath_hal_ciphersupported(ah, HAL_CIPHER_CKIP))
947 if (ath_hal_ciphersupported(ah, HAL_CIPHER_TKIP)) {
954 if (ath_hal_ciphersupported(ah, HAL_CIPHER_MIC))
971 sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR);
H A Dif_athvar.h1228 #define ath_hal_ciphersupported(_ah, _cipher) \ macro