ath_hal_ciphersupported
if (ath_hal_ciphersupported(ah, HAL_CIPHER_WEP))
if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_OCB))
if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_CCM))
if (ath_hal_ciphersupported(ah, HAL_CIPHER_CKIP))
if (ath_hal_ciphersupported(ah, HAL_CIPHER_TKIP)) {
if (ath_hal_ciphersupported(ah, HAL_CIPHER_MIC))
sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR);