Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c176 flags |= IEEE80211_KEY_SWMIC; in ieee80211_crypto_newkey()
236 flags |= IEEE80211_KEY_SWMIC; in ieee80211_crypto_newkey()
H A Dnet80211_crypto_tkip.c259 if (force || (k->wk_flags & IEEE80211_KEY_SWMIC)) { in tkip_enmic()
287 if (force || (k->wk_flags & IEEE80211_KEY_SWMIC)) { in tkip_demic()
/titanic_50/usr/src/uts/common/io/ath/
H A Dath_aux.c752 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in ath_key_alloc()
781 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0 && asc->asc_splitmic) in ath_key_delete()
791 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in ath_key_delete()
952 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in ath_key_set()
H A Dath_main.c727 if ((k->wk_flags & IEEE80211_KEY_SWMIC) == 0) in ath_tx_start()
/titanic_50/usr/src/uts/common/sys/
H A Dnet80211_crypto.h98 #define IEEE80211_KEY_SWMIC 0x20 /* host-based enmic/demic */ macro
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_main.c1911 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in arn_key_alloc()
1940 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0 && sc->sc_splitmic) in arn_key_delete()
1950 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in arn_key_delete()
2055 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0) { in arn_key_set()
H A Darn_xmit.c1962 if ((k->wk_flags & IEEE80211_KEY_SWMIC) == 0) in arn_tx_start()