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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c932 if (ath_hal_ciphersupported(ah, HAL_CIPHER_WEP))
934 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_OCB))
936 if (ath_hal_ciphersupported(ah, HAL_CIPHER_AES_CCM))
938 if (ath_hal_ciphersupported(ah, HAL_CIPHER_CKIP))
940 if (ath_hal_ciphersupported(ah, HAL_CIPHER_TKIP)) {
947 if (ath_hal_ciphersupported(ah, HAL_CIPHER_MIC))
964 sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR);
H A Dif_athvar.h1215 #define ath_hal_ciphersupported(_ah, _cipher) \ macro

Completed in 55 milliseconds