Searched defs:ctrl_iface (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.c324 struct wpas_dbus_priv *ctrl_iface = user_data; local
333 if (!method || !path || !ctrl_iface || !msg_interface)
348 message, ctrl_iface->global);
351 message, ctrl_iface->global);
354 message, ctrl_iface->global);
357 message, ctrl_iface->global);
664 struct wpas_dbus_priv *ctrl_iface = wpa_s->global->dbus; local
672 if (ctrl_iface == NULL)
675 con = ctrl_iface->con;
676 next = ctrl_iface
708 struct wpas_dbus_priv *ctrl_iface; local
[all...]
H A Ddbus_new_helpers.c521 * @ctrl_iface: pointer to dbus private data
529 int wpa_dbus_register_object_per_iface(struct wpas_dbus_priv *ctrl_iface, argument
541 if (ctrl_iface == NULL)
544 con = ctrl_iface->con;
573 * @ctrl_iface: Pointer to dbus private data
580 struct wpas_dbus_priv *ctrl_iface, const char *path)
582 DBusConnection *con = ctrl_iface->con;
579 wpa_dbus_unregister_object_per_iface( struct wpas_dbus_priv *ctrl_iface, const char *path) argument
H A Ddbus_new.c2407 struct wpas_dbus_priv *ctrl_iface; local
2425 ctrl_iface = wpa_s->global->dbus;
2426 if (ctrl_iface == NULL)
2457 if (wpa_dbus_register_object_per_iface(ctrl_iface, net_obj_path,
2481 struct wpas_dbus_priv *ctrl_iface; local
2497 ctrl_iface = wpa_s->global->dbus;
2498 if (ctrl_iface == NULL)
2507 ret = wpa_dbus_unregister_object_per_iface(ctrl_iface, net_obj_path);
2605 struct wpas_dbus_priv *ctrl_iface; local
2611 ctrl_iface
2646 struct wpas_dbus_priv *ctrl_iface; local
3620 struct wpas_dbus_priv *ctrl_iface = wpa_s->global->dbus; local
3673 struct wpas_dbus_priv *ctrl_iface; local
3887 struct wpas_dbus_priv *ctrl_iface; local
3955 struct wpas_dbus_priv *ctrl_iface; local
4114 struct wpas_dbus_priv *ctrl_iface; local
4175 struct wpas_dbus_priv *ctrl_iface; local
4232 struct wpas_dbus_priv *ctrl_iface; local
4322 struct wpas_dbus_priv *ctrl_iface; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h126 char *ctrl_iface; member in class:WpaGui
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c2300 const char *ctrl_iface, const char *driver)
2339 bss->ctrl_interface = os_strdup(ctrl_iface);
2299 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, const char *ctrl_iface, const char *driver) argument
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c2300 const char *ctrl_iface, const char *driver)
2339 bss->ctrl_interface = os_strdup(ctrl_iface);
2299 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, const char *ctrl_iface, const char *driver) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c29 #include "ctrl_iface.h"
81 unsigned int ctrl_iface:1; member in struct:eapol_test_data
426 if (e->ctrl_iface)
681 if (wpa_s->ctrl_iface) {
682 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
683 wpa_s->ctrl_iface = NULL;
809 if (e->ctrl_iface)
955 if (!e->ctrl_iface)
974 if (e->ctrl_iface && !e->id_req_sent) {
1256 " [-A<client IP>] [-i<ifname>] [-T<ctrl_iface>]\
1313 const char *ctrl_iface = NULL; local
[all...]
H A Dwpa_supplicant_i.h40 * Forward declarations of private structures used within the ctrl_iface
166 * ctrl_interface - Global ctrl_iface path/parameter
171 * ctrl_interface_group - Global ctrl_iface group
266 struct ctrl_iface_global_priv *ctrl_iface; member in struct:wpa_global
576 struct ctrl_iface_priv *ctrl_iface; member in struct:wpa_supplicant
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c2300 const char *ctrl_iface, const char *driver)
2339 bss->ctrl_interface = os_strdup(ctrl_iface);
2299 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, const char *ctrl_iface, const char *driver) argument

Completed in 248 milliseconds