Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_keycache.c274 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in ath_keyset()
488 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in ath_key_alloc()
518 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0 && sc->sc_splitmic) in ath_key_delete()
527 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in ath_key_delete()
H A Dif_ath_tx.c1025 if ((k->wk_flags & IEEE80211_KEY_SWMIC) == 0 && !isfrag) in ath_tx_tag_crypto()
/freebsd/sys/net80211/
H A Dieee80211_crypto.h114 #define IEEE80211_KEY_SWMIC (IEEE80211_KEY_SWENMIC | IEEE80211_KEY_SWDEMIC) macro
118 IEEE80211_KEY_SWCRYPT|IEEE80211_KEY_SWMIC|IEEE80211_KEY_NOIV | \
H A Dieee80211_crypto.c425 flags |= IEEE80211_KEY_SWMIC; in ieee80211_crypto_newkey()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1718 k->wk_flags |= IEEE80211_KEY_SWMIC; in lkpi_iv_key_set()