Home
last modified time | relevance | path

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

/trueos/contrib/wpa/hostapd/
HDctrl_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()
HDmain.c283 hostapd_interface_init(struct hapd_interfaces *interfaces, in hostapd_interface_init()
340 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload()
350 struct hapd_interfaces *interfaces = signal_ctx; in handle_dump_state()
357 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init()
432 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, in hostapd_global_run()
512 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces, in hostapd_get_global_ctrl_iface()
536 struct hapd_interfaces interfaces; in main()
HDctrl_iface.c1189 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_add()
1200 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_remove()
1257 static char * hostapd_global_ctrl_iface_path(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_path()
1278 int hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init()
1373 void hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interfaces) in hostapd_global_ctrl_iface_deinit()
/trueos/contrib/wpa/src/ap/
HDhostapd.h29 struct hapd_interfaces { struct
34 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument
202 struct hapd_interfaces *interfaces;
264 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
282 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf);
283 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
HDhostapd.c45 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface()
1159 hostapd_iface_alloc(struct hapd_interfaces *interfaces) in hostapd_iface_alloc()
1183 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, in hostapd_config_alloc()
1222 struct hapd_interfaces *interfaces, struct hostapd_config *conf) in hostapd_data_alloc()
1252 int hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_add_iface()
1316 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface()