Searched refs:sc_hasclrkey (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_keycache.c223 if (hk.kv_type == HAL_CIPHER_CLR && sc->sc_hasclrkey == 0) {
378 if (sc->sc_hasclrkey == 0) {
H A Dif_athvar.h629 sc_hasclrkey: 1,/* CLR key supported */ member in struct:ath_softc
H A Dif_ath.c928 sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR);
5866 (vap->iv_flags & IEEE80211_F_PRIVACY) == 0 && sc->sc_hasclrkey &&

Completed in 90 milliseconds