Home
last modified time | relevance | path

Searched refs:IEEE80211_MALLOC (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_acl.c105 as = (struct aclstate *) IEEE80211_MALLOC(sizeof(struct aclstate), in acl_attach()
181 new = (struct acl *) IEEE80211_MALLOC(sizeof(struct acl), in acl_add()
309 ap = (struct ieee80211req_maclist *) IEEE80211_MALLOC(space, in acl_getioctl()
H A Dieee80211_rssadapt.c138 vap->iv_rs = rs = IEEE80211_MALLOC(sizeof(struct ieee80211_rssadapt), in rssadapt_init()
189 IEEE80211_MALLOC(sizeof(struct ieee80211_rssadapt_node), in rssadapt_node_init()
H A Dieee80211_amrr.c122 amrr = vap->iv_rs = IEEE80211_MALLOC(sizeof(struct ieee80211_amrr), in amrr_init()
177 ni->ni_rctls = amn = IEEE80211_MALLOC(sizeof(struct ieee80211_amrr_node), in amrr_node_init()
H A Dieee80211_ioctl.c164 wpaie = IEEE80211_MALLOC(sizeof(*wpaie), M_TEMP, in ieee80211_ioctl_getwpaie()
336 p = IEEE80211_MALLOC(space, M_TEMP, in ieee80211_ioctl_getscanresults()
482 p = IEEE80211_MALLOC(space, M_TEMP, in getstainfo_common()
708 IEEE80211_MALLOC(IEEE80211_DEVCAPS_SIZE(maxchans), M_TEMP, in ieee80211_ioctl_getdevcaps()
1597 sr = IEEE80211_MALLOC(sizeof(*sr), M_TEMP, in setmlme_assoc_adhoc()
1717 list = IEEE80211_MALLOC(ireq->i_len + IEEE80211_CHAN_BYTES, M_TEMP, in ieee80211_ioctl_setchanlist()
2180 IEEE80211_MALLOC(IEEE80211_REGDOMAIN_SIZE(nchans), M_TEMP, in ieee80211_ioctl_setregdomain()
2246 parms = IEEE80211_MALLOC(sizeof(*parms), M_TEMP, in ieee80211_ioctl_setroam()
2392 napp = (struct ieee80211_appie *) IEEE80211_MALLOC( in setappie()
2659 sr = IEEE80211_MALLOC(sizeof(*sr), M_TEMP, in ieee80211_ioctl_scanreq()
H A Dieee80211_hwmp.c266 hs = IEEE80211_MALLOC(sizeof(struct ieee80211_hwmp_state), M_80211_VAP, in hwmp_vattach()
427 preq = IEEE80211_MALLOC(sizeof(*preq) + in hwmp_recv_action_meshpath()
475 prep = IEEE80211_MALLOC(sizeof(*prep), in hwmp_recv_action_meshpath()
515 perr = IEEE80211_MALLOC(sizeof(*perr) + in hwmp_recv_action_meshpath()
1558 pperr = IEEE80211_MALLOC(sizeof(*perr) + 31*sizeof(*perr->perr_dests), in hwmp_recv_perr()
H A Dieee80211_crypto_wep.c94 ctx = (struct wep_ctx *) IEEE80211_MALLOC(sizeof(struct wep_ctx), in wep_attach()
H A Dieee80211_regdomain.c267 aie = IEEE80211_MALLOC(IEEE80211_COUNTRY_MAX_SIZE, M_80211_NODE_IE, in ieee80211_alloc_countryie()
H A Dieee80211_node.c175 vap->iv_aid_bitmap = (uint32_t *) IEEE80211_MALLOC( in ieee80211_node_latevattach()
1071 ni = (struct ieee80211_node *) IEEE80211_MALLOC(sizeof(struct ieee80211_node), in node_alloc()
1099 ies->data = (uint8_t *) IEEE80211_MALLOC(len, M_80211_NODE_IE, in ieee80211_ies_init()
2258 nt->nt_keyixmap = (struct ieee80211_node **) IEEE80211_MALLOC( in ieee80211_node_table_init()
2573 ni_arr = (struct ieee80211_node **) IEEE80211_MALLOC(size, M_80211_NODE, in ieee80211_iterate_nodes_vap()
H A Dieee80211_power.c89 vap->iv_tim_bitmap = (uint8_t *) IEEE80211_MALLOC(vap->iv_tim_len, in ieee80211_power_latevattach()
H A Dieee80211_mesh.c213 rt = IEEE80211_MALLOC(ALIGN(sizeof(struct ieee80211_mesh_route)) + in mesh_rt_add_locked()
668 ms = IEEE80211_MALLOC(sizeof(struct ieee80211_mesh_state), M_80211_VAP, in mesh_vattach()
885 gr = IEEE80211_MALLOC(ALIGN(sizeof(struct ieee80211_mesh_gate_route)), in ieee80211_mesh_mark_gate()
2613 gr = IEEE80211_MALLOC(ALIGN(sizeof(struct ieee80211_mesh_gate_route)), in mesh_recv_action_meshgate()
3460 p = IEEE80211_MALLOC(len, M_TEMP, in mesh_ioctl_get80211()
H A Dieee80211_crypto_ccmp.c103 ctx = (struct ccmp_ctx *) IEEE80211_MALLOC(sizeof(struct ccmp_ctx), in ccmp_attach()
H A Dieee80211_freebsd.h712 #define IEEE80211_MALLOC malloc macro
H A Dieee80211_tdma.c157 ts = (struct ieee80211_tdma_state *) IEEE80211_MALLOC( in ieee80211_tdma_vattach()
H A Dieee80211_scan_sw.c1027 ss = (struct scan_state *) IEEE80211_MALLOC(sizeof(struct scan_state), in ieee80211_swscan_attach()
H A Dieee80211_scan_sta.c169 st = (struct sta_table *) IEEE80211_MALLOC(sizeof(struct sta_table), in sta_attach()
263 se = (struct sta_entry *) IEEE80211_MALLOC(sizeof(struct sta_entry), in sta_add()
H A Dieee80211_superg.c116 sg = (struct ieee80211_superg *) IEEE80211_MALLOC( in ieee80211_superg_attach()
H A Dieee80211_input.c466 IEEE80211_MALLOC(IEEE80211_CHALLENGE_LEN, in ieee80211_alloc_challenge()
H A Dieee80211_crypto_tkip.c115 ctx = (struct tkip_ctx *) IEEE80211_MALLOC(sizeof(struct tkip_ctx), in tkip_attach()
H A Dieee80211_freebsd.c271 ctx = (struct sysctl_ctx_list *) IEEE80211_MALLOC(sizeof(struct sysctl_ctx_list), in ieee80211_sysctl_vattach()