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

123

/freebsd-10.1-release/contrib/apr/mmap/unix/
H A Dmmap.c81 area_id aid = -1; local
111 aid = create_area("apr_mmap", &mm , B_ANY_ADDRESS, pages * B_PAGE_SIZE,
114 if (aid < B_NO_ERROR) {
120 if (aid >= B_NO_ERROR)
123 (*new)->area = aid;
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c150 alist_iter_data_t *aid = arg2; local
151 return (aid->aid_func(el->ale_name, el->ale_value, aid->aid_priv));
157 alist_iter_data_t aid; local
159 aid.aid_func = func;
160 aid.aid_priv = private;
162 return (hash_iter(alist->al_elements, alist_iter_cb, &aid));
/freebsd-10.1-release/sys/net80211/
H A Dieee80211_power.c286 uint16_t aid; local
293 aid = IEEE80211_AID(ni->ni_associd);
294 KASSERT(aid < vap->iv_max_aid,
295 ("bogus aid %u, max %u", aid, vap->iv_max_aid));
298 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0));
301 setbit(vap->iv_tim_bitmap, aid);
304 clrbit(vap->iv_tim_bitmap, aid);
H A Dieee80211_node.c165 /* XXX should we allow max aid to be zero? */
169 "WARNING: max aid too small, changed to %d\n",
177 printf("%s: no memory for AID bitmap, max aid %d!\n",
2475 uint16_t aid; local
2477 KASSERT(vap->iv_aid_bitmap != NULL, ("no aid bitmap"));
2482 for (aid = 1; aid < vap->iv_max_aid; aid++) {
2483 if (!IEEE80211_AID_ISSET(vap, aid))
2486 if (aid >
[all...]
H A Dieee80211_sta.c1388 int aid = IEEE80211_AID(ni->ni_associd);
1389 int ix = aid / NBBY;
1394 isset(tim->tim_bitmap - min, aid))) {
1674 "%sassoc success at aid %d: %s preamble, %s slot time%s%s%s%s%s%s%s%s",
H A Dieee80211_hostap.c2266 uint16_t aid; local
2281 aid = le16toh(*(uint16_t *)wh->i_dur);
2282 if (aid != ni->ni_associd) {
2286 "aid mismatch: sta aid 0x%x poll aid 0x%x",
2287 ni->ni_associd, aid);
/freebsd-10.1-release/contrib/wpa/src/utils/
H A Dpcsc_funcs.c246 sim_types sim_type, unsigned char *aid,
388 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
480 os_memcpy(aid, efdir->rid, efdir->aid_len);
644 unsigned char aid[32]; local
647 aid_len = scard_get_aid(scard, aid, sizeof(aid));
651 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
654 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
660 aid, aid_len)) {
664 aid, aid_le
789 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/freebsd-10.1-release/sys/dev/ral/
H A Drt2860var.h29 #define RT2860_AID2WCID(aid) ((aid) & 0xff)
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_runvar.h42 #define RUN_AID2WCID(aid) ((aid) & 0xff)
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c324 dt_ident_t *aid; local
351 aid = anp->dn_ident;
353 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
355 "undefined aggregation: @%s\n", aid->di_name);
366 dt_ident_t *aid; local
400 aid = anp->dn_ident;
402 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
404 "undefined aggregation: @%s\n", aid
429 dt_ident_t *aid; local
495 dt_ident_t *aid, *fid; local
1238 dt_ident_t *aid, *fid; local
[all...]
H A Ddt_map.c406 dt_ident_t *aid; local
410 aid = sdp->dtsd_aggdata;
411 agg->dtagd_name = aid->di_name;
412 agg->dtagd_varid = aid->di_id;
/freebsd-10.1-release/contrib/tcpdump/
H A Dieee802_11.h229 u_int16_t aid; member in struct:mgmt_body_t
282 u_int16_t aid; member in struct:ctrl_ps_poll_t
H A Dprint-802_11.c980 pbody.aid = EXTRACT_LE_16BITS(p+offset);
986 printf(" AID(%x) :%s: %s", ((u_int16_t)(pbody.aid << 2 )) >> 2 ,
1386 EXTRACT_LE_16BITS(&(((const struct ctrl_ps_poll_t *)p)->aid)));
/freebsd-10.1-release/sys/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.c167 int aid, int staid, MWL_HAL_PEERINFO *pi);
170 static int allocstaid(struct mwl_softc *sc, int aid);
712 /* override max aid so sta's cannot assoc when we're out of sta id's */
4061 mwl_peerstadb(struct ieee80211_node *ni, int aid, int staid, MWL_HAL_PEERINFO *pi) argument
4078 aid, staid, pi,
4335 DPRINTF(sc, MWL_DEBUG_STATE, "%s: %s: aid 0x%x\n",
4387 allocstaid(struct mwl_softc *sc, int aid) argument
4391 if (!(0 < aid && aid < MWL_MAXSTAID) || isset(sc->sc_staid, aid)) {
4420 uint16_t aid; local
[all...]
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dieee802_11.c664 int i, j = 32, aid; local
667 if (sta->aid > 0) {
668 wpa_printf(MSG_DEBUG, " old AID %d", sta->aid);
684 aid = i * 32 + j + 1;
685 if (aid > 2007)
688 sta->aid = aid;
690 wpa_printf(MSG_DEBUG, " new AID %d", sta->aid);
1041 reply->u.assoc_resp.aid = host_to_le16((sta ? sta->aid
[all...]
H A Dsta_info.h45 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
H A Dap_drv_ops.h33 int hostapd_set_wds_sta(struct hostapd_data *hapd, const u8 *addr, int aid,
36 const u8 *addr, u16 aid, u16 capability,
H A Dap_drv_ops.c291 int hostapd_set_wds_sta(struct hostapd_data *hapd, const u8 *addr, int aid, argument
302 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
337 const u8 *addr, u16 aid, u16 capability,
352 params.aid = aid;
336 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, u32 flags, u8 qosinfo) argument
H A Dsta_info.c131 hostapd_set_wds_sta(hapd, sta->addr, sta->aid, 0);
139 if (sta->aid > 0)
140 hapd->sta_aid[(sta->aid - 1) / 32] &=
141 ~BIT((sta->aid - 1) % 32);
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Ddump_state.c107 sta->aid,
/freebsd-10.1-release/tools/tools/sysdoc/
H A Dsysdoc.sh75 produce a manual page to aid in the administration and
/freebsd-10.1-release/tools/tools/net80211/w00t/assoc/
H A Dassoc.c62 int aid; member in struct:params
579 /* aid */
580 p->aid = le16toh(*data & ~( (1 << 15) | (1 << 14)));
581 printf("Association ID=%d\n", p->aid);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdb-events.sh139 /* This file was created with the aid of \`\`gdb-events.sh''.
/freebsd-10.1-release/contrib/bmake/mk/
H A Dmeta.autodep.mk95 # sometimes we want .meta files generated to aid debugging/error detection

Completed in 506 milliseconds

123