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 287 hostapd_interface_init(struct hapd_interfaces *interfaces,
344 struct hapd_interfaces *interfaces = signal_ctx;
354 struct hapd_interfaces *interfaces = signal_ctx;
361 static int hostapd_global_init(struct hapd_interfaces *interfaces,
436 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
518 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces,
542 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces,
560 struct hapd_interfaces interfaces;
ctrl_iface.c 1226 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces,
1237 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces,
1294 static char * hostapd_global_ctrl_iface_path(struct hapd_interfaces *interface)
1315 int hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface)
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 29 struct hapd_interfaces { struct
34 int (*for_each_interface)(struct hapd_interfaces *interfaces,
212 struct hapd_interfaces *interfaces;
277 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
295 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf);
296 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
hostapd.c 45 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
1179 hostapd_iface_alloc(struct hapd_interfaces *interfaces)
1203 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname,
1242 struct hapd_interfaces *interfaces, struct hostapd_config *conf)
1272 int hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf)
    [all...]

Completed in 144 milliseconds