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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c529 ic->ic_flags &= ~IEEE80211_F_COUNTERM;
545 if (ic->ic_flags & IEEE80211_F_COUNTERM)
572 ic->ic_flags |= IEEE80211_F_COUNTERM;
H A Dieee80211_var.h442 #define IEEE80211_F_COUNTERM 0x00800000 /* STATUS: countermeasures */ macro
H A Dieee80211_output.c612 if ((ic->ic_flags & IEEE80211_F_COUNTERM) &&
H A Dieee80211_input.c2463 if ((ic->ic_flags & IEEE80211_F_COUNTERM) &&
H A Dieee80211_node.c1013 ic->ic_flags &= ~IEEE80211_F_COUNTERM;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c193 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
323 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
H A Dieee80211_var.h644 #define IEEE80211_F_COUNTERM 0x04000000 /* CONF: TKIP countermeasures */ macro
H A Dieee80211_ioctl.c905 ireq->i_val = (vap->iv_flags & IEEE80211_F_COUNTERM) != 0;
2976 vap->iv_flags |= IEEE80211_F_COUNTERM;
2978 vap->iv_flags &= ~IEEE80211_F_COUNTERM;
H A Dieee80211_hostap.c1965 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
H A Dieee80211_sta.c1704 if (vap->iv_flags & IEEE80211_F_COUNTERM) {

Completed in 109 milliseconds