Home
last modified time | relevance | path

Searched refs:IEEE80211_KEY_SWMIC (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_keycache.c258 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in ath_keyset()
472 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in ath_key_alloc()
502 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0 && sc->sc_splitmic) in ath_key_delete()
511 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in ath_key_delete()
H A Dif_ath_tx.c1019 if ((k->wk_flags & IEEE80211_KEY_SWMIC) == 0 && !isfrag) in ath_tx_tag_crypto()
/freebsd/sys/net80211/
H A Dieee80211_crypto.h113 #define IEEE80211_KEY_SWMIC (IEEE80211_KEY_SWENMIC | IEEE80211_KEY_SWDEMIC) macro
117 IEEE80211_KEY_SWCRYPT|IEEE80211_KEY_SWMIC|IEEE80211_KEY_NOIV | \
H A Dieee80211_crypto.c410 flags |= IEEE80211_KEY_SWMIC; in ieee80211_crypto_newkey()