Searched refs:hapd_interfaces (Results 1 – 15 of 15) sorted by relevance
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.h | 15 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()
|
D | main.c | 259 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init() 322 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload() 336 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init() 413 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() 641 struct hapd_interfaces interfaces; in main()
|
D | ctrl_iface.c | 4301 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_add() 4312 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_remove() 4323 static int hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_attach() 4332 static int hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_detach() 4340 static void hostapd_ctrl_iface_flush(struct hapd_interfaces *interfaces) in hostapd_ctrl_iface_flush() 4368 hostapd_global_ctrl_iface_fst_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_attach() 4396 hostapd_global_ctrl_iface_fst_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_detach() 4420 hostapd_interfaces_get_hapd(struct hapd_interfaces *interfaces, in hostapd_interfaces_get_hapd() 4505 hostapd_global_ctrl_iface_interfaces(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_interfaces() 4550 hostapd_global_ctrl_iface_dup_network(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_dup_network() [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 47 struct hapd_interfaces { struct 52 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument 455 struct hapd_interfaces *interfaces; 601 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, 615 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, 618 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, 629 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf); 630 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf); 681 struct hostapd_data * hostapd_get_iface(struct hapd_interfaces *interfaces,
|
D | dpp_hostapd.h | 41 void hostapd_dpp_init_global(struct hapd_interfaces *ifaces); 42 void hostapd_dpp_deinit_global(struct hapd_interfaces *ifaces);
|
D | hostapd.c | 71 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface() 214 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config() 2218 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_setup_interface_complete() 2455 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, in hostapd_init() 2509 static int ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) in ifname_in_use() 2538 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss() 2807 hostapd_iface_alloc(struct hapd_interfaces *interfaces) in hostapd_iface_alloc() 2831 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, in hostapd_config_alloc() 2919 int hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_add_iface() 3125 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface() [all …]
|
D | eth_p_oui.c | 94 struct hapd_interfaces *interfaces; in eth_p_oui_register()
|
D | vlan_full.c | 54 struct hapd_interfaces *interfaces; in dyn_iface_get() 90 struct hapd_interfaces *interfaces; in dyn_iface_put()
|
D | beacon.c | 772 struct hapd_interfaces *interfaces = iface->interfaces; in sta_track_seen_on()
|
D | drv_callbacks.c | 2079 struct hapd_interfaces *interfaces = ctx; in wpa_supplicant_event_global()
|
D | dpp_hostapd.c | 2621 struct hapd_interfaces *interfaces = ctx; in hostapd_dpp_remove_bi()
|
/external/wpa_supplicant_8/hostapd/hidl/1.3/ |
D | hidl.h | 23 int hostapd_hidl_init(struct hapd_interfaces *interfaces); 24 void hostapd_hidl_deinit(struct hapd_interfaces *interfaces);
|
D | hidl.cpp | 39 int hostapd_hidl_init(struct hapd_interfaces *interfaces) in hostapd_hidl_init() 63 void hostapd_hidl_deinit(struct hapd_interfaces *interfaces) in hostapd_hidl_deinit()
|
D | hostapd.h | 59 Hostapd(hapd_interfaces* interfaces); 126 struct hapd_interfaces* interfaces_;
|
D | hostapd.cpp | 673 Hostapd::Hostapd(struct hapd_interfaces* interfaces) in Hostapd()
|