Searched refs:IEEE80211_F_COUNTERM (Results 1 – 3 of 3) sorted by relevance
147 if (ic->ic_flags & IEEE80211_F_COUNTERM) in tkip_encap()214 if (ic->ic_flags & IEEE80211_F_COUNTERM) in tkip_decap()
1280 if (ic->ic_flags & IEEE80211_F_COUNTERM) { in ieee80211_recv_mgmt()
134 #define IEEE80211_F_COUNTERM 0x04000000 /* CONF: TKIP countermeasures */ macro