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

123

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.h49 u16 aid; member in struct:wpa_eapol_ie_parse
H A Dwpa_i.h345 u16 aid, u16 capability, const u8 *supp_rates,
356 aid, capability, supp_rates,
344 wpa_sm_tdls_peer_addset(struct wpa_sm *sm, const u8 *addr, int add, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, u8 qosinfo, int wmm, const u8 *ext_capab, size_t ext_capab_len, const u8 *supp_channels, size_t supp_channels_len, const u8 *supp_oper_classes, size_t supp_oper_classes_len) argument
H A Dtdls.c142 u16 aid; member in struct:wpa_tdls_peer
1758 return wpa_sm_tdls_peer_addset(sm, peer->addr, add, peer->aid,
1916 peer->aid = kde.aid;
2320 peer->aid = kde.aid;
/freebsd-11-stable/sys/net80211/
H A Dieee80211_power.c289 uint16_t aid; local
296 aid = IEEE80211_AID(ni->ni_associd);
297 KASSERT(aid < vap->iv_max_aid,
298 ("bogus aid %u, max %u", aid, vap->iv_max_aid));
301 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0));
304 setbit(vap->iv_tim_bitmap, aid);
307 clrbit(vap->iv_tim_bitmap, aid);
H A Dieee80211_node.c163 /* XXX should we allow max aid to be zero? */
167 "WARNING: max aid too small, changed to %d\n",
176 printf("%s: no memory for AID bitmap, max aid %d!\n",
2509 uint16_t aid; local
2511 KASSERT(vap->iv_aid_bitmap != NULL, ("no aid bitmap"));
2516 for (aid = 1; aid < vap->iv_max_aid; aid++) {
2517 if (!IEEE80211_AID_ISSET(vap, aid))
2520 if (aid >
[all...]
H A Dieee80211_sta.c1397 int aid = IEEE80211_AID(ni->ni_associd); local
1398 int ix = aid / NBBY;
1410 isset(tim->tim_bitmap - min, aid)) {
1732 "%sassoc success at aid %d: %s preamble, %s slot time%s%s%s%s%s%s%s%s",
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dpcsc_funcs.c254 sim_types sim_type, unsigned char *aid,
401 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
496 os_memcpy(aid, aid_pos, aid_len);
657 unsigned char aid[32]; local
660 aid_len = scard_get_aid(scard, aid, sizeof(aid));
664 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
667 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
673 aid, aid_len)) {
677 aid, aid_le
806 _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-11-stable/sys/dev/ral/
H A Drt2860var.h29 #define RT2860_AID2WCID(aid) ((aid) & 0xff)
/freebsd-11-stable/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-11-stable/sys/dev/usb/wlan/
H A Dif_runvar.h42 #define RUN_AID2WCID(aid) ((aid) & 0xff)
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.h483 int mwl_hal_setpowersave_sta(struct mwl_hal_vap *, uint16_t aid, int ena);
554 uint16_t aid, uint16_t sid, const MWL_HAL_PEERINFO *,
591 int mwl_hal_updatetim(struct mwl_hal_vap *, uint16_t aid, int set);
H A Dif_mwl.c172 int aid, int staid, MWL_HAL_PEERINFO *pi);
175 static int allocstaid(struct mwl_softc *sc, int aid);
676 /* override max aid so sta's cannot assoc when we're out of sta id's */
3905 mwl_peerstadb(struct ieee80211_node *ni, int aid, int staid, MWL_HAL_PEERINFO *pi) argument
3922 aid, staid, pi,
4178 DPRINTF(sc, MWL_DEBUG_STATE, "%s: %s: aid 0x%x\n",
4230 allocstaid(struct mwl_softc *sc, int aid) argument
4234 if (!(0 < aid && aid < MWL_MAXSTAID) || isset(sc->sc_staid, aid)) {
4263 uint16_t aid; local
[all...]
/freebsd-11-stable/tools/tools/sysdoc/
H A Dsysdoc.sh75 produce a manual page to aid in the administration and
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c280 /* aid */
282 wpabuf_put_le16(buf, sta->aid);
770 params.aid = sta->aid;
1122 u16 plid = 0, llid = 0, aid = 0; local
1160 aid = WPA_GET_LE16(ies);
1161 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", aid);
1162 ies += 2; /* aid */
1346 sta->peer_aid = aid;
H A Dwpas_glue.c728 void *ctx, const u8 *peer, int add, u16 aid, u16 capability,
742 params.aid = aid;
727 wpa_supplicant_tdls_peer_addset( void *ctx, const u8 *peer, int add, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, u8 qosinfo, int wmm, const u8 *ext_capab, size_t ext_capab_len, const u8 *supp_channels, size_t supp_channels_len, const u8 *supp_oper_classes, size_t supp_oper_classes_len) argument
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c332 const u8 *addr, int aid, int val)
342 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
411 const u8 *addr, u16 aid, u16 capability,
430 params.aid = aid;
331 hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, const u8 *addr, int aid, int val) argument
410 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, const struct ieee80211_vht_capabilities *vht_capab, const struct ieee80211_he_capabilities *he_capab, size_t he_capab_len, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) argument
H A Dieee802_11.c2444 int i, j = 32, aid; local
2447 if (sta->aid > 0) {
2448 wpa_printf(MSG_DEBUG, " old AID %d", sta->aid);
2467 aid = i * 32 + j + 1;
2468 if (aid > 2007)
2471 sta->aid = aid;
2473 wpa_printf(MSG_DEBUG, " new AID %d", sta->aid);
3427 if (hostapd_sta_add(hapd, sta->addr, sta->aid, sta->capability,
3502 reply->u.assoc_resp.aid
[all...]
H A Dap_drv_ops.h37 const u8 *addr, int aid, int val);
39 const u8 *addr, u16 aid, u16 capability,
H A Dsta_info.c171 hostapd_set_wds_sta(hapd, NULL, sta->addr, sta->aid, 0);
186 if (sta->aid > 0)
187 hapd->sta_aid[(sta->aid - 1) / 32] &=
188 ~BIT((sta->aid - 1) % 32);
H A Dsta_info.h71 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
/freebsd-11-stable/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-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh139 /* This file was created with the aid of \`\`gdb-events.sh''.

Completed in 384 milliseconds

123