Home
last modified time | relevance | path

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

/hostap-latest/hostapd/
Dmain.c162 struct hostapd_data *h_hapd = NULL; in hostapd_driver_init() local
172 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()
Dctrl_iface.c3612 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_enable_mld() local
3614 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() local
3652 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() local
3663 if (!hostapd_is_ml_partner(h_hapd, iface->bss[0])) in hostapd_ctrl_iface_disable_mld()
/hostap-latest/src/ap/
Ddrv_callbacks.c995 struct hostapd_data *h_hapd = h->bss[0]; in hostapd_notif_disassoc() local
996 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() local
1765 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 …]
Dhostapd.c1440 struct hostapd_data *h_hapd; in hostapd_setup_bss() local
1442 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()