Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_crypto_gcmp.c129 ctx = (struct gcmp_ctx *) IEEE80211_MALLOC(sizeof(struct gcmp_ctx), in gcmp_attach()
520 p_pktbuf = IEEE80211_MALLOC(data_len, M_TEMP, in gcmp_encrypt()
529 c_pktbuf = IEEE80211_MALLOC(data_len, M_TEMP, in gcmp_encrypt()
617 p_pktbuf = IEEE80211_MALLOC(data_len, M_TEMP, in gcmp_decrypt()
623 c_pktbuf = IEEE80211_MALLOC(data_len, M_TEMP, in gcmp_decrypt()
H A Dieee80211_acl.c103 as = (struct aclstate *) IEEE80211_MALLOC(sizeof(struct aclstate), in acl_attach()
179 new = (struct acl *) IEEE80211_MALLOC(sizeof(struct acl), in acl_add()
307 ap = (struct ieee80211req_maclist *) IEEE80211_MALLOC(space, in acl_getioctl()
H A Dieee80211_rssadapt.c137 vap->iv_rs = rs = IEEE80211_MALLOC(sizeof(struct ieee80211_rssadapt), in rssadapt_init()
188 IEEE80211_MALLOC(sizeof(struct ieee80211_rssadapt_node), in rssadapt_node_init()
H A Dieee80211_ioctl.c163 wpaie = IEEE80211_MALLOC(sizeof(*wpaie), M_TEMP, in ieee80211_ioctl_getwpaie()
335 p = IEEE80211_MALLOC(space, M_TEMP, in ieee80211_ioctl_getscanresults()
477 p = IEEE80211_MALLOC(space, M_TEMP, in getstainfo_common()
703 IEEE80211_MALLOC(IEEE80211_DEVCAPS_SIZE(maxchans), M_TEMP, in ieee80211_ioctl_getdevcaps()
1596 sr = IEEE80211_MALLOC(sizeof(*sr), M_TEMP, in setmlme_assoc_adhoc()
1716 list = IEEE80211_MALLOC(ireq->i_len + IEEE80211_CHAN_BYTES, M_TEMP, in ieee80211_ioctl_setchanlist()
2179 IEEE80211_MALLOC(IEEE80211_REGDOMAIN_SIZE(nchans), M_TEMP, in ieee80211_ioctl_setregdomain()
2245 parms = IEEE80211_MALLOC(sizeof(*parms), M_TEMP, in ieee80211_ioctl_setroam()
2391 napp = (struct ieee80211_appie *) IEEE80211_MALLOC( in setappie()
2660 sr = IEEE80211_MALLOC(sizeof(*sr), M_TEMP, in ieee80211_ioctl_scanreq()
H A Dieee80211_amrr.c121 amrr = vap->iv_rs = IEEE80211_MALLOC(sizeof(struct ieee80211_amrr), in amrr_init()
240 ni->ni_rctls = amn = IEEE80211_MALLOC(sizeof(struct ieee80211_amrr_node), in amrr_node_init()
H A Dieee80211_hwmp.c261 hs = IEEE80211_MALLOC(sizeof(struct ieee80211_hwmp_state), M_80211_VAP, in hwmp_vattach()
422 preq = IEEE80211_MALLOC(sizeof(*preq) + in hwmp_recv_action_meshpath()
470 prep = IEEE80211_MALLOC(sizeof(*prep), in hwmp_recv_action_meshpath()
510 perr = IEEE80211_MALLOC(sizeof(*perr) + in hwmp_recv_action_meshpath()
1553 pperr = IEEE80211_MALLOC(sizeof(*perr) + 31*sizeof(*perr->perr_dests), in hwmp_recv_perr()
H A Dieee80211_regdomain.c265 aie = IEEE80211_MALLOC(IEEE80211_COUNTRY_MAX_SIZE, M_80211_NODE_IE, in ieee80211_alloc_countryie()
H A Dieee80211_crypto_wep.c92 ctx = (struct wep_ctx *) IEEE80211_MALLOC(sizeof(struct wep_ctx), in wep_attach()
H A Dieee80211_node.c186 vap->iv_aid_bitmap = (uint32_t *) IEEE80211_MALLOC( in ieee80211_node_latevattach()
1102 ni = (struct ieee80211_node *) IEEE80211_MALLOC(sizeof(struct ieee80211_node), in node_alloc()
1130 ies->data = (uint8_t *) IEEE80211_MALLOC(len, M_80211_NODE_IE, in ieee80211_ies_init()
2285 nt->nt_keyixmap = (struct ieee80211_node **) IEEE80211_MALLOC( in ieee80211_node_table_init()
2600 ni_arr = (struct ieee80211_node **) IEEE80211_MALLOC(size, M_80211_NODE, in ieee80211_iterate_nodes_vap()
H A Dieee80211_power.c87 vap->iv_tim_bitmap = (uint8_t *) IEEE80211_MALLOC(vap->iv_tim_len, in ieee80211_power_latevattach()
H A Dieee80211_mesh.c209 rt = IEEE80211_MALLOC(ALIGN(sizeof(struct ieee80211_mesh_route)) + in mesh_rt_add_locked()
664 ms = IEEE80211_MALLOC(sizeof(struct ieee80211_mesh_state), M_80211_VAP, in mesh_vattach()
881 gr = IEEE80211_MALLOC(ALIGN(sizeof(struct ieee80211_mesh_gate_route)), in ieee80211_mesh_mark_gate()
2608 gr = IEEE80211_MALLOC(ALIGN(sizeof(struct ieee80211_mesh_gate_route)), in mesh_recv_action_meshgate()
3455 p = IEEE80211_MALLOC(len, M_TEMP, in mesh_ioctl_get80211()
H A Dieee80211_freebsd.h715 #define IEEE80211_MALLOC malloc macro
H A Dieee80211_crypto_ccmp.c101 ctx = (struct ccmp_ctx *) IEEE80211_MALLOC(sizeof(struct ccmp_ctx), in ccmp_attach()
H A Dieee80211_tdma.c152 ts = (struct ieee80211_tdma_state *) IEEE80211_MALLOC( in ieee80211_tdma_vattach()
H A Dieee80211_scan_sta.c167 st = (struct sta_table *) IEEE80211_MALLOC(sizeof(struct sta_table), in sta_attach()
261 se = (struct sta_entry *) IEEE80211_MALLOC(sizeof(struct sta_entry), in sta_add()
H A Dieee80211_scan_sw.c1029 ss = (struct scan_state *) IEEE80211_MALLOC(sizeof(struct scan_state), in ieee80211_swscan_attach()
H A Dieee80211_input.c499 IEEE80211_MALLOC(IEEE80211_CHALLENGE_LEN, in ieee80211_alloc_challenge()
H A Dieee80211_superg.c114 sg = (struct ieee80211_superg *) IEEE80211_MALLOC( in ieee80211_superg_attach()
H A Dieee80211_crypto_tkip.c113 ctx = (struct tkip_ctx *) IEEE80211_MALLOC(sizeof(struct tkip_ctx), in tkip_attach()
H A Dieee80211_freebsd.c275 ctx = (struct sysctl_ctx_list *) IEEE80211_MALLOC(sizeof(struct sysctl_ctx_list), in ieee80211_sysctl_vattach()
H A Dieee80211_output.c2488 frm = IEEE80211_MALLOC(len, M_80211_VAP, in ieee80211_probereq_ie()