Searched refs:aid (Results 1 - 16 of 16) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_power.c291 uint16_t aid; local
298 aid = IEEE80211_AID(ni->ni_associd);
299 KASSERT(aid < vap->iv_max_aid,
300 ("bogus aid %u, max %u", aid, vap->iv_max_aid));
303 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0));
306 setbit(vap->iv_tim_bitmap, aid);
309 clrbit(vap->iv_tim_bitmap, aid);
H A Dieee80211_node.c168 /* XXX should we allow max aid to be zero? */
172 "WARNING: max aid too small, changed to %d\n",
181 printf("%s: no memory for AID bitmap, max aid %d!\n",
2755 uint16_t aid; local
2757 KASSERT(vap->iv_aid_bitmap != NULL, ("no aid bitmap"));
2762 for (aid = 1; aid < vap->iv_max_aid; aid++) {
2763 if (!IEEE80211_AID_ISSET(vap, aid))
2766 if (aid >
[all...]
H A Dieee80211_hostap.c2388 uint16_t aid; local
2403 aid = le16toh(*(uint16_t *)wh->i_dur);
2404 if (aid != ni->ni_associd) {
2408 "aid mismatch: sta aid 0x%x poll aid 0x%x",
2409 ni->ni_associd, aid);
H A Dieee80211_sta.c1554 int aid = IEEE80211_AID(ni->ni_associd); local
1555 int ix = aid / NBBY;
1567 isset(tim->tim_bitmap - min, aid)) {
1918 "%sassoc success at aid %d: %s preamble, %s slot time%s%s%s%s%s%s%s%s%s",
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860var.h29 #define RT2860_AID2WCID(aid) ((aid) & 0xff)
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp30 CRadeonPlug::CRadeonPlug( CRadeonAddOn *aaddon, const BPath &adev_path, int aid )
31 : addon( aaddon ), dev_path( adev_path ), id( aid ), node( NULL )
37 fFlavorInfo.internal_id = aid;
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_runvar.h43 #define RUN_AID2WCID(aid) ((aid) & 0xff)
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h485 int mwl_hal_setpowersave_sta(struct mwl_hal_vap *, uint16_t aid, int ena);
556 uint16_t aid, uint16_t sid, const MWL_HAL_PEERINFO *,
593 int mwl_hal_updatetim(struct mwl_hal_vap *, uint16_t aid, int set);
H A Dif_mwl.c169 int aid, int staid, MWL_HAL_PEERINFO *pi);
172 static int allocstaid(struct mwl_softc *sc, int aid);
673 /* override max aid so sta's cannot assoc when we're out of sta id's */
3915 mwl_peerstadb(struct ieee80211_node *ni, int aid, int staid, MWL_HAL_PEERINFO *pi) argument
3932 aid, staid, pi,
4188 DPRINTF(sc, MWL_DEBUG_STATE, "%s: %s: aid 0x%x\n",
4240 allocstaid(struct mwl_softc *sc, int aid) argument
4244 if (!(0 < aid && aid < MWL_MAXSTAID) || isset(sc->sc_staid, aid)) {
4273 uint16_t aid; local
[all...]
H A Dmwlhal.c1321 mwl_hal_setpowersave_sta(struct mwl_hal_vap *vap, uint16_t aid, int ena) argument
1329 pCmd->Aid = htole16(aid);
1688 const uint8_t addr[IEEE80211_ADDR_LEN], uint16_t aid, uint16_t sid,
1697 pCmd->AID = htole16(aid);
1687 mwl_hal_newstation(struct mwl_hal_vap *vap, const uint8_t addr[IEEE80211_ADDR_LEN], uint16_t aid, uint16_t sid, const MWL_HAL_PEERINFO *peer, int isQosSta, int wmeInfo) argument
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c795 area_id aid; local
834 aid = create_area("bl_workspace", (void **)&a, B_ANY_KERNEL_ADDRESS, 4096*5,
836 if(aid == B_ERROR || aid == B_BAD_VALUE || aid == B_NO_MEMORY) {
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c1071 area_id aid; local
1092 if((aid=map_physical_memory(name, s->sram_phys, 4096,
1110 aid = create_area(name, (void **)&a, B_ANY_KERNEL_ADDRESS, 4096*5,
1112 if(aid == B_ERROR || aid == B_BAD_VALUE || aid == B_NO_MEMORY){
1316 delete_area(aid);
/haiku/headers/private/kernel/vm/
H A Dvm.h108 area_id vm_map_file(team_id aid, const char *name, void **address,
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_node.c2886 u_int16_t aid; local
2892 for (aid = 1; aid < ic->ic_max_aid; aid++) {
2893 if (!IEEE80211_AID_ISSET(aid,
2897 if (aid >= ic->ic_max_aid) {
2903 ni->ni_associd = aid | 0xc000;
2911 DPRINTF(("station %s %s associated at aid %d\n",
3238 ieee80211_set_tim(struct ieee80211com *ic, int aid, int set) argument
3241 setbit(ic->ic_tim_bitmap, aid
[all...]
H A Dieee80211_input.c3367 u_int16_t aid; local
3386 aid = letoh16(*(u_int16_t *)psp->i_aid);
3387 if (aid != ni->ni_associd) {
3388 DPRINTF(("invalid pspoll aid %x from %s\n", aid,
/haiku/src/system/kernel/vm/
H A Dvm.cpp2300 vm_map_file(team_id aid, const char* name, void** address, uint32 addressSpec, argument
2307 return _vm_map_file(aid, name, address, addressSpec, size, protection,

Completed in 142 milliseconds