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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_ddb.c70 int showvaps, int showsta, int showmesh, int showprocs);
135 int i, showprocs = 0, showvaps = 0, showsta = 0, showmesh = 0; local
144 showsta = showmesh = showvaps = showprocs = 1;
147 showsta = 1;
161 _db_show_com(ic, showvaps, showsta, showmesh, showprocs);
497 _db_show_com(const struct ieee80211com *ic, int showvaps, int showsta, argument
594 if (!showsta)
599 if (showsta)
658 if (showsta && !TAILQ_EMPTY(&ic->ic_sta.nt_node)) {

Completed in 57 milliseconds