Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c3052 struct hostapd_mld *mld, **all_mld; in hostapd_bss_setup_multi_link() local
3090 all_mld = os_realloc_array(interfaces->mld, interfaces->mld_count + 1, in hostapd_bss_setup_multi_link()
3092 if (!all_mld) in hostapd_bss_setup_multi_link()
3095 interfaces->mld = all_mld; in hostapd_bss_setup_multi_link()
3114 struct hostapd_mld *mld, **all_mld; in hostapd_cleanup_unused_mlds() local
3159 all_mld = os_zalloc(num_mlds * sizeof(struct hostapd_mld *)); in hostapd_cleanup_unused_mlds()
3160 if (!all_mld) { in hostapd_cleanup_unused_mlds()
3171 all_mld[j++] = mld; in hostapd_cleanup_unused_mlds()
3178 os_free(all_mld); in hostapd_cleanup_unused_mlds()
3183 interfaces->mld = all_mld; in hostapd_cleanup_unused_mlds()