Searched refs:IEEE80211_F_COUNTERM (Results 1 – 5 of 5) sorted by relevance
186 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in tkip_encap()285 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in tkip_decap()
559 #define IEEE80211_F_COUNTERM 0x04000000 /* CONF: TKIP countermeasures */ macro
906 ireq->i_val = (vap->iv_flags & IEEE80211_F_COUNTERM) != 0; in ieee80211_ioctl_get80211()2799 vap->iv_flags |= IEEE80211_F_COUNTERM; in ieee80211_ioctl_set80211()2801 vap->iv_flags &= ~IEEE80211_F_COUNTERM; in ieee80211_ioctl_set80211()
1568 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in sta_recv_mgmt()
1899 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in hostap_recv_mgmt()