Searched refs:h_hapd (Results 1 – 5 of 5) sorted by relevance
163 struct hostapd_data *h_hapd = NULL; in hostapd_driver_init() local181 h_hapd = hostapd_mld_get_first_bss(hapd); in hostapd_driver_init()184 if (h_hapd) { in hostapd_driver_init()185 hapd->drv_priv = h_hapd->drv_priv; in hostapd_driver_init()186 hapd->interface_added = h_hapd->interface_added; in hostapd_driver_init()197 os_memcpy(hapd->own_addr, h_hapd->mld->mld_addr, in hostapd_driver_init()
3497 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_enable_mld() local3499 if (!hostapd_is_ml_partner(h_hapd, iface->bss[0])) in hostapd_ctrl_iface_enable_mld()3535 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_disable_mld() local3537 if (!hostapd_is_ml_partner(h_hapd, iface->bss[0])) in hostapd_ctrl_iface_disable_mld()3546 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_disable_mld() local3548 if (!hostapd_is_ml_partner(h_hapd, iface->bss[0])) in hostapd_ctrl_iface_disable_mld()
1112 struct hostapd_data *h_hapd = h->bss[0]; in hostapd_notif_disassoc() local1113 struct hostapd_bss_config *hconf = h_hapd->conf; in hostapd_notif_disassoc()1116 !hostapd_is_ml_partner(hapd, h_hapd)) in hostapd_notif_disassoc()1119 sta = ap_get_sta(h_hapd, addr); in hostapd_notif_disassoc()1122 hapd = h_hapd; in hostapd_notif_disassoc()1890 struct hostapd_data *h_hapd; in switch_link_scan() local1893 h_hapd = h->bss[0]; in switch_link_scan()1894 if (!hostapd_is_ml_partner(hapd, h_hapd)) in switch_link_scan()1897 if (h_hapd->scan_cookie == scan_cookie) { in switch_link_scan()1898 h_hapd->scan_cookie = 0; in switch_link_scan()[all …]
793 struct hostapd_data *h_hapd; in hostapd_driver_scan() local799 h_hapd = h_iface->bss[0]; in hostapd_driver_scan()801 if (hostapd_is_ml_partner(hapd, h_hapd) && in hostapd_driver_scan()802 h_hapd->iface->state == HAPD_IFACE_ACS) { in hostapd_driver_scan()
1527 struct hostapd_data *h_hapd; in hostapd_setup_bss() local1529 h_hapd = hostapd_mld_get_first_bss(hapd); in hostapd_setup_bss()1530 if (h_hapd) { in hostapd_setup_bss()1531 hapd->drv_priv = h_hapd->drv_priv; in hostapd_setup_bss()1532 hapd->interface_added = h_hapd->interface_added; in hostapd_setup_bss()