HomeSort by relevance Sort by last modified time
    Searched refs:hapd_interfaces (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/hostapd/
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)
34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface)
main.c 243 hostapd_interface_init(struct hapd_interfaces *interfaces,
299 struct hapd_interfaces *interfaces = signal_ctx;
313 static int hostapd_global_init(struct hapd_interfaces *interfaces,
388 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
475 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces,
499 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces,
538 struct hapd_interfaces interfaces;
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 32 struct hapd_interfaces { struct
37 int (*for_each_interface)(struct hapd_interfaces *interfaces,
286 struct hapd_interfaces *interfaces;
409 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
421 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
424 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
432 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf);
433 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
hostapd.c 53 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
    [all...]
vlan_init.c 57 struct hapd_interfaces *interfaces;
93 struct hapd_interfaces *interfaces;

Completed in 73 milliseconds