Home
last modified time | relevance | path

Searched refs:hapd_interfaces (Results 1 – 8 of 8) 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.c245 hostapd_interface_init(struct hapd_interfaces *interfaces, in hostapd_interface_init()
301 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload()
315 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init()
390 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, in hostapd_global_run()
484 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces, in hostapd_get_global_ctrl_iface()
514 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, in hostapd_get_ctrl_iface_group()
565 struct hapd_interfaces *interfaces = eloop_ctx; in hostapd_periodic()
575 struct hapd_interfaces interfaces; in main()
Dctrl_iface.c2741 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_add()
2752 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_remove()
2763 static int hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_attach()
2771 static int hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_detach()
2779 static void hostapd_ctrl_iface_flush(struct hapd_interfaces *interfaces) in hostapd_ctrl_iface_flush()
2792 hostapd_global_ctrl_iface_fst_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_attach()
2820 hostapd_global_ctrl_iface_fst_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_detach()
2844 hostapd_interfaces_get_hapd(struct hapd_interfaces *interfaces, in hostapd_interfaces_get_hapd()
2929 hostapd_global_ctrl_iface_interfaces(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_interfaces()
2974 hostapd_global_ctrl_iface_dup_network(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_dup_network()
[all …]
/external/wpa_supplicant_8/src/ap/
Dhostapd.h32 struct hapd_interfaces { struct
37 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument
302 struct hapd_interfaces *interfaces;
444 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
456 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
459 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
467 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf);
468 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
512 struct hostapd_data * hostapd_get_iface(struct hapd_interfaces *interfaces,
Dhostapd.c55 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface()
1740 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_setup_interface_complete()
1941 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, in hostapd_init()
1995 static int ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) in ifname_in_use()
2024 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss()
2275 hostapd_iface_alloc(struct hapd_interfaces *interfaces) in hostapd_iface_alloc()
2299 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, in hostapd_config_alloc()
2387 int hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_add_iface()
2592 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface()
3096 struct hostapd_data * hostapd_get_iface(struct hapd_interfaces *interfaces, in hostapd_get_iface()
Dvlan_full.c53 struct hapd_interfaces *interfaces; in dyn_iface_get()
89 struct hapd_interfaces *interfaces; in dyn_iface_put()
Ddrv_callbacks.c1360 struct hapd_interfaces *interfaces = ctx; in wpa_supplicant_event_global()
Dbeacon.c651 struct hapd_interfaces *interfaces = iface->interfaces; in sta_track_seen_on()