Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hostapd/
H A Dmain.c163 struct hostapd_data *h_hapd = NULL; in hostapd_driver_init() local
181 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()
H A Dctrl_iface.c3497 struct hostapd_data *h_hapd = h_iface->bss[0]; in hostapd_ctrl_iface_enable_mld() local
3499 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() local
3537 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() local
3548 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.c1112 struct hostapd_data *h_hapd = h->bss[0]; in hostapd_notif_disassoc() local
1113 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() local
1893 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 …]
H A Dap_drv_ops.c793 struct hostapd_data *h_hapd; in hostapd_driver_scan() local
799 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()
H A Dhostapd.c1527 struct hostapd_data *h_hapd; in hostapd_setup_bss() local
1529 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()