Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
Dap_main.c260 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init()
323 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload()
337 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init()
414 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, in hostapd_global_run()
513 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces, in hostapd_get_global_ctrl_iface()
543 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, in hostapd_get_ctrl_iface_group()
631 struct hapd_interfaces *interfaces = eloop_ctx; in hostapd_periodic()
642 struct hapd_interfaces interfaces; in ap_main()
Dap_ctrl_iface.c3802 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_add()
3813 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_remove()
3824 static int hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_attach()
3833 static int hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_detach()
3841 static void hostapd_ctrl_iface_flush(struct hapd_interfaces *interfaces) in hostapd_ctrl_iface_flush()
3864 hostapd_global_ctrl_iface_fst_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_attach()
3892 hostapd_global_ctrl_iface_fst_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_detach()
3916 hostapd_interfaces_get_hapd(struct hapd_interfaces *interfaces, in hostapd_interfaces_get_hapd()
4001 hostapd_global_ctrl_iface_interfaces(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_interfaces()
4046 hostapd_global_ctrl_iface_dup_network(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_dup_network()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
Dap_main.c257 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init()
320 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload()
334 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init()
411 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, in hostapd_global_run()
511 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces, in hostapd_get_global_ctrl_iface()
541 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, in hostapd_get_ctrl_iface_group()
629 struct hapd_interfaces *interfaces = eloop_ctx; in hostapd_periodic()
640 struct hapd_interfaces interfaces; in ap_main()
Dap_ctrl_iface.c4447 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_add()
4458 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_remove()
4469 static int hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_attach()
4478 static int hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_detach()
4486 static void hostapd_ctrl_iface_flush(struct hapd_interfaces *interfaces) in hostapd_ctrl_iface_flush()
4516 hostapd_global_ctrl_iface_fst_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_attach()
4544 hostapd_global_ctrl_iface_fst_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_detach()
4568 hostapd_interfaces_get_hapd(struct hapd_interfaces *interfaces, in hostapd_interfaces_get_hapd()
4653 hostapd_global_ctrl_iface_interfaces(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_interfaces()
4698 hostapd_global_ctrl_iface_dup_network(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_dup_network()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
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,
Ddpp_hostapd.h35 void hostapd_dpp_init_global(struct hapd_interfaces *ifaces);
36 void hostapd_dpp_deinit_global(struct hapd_interfaces *ifaces);
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 …]
Deth_p_oui.c94 struct hapd_interfaces *interfaces; in eth_p_oui_register()
Dvlan_full.c54 struct hapd_interfaces *interfaces; in dyn_iface_get()
90 struct hapd_interfaces *interfaces; in dyn_iface_put()
Dbeacon.c691 struct hapd_interfaces *interfaces = iface->interfaces; in sta_track_seen_on()
Ddrv_callbacks.c1921 struct hapd_interfaces *interfaces = ctx; in wpa_supplicant_event_global_hapd()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h47 struct hapd_interfaces { struct
52 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument
449 struct hapd_interfaces *interfaces;
604 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
618 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
621 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
632 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf);
633 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
684 struct hostapd_data * hostapd_get_iface(struct hapd_interfaces *interfaces,
Ddpp_hostapd.h41 void hostapd_dpp_init_global(struct hapd_interfaces *ifaces);
42 void hostapd_dpp_deinit_global(struct hapd_interfaces *ifaces);
Dhostapd.c71 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface()
215 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config()
2244 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_setup_interface_complete()
2483 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, in hostapd_init()
2537 static int ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) in ifname_in_use()
2566 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss()
2835 hostapd_iface_alloc(struct hapd_interfaces *interfaces) in hostapd_iface_alloc()
2859 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, in hostapd_config_alloc()
2947 int hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_add_iface()
3153 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface()
[all …]
Deth_p_oui.c94 struct hapd_interfaces *interfaces; in eth_p_oui_register()
Dvlan_full.c54 struct hapd_interfaces *interfaces; in dyn_iface_get()
90 struct hapd_interfaces *interfaces; in dyn_iface_put()
Dbeacon.c801 struct hapd_interfaces *interfaces = iface->interfaces; in sta_track_seen_on()
Ddrv_callbacks.c2094 struct hapd_interfaces *interfaces = ctx; in wpa_supplicant_event_global_hapd()
Ddpp_hostapd.c2709 struct hapd_interfaces *interfaces = ctx; in hostapd_dpp_remove_bi()