Searched refs:all_mld (Results 1 – 1 of 1) sorted by relevance
3045 struct hostapd_mld *mld, **all_mld; in hostapd_bss_setup_multi_link() local3083 all_mld = os_realloc_array(interfaces->mld, interfaces->mld_count + 1, in hostapd_bss_setup_multi_link()3085 if (!all_mld) in hostapd_bss_setup_multi_link()3088 interfaces->mld = all_mld; in hostapd_bss_setup_multi_link()3107 struct hostapd_mld *mld, **all_mld; in hostapd_cleanup_unused_mlds() local3152 all_mld = os_zalloc(num_mlds * sizeof(struct hostapd_mld *)); in hostapd_cleanup_unused_mlds()3153 if (!all_mld) { in hostapd_cleanup_unused_mlds()3164 all_mld[j++] = mld; in hostapd_cleanup_unused_mlds()3171 os_free(all_mld); in hostapd_cleanup_unused_mlds()3176 interfaces->mld = all_mld; in hostapd_cleanup_unused_mlds()