Home
last modified time | relevance | path

Searched refs:IEEE80211_F_COUNTERM (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c147 if (ic->ic_flags & IEEE80211_F_COUNTERM) in tkip_encap()
214 if (ic->ic_flags & IEEE80211_F_COUNTERM) in tkip_decap()
H A Dnet80211_input.c1280 if (ic->ic_flags & IEEE80211_F_COUNTERM) { in ieee80211_recv_mgmt()
/titanic_50/usr/src/uts/common/sys/
H A Dnet80211.h134 #define IEEE80211_F_COUNTERM 0x04000000 /* CONF: TKIP countermeasures */ macro