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

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 324 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->next_objid++
708 struct wpas_dbus_priv *ctrl_iface; local
    [all...]
dbus_new_helpers.h 120 struct wpas_dbus_priv *ctrl_iface,
125 struct wpas_dbus_priv *ctrl_iface,
dbus_new.c 2558 struct wpas_dbus_priv *ctrl_iface; local
2632 struct wpas_dbus_priv *ctrl_iface; local
2756 struct wpas_dbus_priv *ctrl_iface; local
2797 struct wpas_dbus_priv *ctrl_iface; local
3884 struct wpas_dbus_priv *ctrl_iface = wpa_s->global->dbus; local
3937 struct wpas_dbus_priv *ctrl_iface; local
4159 struct wpas_dbus_priv *ctrl_iface; local
4227 struct wpas_dbus_priv *ctrl_iface; local
4386 struct wpas_dbus_priv *ctrl_iface; local
4447 struct wpas_dbus_priv *ctrl_iface; local
4504 struct wpas_dbus_priv *ctrl_iface; local
4594 struct wpas_dbus_priv *ctrl_iface; local
    [all...]
dbus_new_helpers.c 521 * @ctrl_iface: pointer to dbus private data
529 int wpa_dbus_register_object_per_iface(struct wpas_dbus_priv *ctrl_iface,
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;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 134 ctrl_iface = NULL;
170 if (openCtrlConnection(ctrl_iface) < 0) {
225 free(ctrl_iface);
226 ctrl_iface = NULL;
249 free(ctrl_iface);
250 ctrl_iface = strdup(optarg);
278 if (ifname != ctrl_iface) {
279 free(ctrl_iface);
280 ctrl_iface = strdup(ifname);
284 free(ctrl_iface);
    [all...]
wpagui.h 126 char *ctrl_iface; member in class:WpaGui
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 23 #include "ctrl_iface.h"
187 if (wpa_s->ctrl_iface) {
188 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
189 wpa_s->ctrl_iface = NULL;
323 wpa_s.ctrl_iface = wpa_supplicant_ctrl_iface_init(&wpa_s);
324 if (wpa_s.ctrl_iface == NULL) {
eapol_test.c 29 #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>]\n
1313 const char *ctrl_iface = NULL; local
    [all...]
ctrl_iface_udp.c 16 #include "ctrl_iface.h"
22 /* Per-interface ctrl_iface */
99 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached %s:%d",
103 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached %s:%d",
129 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor detached %s:%d",
136 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor detached "
168 wpa_printf(MSG_DEBUG, "CTRL_IFACE LEVEL %s", level);
176 wpa_printf(MSG_DEBUG, "CTRL_IFACE changed monitor level %s:%d",
183 wpa_printf(MSG_DEBUG, "CTRL_IFACE changed monitor "
241 wpa_printf(MSG_ERROR, "recvfrom(ctrl_iface): %s"
    [all...]
ctrl_iface_unix.c 30 #include "ctrl_iface.h"
32 /* Per-interface ctrl_iface */
123 wpa_printf(MSG_DEBUG, "CTRL_IFACE LEVEL %s", level);
145 wpa_printf(MSG_ERROR, "recvfrom(ctrl_iface): %s",
199 "ctrl_iface sendto failed: %d - %s",
212 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to reinitialize ctrl_iface socket");
306 gpriv = global->ctrl_iface;
330 priv = wpa_s->ctrl_iface;
356 priv = wpa_s->ctrl_iface;
360 gpriv = wpa_s->global->ctrl_iface;
    [all...]
ctrl_iface_named_pipe.c 16 #include "ctrl_iface.h"
46 /* Per-interface ctrl_iface */
294 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached");
299 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor detached");
302 wpa_printf(MSG_DEBUG, "CTRL_IFACE LEVEL %s", buf + 6);
430 if (wpa_s == NULL || wpa_s->ctrl_iface == NULL)
432 wpa_supplicant_ctrl_iface_send(wpa_s->ctrl_iface, level, txt, len);
504 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor send %p",
526 wpa_printf(MSG_DEBUG, "CTRL_IFACE - %s - wait for monitor",
534 /* Global ctrl_iface */
    [all...]
wpa_supplicant.c 33 #include "ctrl_iface.h"
1023 if (reconf_ctrl && wpa_s->ctrl_iface) {
1024 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
1025 wpa_s->ctrl_iface = NULL;
1062 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
    [all...]
nmake.mak 111 $(OBJDIR)\ctrl_iface.obj \
wpa_supplicant_i.h 41 * Forward declarations of private structures used within the ctrl_iface
167 * ctrl_interface - Global ctrl_iface path/parameter
172 * ctrl_interface_group - Global ctrl_iface group
267 struct ctrl_iface_global_priv *ctrl_iface; member in struct:wpa_global
599 struct ctrl_iface_priv *ctrl_iface; member in struct:wpa_supplicant
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 213 OBJS += ctrl_iface.c
  /external/wpa_supplicant_8/src/ap/
hostapd.c     [all...]

Completed in 155 milliseconds