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 525 if (ath_hal_ciphersupported(ah, HAL_CIPHER_WEP))
527 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_OCB))
529 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_CCM))
531 if (ath_hal_ciphersupported(ah, HAL_CIPHER_CKIP))
533 if (ath_hal_ciphersupported(ah, HAL_CIPHER_TKIP)) {
540 if (ath_hal_ciphersupported(ah, HAL_CIPHER_MIC))
559 sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR);
athvar.h 463 #define ath_hal_ciphersupported(_ah, _cipher) \ macro

Completed in 16 milliseconds