Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net80211/
HDieee80211_crypto_tkip.c191 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in tkip_encap()
321 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in tkip_decap()
HDieee80211_var.h654 #define IEEE80211_F_COUNTERM 0x04000000 /* CONF: TKIP countermeasures */ macro
HDieee80211_ioctl.c908 ireq->i_val = (vap->iv_flags & IEEE80211_F_COUNTERM) != 0; in ieee80211_ioctl_get80211()
2964 vap->iv_flags |= IEEE80211_F_COUNTERM; in ieee80211_ioctl_set80211()
2966 vap->iv_flags &= ~IEEE80211_F_COUNTERM; in ieee80211_ioctl_set80211()
HDieee80211_sta.c1723 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in sta_recv_mgmt()
HDieee80211_hostap.c1985 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in hostap_recv_mgmt()