Lines Matching defs:aid
2229 u_int16_t aid;
2235 for (aid = 1; aid < ic->ic_max_aid; aid++) {
2236 if (!IEEE80211_AID_ISSET(aid,
2240 if (aid >= ic->ic_max_aid) {
2246 ni->ni_associd = aid | 0xc000;
2256 "[%s] station %sassociated at aid %d: %s preamble, %s slot time%s%s\n",
2349 "[%s] station with aid %d leaves\n",
2457 u_int16_t aid;
2463 aid = IEEE80211_AID(ni->ni_associd);
2464 IASSERT(aid < ic->ic_max_aid,
2465 ("bogus aid %u, max %u", aid, ic->ic_max_aid));
2468 if (set != (isset(ic->ic_tim_bitmap, aid) != 0)) {
2470 setbit(ic->ic_tim_bitmap, aid);
2473 clrbit(ic->ic_tim_bitmap, aid);