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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_crypto_tkip.c166 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
275 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
H A Dieee80211_var.h516 #define IEEE80211_F_COUNTERM 0x04000000 /* CONF: TKIP countermeasures */ macro
H A Dieee80211_sta.c1451 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
H A Dieee80211_ioctl.c908 ireq->i_val = (vap->iv_flags & IEEE80211_F_COUNTERM) != 0;
2775 vap->iv_flags |= IEEE80211_F_COUNTERM;
2777 vap->iv_flags &= ~IEEE80211_F_COUNTERM;
H A Dieee80211_hostap.c1886 if (vap->iv_flags & IEEE80211_F_COUNTERM) {

Completed in 61 milliseconds