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

  /src/sys/net80211/
ieee80211_var.h 169 u_int16_t ic_longslotsta; /* # long slot time stations */ member in struct:ieee80211com
ieee80211_node.c 2201 ic->ic_longslotsta++;
2204 ether_sprintf(ni->ni_macaddr), ic->ic_longslotsta);
2313 IASSERT(ic->ic_longslotsta > 0,
2314 ("bogus long slot station count %d", ic->ic_longslotsta));
2315 ic->ic_longslotsta--;
2318 ether_sprintf(ni->ni_macaddr), ic->ic_longslotsta);
2319 if (ic->ic_longslotsta == 0) {
ieee80211_proto.c 460 ic->ic_longslotsta = 0;

Completed in 108 milliseconds