Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_crypto_tkip.c193 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in tkip_encap()
323 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in tkip_decap()
H A Dieee80211_var.h642 #define IEEE80211_F_COUNTERM 0x04000000 /* CONF: TKIP countermeasures */ macro
H A Dieee80211_ioctl.c905 ireq->i_val = (vap->iv_flags & IEEE80211_F_COUNTERM) != 0; in ieee80211_ioctl_get80211()
2959 vap->iv_flags |= IEEE80211_F_COUNTERM; in ieee80211_ioctl_set80211()
2961 vap->iv_flags &= ~IEEE80211_F_COUNTERM; in ieee80211_ioctl_set80211()
H A Dieee80211_sta.c1704 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in sta_recv_mgmt()
H A Dieee80211_hostap.c1965 if (vap->iv_flags & IEEE80211_F_COUNTERM) { in hostap_recv_mgmt()