Searched refs:multi_hws (Results 1 – 1 of 1) sorted by relevance
3280 struct hostapd_multi_hw_info *multi_hws; member3288 struct hostapd_multi_hw_info *multi_hws, hw_info; in phy_multi_hw_info_handler() local3313 multi_hws = os_realloc_array(multi_hw_info->multi_hws, in phy_multi_hw_info_handler()3315 sizeof(*multi_hws)); in phy_multi_hw_info_handler()3316 if (!multi_hws) in phy_multi_hw_info_handler()3319 multi_hw_info->multi_hws = multi_hws; in phy_multi_hw_info_handler()3320 os_memcpy(&multi_hws[*(multi_hw_info->num_multi_hws)], in phy_multi_hw_info_handler()3342 .multi_hws = NULL, in nl80211_get_multi_hw_info()3362 os_free(result.multi_hws); in nl80211_get_multi_hw_info()3367 return result.multi_hws; in nl80211_get_multi_hw_info()