Searched refs:IEEE80211_KEY_SWCRYPT (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c168 if ((k->wk_flags & IEEE80211_KEY_SWCRYPT) &&
188 if ((k->wk_flags & IEEE80211_KEY_SWCRYPT) &&
234 ASSERT(key->wk_flags & IEEE80211_KEY_SWCRYPT);
281 ASSERT(key->wk_flags & IEEE80211_KEY_SWCRYPT);
H A Dnet80211_crypto.c165 flags |= IEEE80211_KEY_SWCRYPT;
228 if ((key->wk_flags & IEEE80211_KEY_SWCRYPT) == 0) {
234 flags |= IEEE80211_KEY_SWCRYPT;
H A Dnet80211_crypto_ccmp.c145 if ((k->wk_flags & IEEE80211_KEY_SWCRYPT) &&
190 if ((k->wk_flags & IEEE80211_KEY_SWCRYPT) &&
H A Dnet80211_crypto_tkip.c169 if (k->wk_flags & IEEE80211_KEY_SWCRYPT) {
236 if (k->wk_flags & IEEE80211_KEY_SWCRYPT) {
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_crypto.h97 #define IEEE80211_KEY_SWCRYPT 0x10 /* host-based encrypt/decrypt */ macro
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c749 if (k->wk_flags & IEEE80211_KEY_SWCRYPT) {
942 if ((k->wk_flags & IEEE80211_KEY_SWCRYPT) == 0) {
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1861 if (k->wk_flags & IEEE80211_KEY_SWCRYPT) {
1998 if ((k->wk_flags & IEEE80211_KEY_SWCRYPT) == 0) {

Completed in 106 milliseconds