Searched refs:ath_hal_ciphersupported (Results 1 – 2 of 2) sorted by relevance
525 if (ath_hal_ciphersupported(ah, HAL_CIPHER_WEP)) in ath_attach()527 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_OCB)) in ath_attach()529 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_CCM)) in ath_attach()531 if (ath_hal_ciphersupported(ah, HAL_CIPHER_CKIP)) in ath_attach()533 if (ath_hal_ciphersupported(ah, HAL_CIPHER_TKIP)) { in ath_attach()540 if (ath_hal_ciphersupported(ah, HAL_CIPHER_MIC)) in ath_attach()559 sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR); in ath_attach()
463 #define ath_hal_ciphersupported(_ah, _cipher) \ macro