Searched refs:h_hapd (Results 1 – 4 of 4) sorted by relevance
162 struct hostapd_data *h_hapd = NULL; in hostapd_driver_init() local172 h_hapd = hostapd_mld_get_first_bss(hapd); in hostapd_driver_init()174 if (h_hapd) { in hostapd_driver_init()175 hapd->drv_priv = h_hapd->drv_priv; in hostapd_driver_init()176 hapd->interface_added = h_hapd->interface_added; in hostapd_driver_init()187 os_memcpy(hapd->own_addr, h_hapd->mld->mld_addr, in hostapd_driver_init()
3612 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_enable_mld() local3614 if (!hostapd_is_ml_partner(h_hapd, iface->bss[0])) in hostapd_ctrl_iface_enable_mld()3650 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_disable_mld() local3652 if (!hostapd_is_ml_partner(h_hapd, iface->bss[0])) in hostapd_ctrl_iface_disable_mld()3661 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_disable_mld() local3663 if (!hostapd_is_ml_partner(h_hapd, iface->bss[0])) in hostapd_ctrl_iface_disable_mld()
995 struct hostapd_data *h_hapd = h->bss[0]; in hostapd_notif_disassoc() local996 struct hostapd_bss_config *hconf = h_hapd->conf; in hostapd_notif_disassoc()1002 sta = ap_get_sta(h_hapd, addr); in hostapd_notif_disassoc()1005 hapd = h_hapd; in hostapd_notif_disassoc()1762 struct hostapd_data *h_hapd; in switch_link_scan() local1765 h_hapd = h->bss[0]; in switch_link_scan()1766 if (!hostapd_is_ml_partner(hapd, h_hapd)) in switch_link_scan()1769 if (h_hapd->scan_cookie == scan_cookie) { in switch_link_scan()1770 h_hapd->scan_cookie = 0; in switch_link_scan()1771 return h_hapd; in switch_link_scan()[all …]
1440 struct hostapd_data *h_hapd; in hostapd_setup_bss() local1442 h_hapd = hostapd_mld_get_first_bss(hapd); in hostapd_setup_bss()1443 if (h_hapd) { in hostapd_setup_bss()1444 hapd->drv_priv = h_hapd->drv_priv; in hostapd_setup_bss()1445 hapd->interface_added = h_hapd->interface_added; in hostapd_setup_bss()