Home | History | Annotate | Download | only in net80211

Lines Matching refs:aid

2250 		u_int16_t aid;
2256 for (aid = 1; aid < ic->ic_max_aid; aid++) {
2257 if (!IEEE80211_AID_ISSET(aid,
2261 if (aid >= ic->ic_max_aid) {
2267 ni->ni_associd = aid | 0xc000;
2277 "[%s] station %sassociated at aid %d: %s preamble, %s slot time%s%s\n",
2370 "[%s] station with aid %d leaves\n",
2478 u_int16_t aid;
2484 aid = IEEE80211_AID(ni->ni_associd);
2485 IASSERT(aid < ic->ic_max_aid,
2486 ("bogus aid %u, max %u", aid, ic->ic_max_aid));
2489 if (set != (isset(ic->ic_tim_bitmap, aid) != 0)) {
2491 setbit(ic->ic_tim_bitmap, aid);
2494 clrbit(ic->ic_tim_bitmap, aid);