Home
last modified time | relevance | path

Searched refs:hapd_interfaces (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dhostapd.h43 struct hapd_interfaces { struct
48 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument
418 struct hapd_interfaces *interfaces;
572 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
586 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
589 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
597 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf);
598 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
647 struct hostapd_data * hostapd_get_iface(struct hapd_interfaces *interfaces,
H A Ddpp_hostapd.h35 void hostapd_dpp_init_global(struct hapd_interfaces *ifaces);
36 void hostapd_dpp_deinit_global(struct hapd_interfaces *ifaces);
H A Dhostapd.c69 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface()
204 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config()
2099 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_setup_interface_complete()
2338 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, in hostapd_init()
2392 static int ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) in ifname_in_use()
2421 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss()
2681 hostapd_iface_alloc(struct hapd_interfaces *interfaces) in hostapd_iface_alloc()
2705 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, in hostapd_config_alloc()
2793 int hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_add_iface()
2999 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface()
[all …]
H A Deth_p_oui.c94 struct hapd_interfaces *interfaces; in eth_p_oui_register()
H A Dvlan_full.c54 struct hapd_interfaces *interfaces; in dyn_iface_get()
90 struct hapd_interfaces *interfaces; in dyn_iface_put()
H A Dbeacon.c691 struct hapd_interfaces *interfaces = iface->interfaces; in sta_track_seen_on()
H A Ddrv_callbacks.c1908 struct hapd_interfaces *interfaces = ctx; in wpa_supplicant_event_global()