HomeSort by: relevance | last modified time | path
    Searched refs:ic_nonerpsta (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net80211/
ieee80211_var.h 168 u_int16_t ic_nonerpsta; /* # non-ERP stations */ member in struct:ieee80211com
ieee80211_node.c 2215 ic->ic_nonerpsta++;
2218 ether_sprintf(ni->ni_macaddr), ic->ic_nonerpsta);
2338 IASSERT(ic->ic_nonerpsta > 0,
2339 ("bogus non-ERP station count %d", ic->ic_nonerpsta));
2340 ic->ic_nonerpsta--;
2343 ether_sprintf(ni->ni_macaddr), ic->ic_nonerpsta);
2344 if (ic->ic_nonerpsta == 0) {
ieee80211_proto.c 459 ic->ic_nonerpsta = 0;
ieee80211_output.c 1060 if (ic->ic_nonerpsta != 0)

Completed in 16 milliseconds