/freebsd/sys/net80211/ |
H A D | ieee80211_crypto_gcmp.c | 129 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 D | ieee80211_acl.c | 103 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 D | ieee80211_rssadapt.c | 137 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 D | ieee80211_ioctl.c | 163 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 D | ieee80211_amrr.c | 121 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 D | ieee80211_hwmp.c | 261 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 D | ieee80211_regdomain.c | 265 aie = IEEE80211_MALLOC(IEEE80211_COUNTRY_MAX_SIZE, M_80211_NODE_IE, in ieee80211_alloc_countryie()
|
H A D | ieee80211_crypto_wep.c | 92 ctx = (struct wep_ctx *) IEEE80211_MALLOC(sizeof(struct wep_ctx), in wep_attach()
|
H A D | ieee80211_node.c | 186 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 D | ieee80211_power.c | 87 vap->iv_tim_bitmap = (uint8_t *) IEEE80211_MALLOC(vap->iv_tim_len, in ieee80211_power_latevattach()
|
H A D | ieee80211_mesh.c | 209 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 D | ieee80211_freebsd.h | 715 #define IEEE80211_MALLOC malloc macro
|
H A D | ieee80211_crypto_ccmp.c | 101 ctx = (struct ccmp_ctx *) IEEE80211_MALLOC(sizeof(struct ccmp_ctx), in ccmp_attach()
|
H A D | ieee80211_tdma.c | 152 ts = (struct ieee80211_tdma_state *) IEEE80211_MALLOC( in ieee80211_tdma_vattach()
|
H A D | ieee80211_scan_sta.c | 167 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 D | ieee80211_scan_sw.c | 1029 ss = (struct scan_state *) IEEE80211_MALLOC(sizeof(struct scan_state), in ieee80211_swscan_attach()
|
H A D | ieee80211_input.c | 499 IEEE80211_MALLOC(IEEE80211_CHALLENGE_LEN, in ieee80211_alloc_challenge()
|
H A D | ieee80211_superg.c | 114 sg = (struct ieee80211_superg *) IEEE80211_MALLOC( in ieee80211_superg_attach()
|
H A D | ieee80211_crypto_tkip.c | 113 ctx = (struct tkip_ctx *) IEEE80211_MALLOC(sizeof(struct tkip_ctx), in tkip_attach()
|
H A D | ieee80211_freebsd.c | 275 ctx = (struct sysctl_ctx_list *) IEEE80211_MALLOC(sizeof(struct sysctl_ctx_list), in ieee80211_sysctl_vattach()
|
H A D | ieee80211_output.c | 2488 frm = IEEE80211_MALLOC(len, M_80211_VAP, in ieee80211_probereq_ie()
|