Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_var.h456 int iv_bmiss_max; /* max bmiss before scan */ member
H A Dieee80211_ddb.c413 db_printf(" bmiss_max %d", vap->iv_bmiss_max); in _db_show_vap()
H A Dieee80211_freebsd.c295 "bmiss_max", CTLFLAG_RW, &vap->iv_bmiss_max, 0, in ieee80211_sysctl_vattach()
H A Dieee80211_sta.c141 if (++vap->iv_bmiss_count < vap->iv_bmiss_max) { in sta_beacon_miss()
H A Dieee80211_proto.c340 vap->iv_bmiss_max = IEEE80211_BMISS_MAX; in ieee80211_proto_vattach()