Home
last modified time | relevance | path

Searched refs:HAL_CIPHER_WEP (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/sys/dev/ath/ath_hal/ar5210/
HDar5210_keycache.c119 if (k->kv_type != HAL_CIPHER_WEP) { in ar5210SetKeyCacheEntry()
HDar5210_misc.c595 return (capability == HAL_CIPHER_WEP ? HAL_OK : HAL_ENOTSUPP); in ar5210GetCapability()
/freebsd-head/tools/tools/ath/athkey/
HDathkey.c100 return HAL_CIPHER_WEP; in getcipher()
/freebsd-head/sys/dev/ath/ath_hal/ar5211/
HDar5211_keycache.c133 case HAL_CIPHER_WEP: in ar5211SetKeyCacheEntry()
HDar5211_misc.c637 case HAL_CIPHER_WEP: in ar5211GetCapability()
/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_keycache.c234 case HAL_CIPHER_WEP: in ar9300_set_key_cache_entry()
484 case HAL_CIPHER_WEP: in ar9300_check_key_cache_entry()
HDar9300_misc.c697 case HAL_CIPHER_WEP: in ar9300_get_capability()
/freebsd-head/sys/dev/ath/ath_hal/ar5212/
HDar5212_keycache.c192 case HAL_CIPHER_WEP: in ar5212SetKeyCacheEntry()
HDar5212_misc.c809 case HAL_CIPHER_WEP: in ar5212GetCapability()
/freebsd-head/sys/dev/ath/
HDif_ath_keycache.c188 HAL_CIPHER_WEP, /* IEEE80211_CIPHER_WEP */ in ath_keyset()
HDif_ath.c930 if (ath_hal_ciphersupported(ah, HAL_CIPHER_WEP)) in ath_attach()
/freebsd-head/sys/dev/ath/ath_hal/
HDah.h803 HAL_CIPHER_WEP = 0, enumerator