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

/freebsd-12-stable/sys/net80211/
H A Dieee80211_acl.c105 as = (struct aclstate *) IEEE80211_MALLOC(sizeof(struct aclstate),
181 new = (struct acl *) IEEE80211_MALLOC(sizeof(struct acl),
309 ap = (struct ieee80211req_maclist *) IEEE80211_MALLOC(space,
H A Dieee80211_rssadapt.c138 vap->iv_rs = rs = IEEE80211_MALLOC(sizeof(struct ieee80211_rssadapt),
189 IEEE80211_MALLOC(sizeof(struct ieee80211_rssadapt_node),
H A Dieee80211_amrr.c122 amrr = vap->iv_rs = IEEE80211_MALLOC(sizeof(struct ieee80211_amrr),
177 ni->ni_rctls = amn = IEEE80211_MALLOC(sizeof(struct ieee80211_amrr_node),
H A Dieee80211_ioctl.c164 wpaie = IEEE80211_MALLOC(sizeof(*wpaie), M_TEMP,
336 p = IEEE80211_MALLOC(space, M_TEMP,
482 p = IEEE80211_MALLOC(space, M_TEMP,
708 IEEE80211_MALLOC(IEEE80211_DEVCAPS_SIZE(maxchans), M_TEMP,
1597 sr = IEEE80211_MALLOC(sizeof(*sr), M_TEMP,
1717 list = IEEE80211_MALLOC(ireq->i_len + IEEE80211_CHAN_BYTES, M_TEMP,
2180 IEEE80211_MALLOC(IEEE80211_REGDOMAIN_SIZE(nchans), M_TEMP,
2246 parms = IEEE80211_MALLOC(sizeof(*parms), M_TEMP,
2392 napp = (struct ieee80211_appie *) IEEE80211_MALLOC(
2659 sr = IEEE80211_MALLOC(sizeo
[all...]
H A Dieee80211_power.c89 vap->iv_tim_bitmap = (uint8_t *) IEEE80211_MALLOC(vap->iv_tim_len,
H A Dieee80211_regdomain.c267 aie = IEEE80211_MALLOC(IEEE80211_COUNTRY_MAX_SIZE, M_80211_NODE_IE,
H A Dieee80211_hwmp.c260 hs = IEEE80211_MALLOC(sizeof(struct ieee80211_hwmp_state), M_80211_VAP,
421 preq = IEEE80211_MALLOC(sizeof(*preq) +
469 prep = IEEE80211_MALLOC(sizeof(*prep),
509 perr = IEEE80211_MALLOC(sizeof(*perr) +
1552 pperr = IEEE80211_MALLOC(sizeof(*perr) + 31*sizeof(*perr->perr_dests),
H A Dieee80211_node.c175 vap->iv_aid_bitmap = (uint32_t *) IEEE80211_MALLOC(
1073 ni = (struct ieee80211_node *) IEEE80211_MALLOC(sizeof(struct ieee80211_node),
1101 ies->data = (uint8_t *) IEEE80211_MALLOC(len, M_80211_NODE_IE,
2261 nt->nt_keyixmap = (struct ieee80211_node **) IEEE80211_MALLOC(
2576 ni_arr = (struct ieee80211_node **) IEEE80211_MALLOC(size, M_80211_NODE,
H A Dieee80211_crypto_ccmp.c103 ctx = (struct ccmp_ctx *) IEEE80211_MALLOC(sizeof(struct ccmp_ctx),
H A Dieee80211_crypto_wep.c94 ctx = (struct wep_ctx *) IEEE80211_MALLOC(sizeof(struct wep_ctx),
H A Dieee80211_freebsd.h680 #define IEEE80211_MALLOC malloc macro
H A Dieee80211_tdma.c157 ts = (struct ieee80211_tdma_state *) IEEE80211_MALLOC(
H A Dieee80211_mesh.c208 rt = IEEE80211_MALLOC(ALIGN(sizeof(struct ieee80211_mesh_route)) +
663 ms = IEEE80211_MALLOC(sizeof(struct ieee80211_mesh_state), M_80211_VAP,
880 gr = IEEE80211_MALLOC(ALIGN(sizeof(struct ieee80211_mesh_gate_route)),
2609 gr = IEEE80211_MALLOC(ALIGN(sizeof(struct ieee80211_mesh_gate_route)),
3456 p = IEEE80211_MALLOC(len, M_TEMP,
H A Dieee80211_scan_sta.c169 st = (struct sta_table *) IEEE80211_MALLOC(sizeof(struct sta_table),
263 se = (struct sta_entry *) IEEE80211_MALLOC(sizeof(struct sta_entry),
H A Dieee80211_freebsd.c261 ctx = (struct sysctl_ctx_list *) IEEE80211_MALLOC(sizeof(struct sysctl_ctx_list),
H A Dieee80211_input.c466 IEEE80211_MALLOC(IEEE80211_CHALLENGE_LEN,
H A Dieee80211_scan_sw.c1028 ss = (struct scan_state *) IEEE80211_MALLOC(sizeof(struct scan_state),
H A Dieee80211_superg.c115 sg = (struct ieee80211_superg *) IEEE80211_MALLOC(
H A Dieee80211_crypto_tkip.c115 ctx = (struct tkip_ctx *) IEEE80211_MALLOC(sizeof(struct tkip_ctx),

Completed in 202 milliseconds