Searched refs:HAL_CIPHER_CLR (Results 1 – 11 of 11) sorted by relevance
193 HAL_CIPHER_CLR, /* IEEE80211_CIPHER_NONE */ in ath_keyset()214 hk.kv_type = HAL_CIPHER_CLR; in ath_keyset()221 if (hk.kv_type == HAL_CIPHER_CLR && sc->sc_hasclrkey == 0) { in ath_keyset()
643 sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR); in ath_attach()
44 ahp->ah_keytype[entry] = keyType[HAL_CIPHER_CLR]; in ar5416ResetKeyCacheEntry()
88 ahp->ah_keytype[entry] = keyType[HAL_CIPHER_CLR]; in ar9300_reset_key_cache_entry()248 case HAL_CIPHER_CLR: in ar9300_set_key_cache_entry()
695 case HAL_CIPHER_CLR: in ar9300_get_capability()
147 case HAL_CIPHER_CLR: in ar5211SetKeyCacheEntry()
631 case HAL_CIPHER_CLR: in ar5211GetCapability()
113 return HAL_CIPHER_CLR; in getcipher()
206 case HAL_CIPHER_CLR: in ar5212SetKeyCacheEntry()
811 case HAL_CIPHER_CLR: in ar5212GetCapability()
780 HAL_CIPHER_CLR = 5, /* no encryption */ enumerator