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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_node.c2716 vap->iv_nonerpsta++;
2719 vap->iv_nonerpsta);
2736 vap->iv_nonerpsta == 1 &&
2832 KASSERT(vap->iv_nonerpsta == 0 &&
2834 ("%d non ERP stations, flags 0x%x", vap->iv_nonerpsta,
2894 KASSERT(vap->iv_nonerpsta > 0,
2895 ("bogus non-ERP station count %d", vap->iv_nonerpsta));
2896 vap->iv_nonerpsta--;
2898 "non-ERP station leaves, count now %d%s", vap->iv_nonerpsta,
2901 if (vap->iv_nonerpsta
[all...]
H A Dieee80211_ddb.c491 db_printf(" nonerpsta %u", vap->iv_nonerpsta);
H A Dieee80211_var.h583 uint16_t iv_nonerpsta; /* # non-ERP stations */ member in struct:ieee80211vap
H A Dieee80211_proto.c773 vap->iv_nonerpsta = 0;

Completed in 47 milliseconds