Searched refs:hapd_iface (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c2205 * @hapd_iface: Pointer to interface data
2215 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface, argument
2228 hapd->iface = hapd_iface;
2317 struct hostapd_iface *hapd_iface; local
2319 hapd_iface = os_zalloc(sizeof(*hapd_iface));
2320 if (!hapd_iface)
2323 dl_list_init(&hapd_iface->sta_seen);
2325 return hapd_iface;
2341 struct hostapd_iface *hapd_iface local
2550 hostapd_deinit_driver(const struct wpa_driver_ops *driver, void *drv_priv, struct hostapd_iface *hapd_iface) argument
2575 hostapd_enable_iface(struct hostapd_iface *hapd_iface) argument
2611 hostapd_reload_iface(struct hostapd_iface *hapd_iface) argument
2631 hostapd_disable_iface(struct hostapd_iface *hapd_iface) argument
2683 struct hostapd_iface **iface, *hapd_iface; local
2759 hostapd_data_alloc(struct hostapd_iface *hapd_iface, struct hostapd_config *conf) argument
2796 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
3001 struct hostapd_iface *hapd_iface; local
[all...]
H A Dhostapd.h578 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
594 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
595 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);
596 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dap.c720 struct hostapd_iface *hapd_iface; local
794 wpa_s->ap_iface = hapd_iface = hostapd_alloc_iface();
795 if (hapd_iface == NULL)
797 hapd_iface->owner = wpa_s;
798 hapd_iface->drv_flags = wpa_s->drv_flags;
799 hapd_iface->smps_modes = wpa_s->drv_smps_modes;
800 hapd_iface->probe_resp_offloads = wpa_s->probe_resp_offloads;
801 hapd_iface->extended_capa = wpa_s->extended_capa;
802 hapd_iface->extended_capa_mask = wpa_s->extended_capa_mask;
803 hapd_iface
[all...]

Completed in 69 milliseconds