| /freebsd/sys/net80211/ |
| H A D | ieee80211_crypto_gcmp.c | 146 IEEE80211_FREE(ctx, M_80211_CRYPTO); in gcmp_detach() 452 IEEE80211_FREE(p_pktbuf, M_TEMP); in gcmp_encrypt() 488 IEEE80211_FREE(p_pktbuf, M_TEMP); in gcmp_encrypt() 489 IEEE80211_FREE(c_pktbuf, M_TEMP); in gcmp_encrypt() 543 IEEE80211_FREE(p_pktbuf, M_TEMP); in gcmp_decrypt() 578 IEEE80211_FREE(p_pktbuf, M_TEMP); in gcmp_decrypt() 579 IEEE80211_FREE(c_pktbuf, M_TEMP); in gcmp_decrypt() 588 IEEE80211_FREE(p_pktbuf, M_TEMP); in gcmp_decrypt() 589 IEEE80211_FREE(c_pktbuf, M_TEMP); in gcmp_decrypt()
|
| H A D | ieee80211_acl.c | 127 IEEE80211_FREE(as, M_80211_ACL); in acl_detach() 151 IEEE80211_FREE(acl, M_80211_ACL); in _acl_free() 193 IEEE80211_FREE(new, M_80211_ACL); in acl_add() 323 IEEE80211_FREE(ap, M_TEMP); in acl_getioctl()
|
| H A D | ieee80211_ratectl_none.c | 59 IEEE80211_FREE(vap->iv_rs, M_80211_RATECTL); in none_deinit()
|
| H A D | ieee80211_rssadapt.c | 151 IEEE80211_FREE(vap->iv_rs, M_80211_RATECTL); in rssadapt_deinit() 220 IEEE80211_FREE(ni->ni_rctls, M_80211_RATECTL); in rssadapt_node_deinit()
|
| H A D | ieee80211_ioctl.c | 205 IEEE80211_FREE(wpaie, M_TEMP); in ieee80211_ioctl_getwpaie() 343 IEEE80211_FREE(p, M_TEMP); in ieee80211_ioctl_getscanresults() 493 IEEE80211_FREE(p, M_TEMP); in getstainfo_common() 724 IEEE80211_FREE(dc, M_TEMP); in ieee80211_ioctl_getdevcaps() 1635 IEEE80211_FREE(sr, M_TEMP); in setmlme_assoc_adhoc() 1742 IEEE80211_FREE(list, M_TEMP); in ieee80211_ioctl_setchanlist() 1761 IEEE80211_FREE(list, M_TEMP); in ieee80211_ioctl_setchanlist() 1769 IEEE80211_FREE(list, M_TEMP); in ieee80211_ioctl_setchanlist() 2217 IEEE80211_FREE(reg, M_TEMP); in ieee80211_ioctl_setregdomain() 2314 fail: IEEE80211_FREE(parms, M_TEMP); in ieee80211_ioctl_setroam() [all …]
|
| H A D | ieee80211_regdomain.c | 83 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_regdomain_detach() 457 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_setregdomain()
|
| H A D | ieee80211_amrr.c | 137 IEEE80211_FREE(vap->iv_rs, M_80211_RATECTL); in amrr_deinit() 271 IEEE80211_FREE(ni->ni_rctls, M_80211_RATECTL); in amrr_node_deinit()
|
| H A D | ieee80211_node.c | 222 IEEE80211_FREE(vap->iv_aid_bitmap, M_80211_NODE); in ieee80211_node_vdetach() 1126 IEEE80211_FREE(ies->data, M_80211_NODE_IE); in ieee80211_ies_init() 1150 IEEE80211_FREE(ies->data, M_80211_NODE_IE); in ieee80211_ies_cleanup() 1287 IEEE80211_FREE(ni->ni_challenge, M_80211_NODE); in node_cleanup() 1322 IEEE80211_FREE(ni, M_80211_NODE); in node_free() 2347 IEEE80211_FREE(nt->nt_keyixmap, M_80211_NODE); in ieee80211_node_table_cleanup() 2627 IEEE80211_FREE(ni_arr, M_80211_NODE); in ieee80211_iterate_nodes_vap()
|
| H A D | ieee80211_hwmp.c | 279 IEEE80211_FREE(vap->iv_hwmp, M_80211_VAP); in hwmp_vdetach() 459 IEEE80211_FREE(preq, M_80211_MESH_PREQ); in hwmp_recv_action_meshpath() 497 IEEE80211_FREE(prep, M_80211_MESH_PREP); in hwmp_recv_action_meshpath() 543 IEEE80211_FREE(perr, M_80211_MESH_PERR); in hwmp_recv_action_meshpath() 1630 IEEE80211_FREE(pperr, M_80211_MESH_PERR); in hwmp_recv_perr()
|
| H A D | ieee80211_crypto_wep.c | 111 IEEE80211_FREE(ctx, M_80211_CRYPTO); in wep_detach()
|
| H A D | ieee80211_scan_sta.c | 192 IEEE80211_FREE(st, M_80211_SCAN); in sta_detach() 226 IEEE80211_FREE(se, M_80211_SCAN); in sta_flush_table() 1737 IEEE80211_FREE(se, M_80211_SCAN);
|
| H A D | ieee80211_power.c | 103 IEEE80211_FREE(vap->iv_tim_bitmap, M_80211_POWER); in ieee80211_power_vdetach()
|
| H A D | ieee80211_crypto_ccmp.c | 138 IEEE80211_FREE(ctx, M_80211_CRYPTO); in ccmp_detach()
|
| H A D | ieee80211_tdma.c | 206 IEEE80211_FREE(vap->iv_tdma, M_80211_VAP); in tdma_vdetach()
|
| H A D | ieee80211_freebsd.h | 746 #define IEEE80211_FREE free macro
|
| H A D | ieee80211_scan_sw.c | 119 IEEE80211_FREE(SCAN_PRIVATE(ss), M_80211_SCAN); in ieee80211_swscan_detach()
|
| H A D | ieee80211_hostap.c | 929 IEEE80211_FREE(ni->ni_challenge, M_80211_NODE); in hostap_auth_open() 2171 IEEE80211_FREE(ni->ni_challenge, M_80211_NODE); in hostap_recv_mgmt()
|
| H A D | ieee80211_superg.c | 142 IEEE80211_FREE(ic->ic_superg, M_80211_VAP); in ieee80211_superg_detach()
|
| H A D | ieee80211_crypto_tkip.c | 130 IEEE80211_FREE(ctx, M_80211_CRYPTO); in tkip_detach()
|
| H A D | ieee80211_mesh.c | 358 IEEE80211_FREE(rt, M_80211_MESH_RT); in mesh_rt_del() 650 IEEE80211_FREE(vap->iv_mesh, M_80211_VAP); in mesh_vdetach() 3482 IEEE80211_FREE(p, M_TEMP); in mesh_ioctl_get80211()
|
| H A D | ieee80211_freebsd.c | 359 IEEE80211_FREE(vap->iv_sysctl, M_DEVBUF); in ieee80211_sysctl_vdetach()
|
| H A D | ieee80211_sta.c | 1100 IEEE80211_FREE(ni->ni_challenge, M_80211_NODE); in sta_auth_shared()
|
| H A D | ieee80211_proto.c | 405 IEEE80211_FREE(ie, M_80211_NODE_IE); \ in ieee80211_proto_vdetach()
|
| H A D | ieee80211_output.c | 2388 IEEE80211_FREE(ic->ic_countryie, M_80211_NODE_IE); in ieee80211_add_countryie()
|