Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dctrl_iface.h15 int hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface);
16 void hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface);
28 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init()
34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit()
Dmain.c246 hostapd_interface_init(struct hapd_interfaces *interfaces, in hostapd_interface_init()
302 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload()
316 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init()
391 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, in hostapd_global_run()
478 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces, in hostapd_get_global_ctrl_iface()
502 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, in hostapd_get_ctrl_iface_group()
541 struct hapd_interfaces interfaces; in main()
Dctrl_iface.c1788 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_add()
1799 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_remove()
1810 static void hostapd_ctrl_iface_flush(struct hapd_interfaces *interfaces) in hostapd_ctrl_iface_flush()
1878 static char * hostapd_global_ctrl_iface_path(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_path()
1899 int hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init()
2005 void hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interfaces) in hostapd_global_ctrl_iface_deinit()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h28 struct hapd_interfaces { struct
33 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument
259 struct hapd_interfaces *interfaces;
370 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
382 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
385 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
393 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf);
394 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
Dhostapd.c47 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface()
1416 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, in hostapd_init()
1470 static int ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) in ifname_in_use()
1499 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss()
1750 hostapd_iface_alloc(struct hapd_interfaces *interfaces) in hostapd_iface_alloc()
1774 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, in hostapd_config_alloc()
1813 struct hapd_interfaces *interfaces, struct hostapd_config *conf) in hostapd_data_alloc()
1842 int hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_add_iface()
2027 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface()