Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hostapd/
H A 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()
H A Dctrl_iface.c3607 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_enable_mld() local
3609 if (!hostapd_is_ml_partner(h_hapd, iface->bss[0])) in hostapd_ctrl_iface_enable_mld()
3645 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_disable_mld() local
3647 if (!hostapd_is_ml_partner(h_hapd, iface->bss[0])) in hostapd_ctrl_iface_disable_mld()
3656 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_disable_mld() local
3658 if (!hostapd_is_ml_partner(h_hapd, iface->bss[0])) in hostapd_ctrl_iface_disable_mld()
/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c993 struct hostapd_data *h_hapd = h->bss[0]; in hostapd_notif_disassoc() local
994 struct hostapd_bss_config *hconf = h_hapd->conf; in hostapd_notif_disassoc()
1000 sta = ap_get_sta(h_hapd, addr); in hostapd_notif_disassoc()
1003 hapd = h_hapd; in hostapd_notif_disassoc()
1760 struct hostapd_data *h_hapd; in switch_link_scan() local
1763 h_hapd = h->bss[0]; in switch_link_scan()
1764 if (!hostapd_is_ml_partner(hapd, h_hapd)) in switch_link_scan()
1767 if (h_hapd->scan_cookie == scan_cookie) { in switch_link_scan()
1768 h_hapd->scan_cookie = 0; in switch_link_scan()
1769 return h_hapd; in switch_link_scan()
[all …]
H A Dhostapd.c1437 struct hostapd_data *h_hapd; in hostapd_setup_bss() local
1439 h_hapd = hostapd_mld_get_first_bss(hapd); in hostapd_setup_bss()
1440 if (h_hapd) { in hostapd_setup_bss()
1441 hapd->drv_priv = h_hapd->drv_priv; in hostapd_setup_bss()
1442 hapd->interface_added = h_hapd->interface_added; in hostapd_setup_bss()