HomeSort by relevance Sort by last modified time
    Searched refs:hapd_interfaces (Results 1 - 5 of 5) 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 246 hostapd_interface_init(struct hapd_interfaces *interfaces,
302 struct hapd_interfaces *interfaces = signal_ctx;
316 static int hostapd_global_init(struct hapd_interfaces *interfaces,
391 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
478 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces,
502 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces,
541 struct hapd_interfaces interfaces;
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 28 struct hapd_interfaces { struct
33 int (*for_each_interface)(struct hapd_interfaces *interfaces,
259 struct hapd_interfaces *interfaces;
370 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
382 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
385 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
393 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf);
394 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
hostapd.c 47 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
    [all...]

Completed in 51 milliseconds