HomeSort by: relevance | last modified time | path
    Searched refs:ath_hal_ciphersupported (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ath.c 524 if (ath_hal_ciphersupported(ah, HAL_CIPHER_WEP))
526 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_OCB))
528 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_CCM))
530 if (ath_hal_ciphersupported(ah, HAL_CIPHER_CKIP))
532 if (ath_hal_ciphersupported(ah, HAL_CIPHER_TKIP)) {
539 if (ath_hal_ciphersupported(ah, HAL_CIPHER_MIC))
558 sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR);
athvar.h 463 #define ath_hal_ciphersupported(_ah, _cipher) \ macro

Completed in 15 milliseconds