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

/freebsd-13-stable/sys/net80211/
H A Dieee80211_ddb.c413 db_printf(" bmiss_max %d", vap->iv_bmiss_max);
H A Dieee80211_freebsd.c295 "bmiss_max", CTLFLAG_RW, &vap->iv_bmiss_max, 0,
H A Dieee80211_var.h456 int iv_bmiss_max; /* max bmiss before scan */ member in struct:ieee80211vap
H A Dieee80211_proto.c340 vap->iv_bmiss_max = IEEE80211_BMISS_MAX;
2265 * before posting a real bmiss (unless iv_bmiss_max has
H A Dieee80211_sta.c141 if (++vap->iv_bmiss_count < vap->iv_bmiss_max) {

Completed in 188 milliseconds