/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old.c | 319 struct wpas_dbus_priv *ctrl_iface = user_data; local 328 if (!method || !path || !ctrl_iface || !msg_interface) 339 message, ctrl_iface->global); 342 message, ctrl_iface->global); 345 message, ctrl_iface->global); 348 message, ctrl_iface->global); 665 struct wpas_dbus_priv *ctrl_iface = wpa_s->global->dbus; local 673 if (ctrl_iface == NULL) 676 con = ctrl_iface->con; 677 next = ctrl_iface->next_objid++ 708 struct wpas_dbus_priv *ctrl_iface; local [all...] |
dbus_new_helpers.h | 114 struct wpas_dbus_priv *ctrl_iface, 119 struct wpas_dbus_priv *ctrl_iface,
|
dbus_new.c | 2157 struct wpas_dbus_priv *ctrl_iface; local 2231 struct wpas_dbus_priv *ctrl_iface; local 2339 struct wpas_dbus_priv *ctrl_iface; local 2380 struct wpas_dbus_priv *ctrl_iface; local 3110 struct wpas_dbus_priv *ctrl_iface = wpa_s->global->dbus; local 3158 struct wpas_dbus_priv *ctrl_iface; local 3329 struct wpas_dbus_priv *ctrl_iface; local 3393 struct wpas_dbus_priv *ctrl_iface; local 3484 struct wpas_dbus_priv *ctrl_iface; local 3545 struct wpas_dbus_priv *ctrl_iface; local 3588 struct wpas_dbus_priv *ctrl_iface; local 3653 struct wpas_dbus_priv *ctrl_iface; local 3699 struct wpas_dbus_priv *ctrl_iface; local 3783 struct wpas_dbus_priv *ctrl_iface; local [all...] |
dbus_new_helpers.c | 521 * @ctrl_iface: pointer to dbus private data 530 struct wpas_dbus_priv *ctrl_iface, 543 if (ctrl_iface == NULL) 546 con = ctrl_iface->con; 577 * @ctrl_iface: Pointer to dbus private data 584 struct wpas_dbus_priv *ctrl_iface, const char *path) 586 DBusConnection *con = ctrl_iface->con;
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 132 ctrl_iface = NULL; 163 if (openCtrlConnection(ctrl_iface) < 0) { 218 free(ctrl_iface); 219 ctrl_iface = NULL; 241 free(ctrl_iface); 242 ctrl_iface = strdup(optarg); 264 if (ifname != ctrl_iface) { 265 free(ctrl_iface); 266 ctrl_iface = strdup(ifname); 270 free(ctrl_iface); [all...] |
wpagui.h | 95 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 | 28 #include "ctrl_iface.h" 536 if (wpa_s->ctrl_iface) { 537 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface); 538 wpa_s->ctrl_iface = NULL; 1247 wpa_s.ctrl_iface = wpa_supplicant_ctrl_iface_init(&wpa_s); 1248 if (wpa_s.ctrl_iface == NULL) { [all...] |
ctrl_iface_unix.c | 26 #include "ctrl_iface.h" 28 /* Per-interface ctrl_iface */ 79 wpa_hexdump(MSG_DEBUG, "CTRL_IFACE monitor attached", 97 wpa_hexdump(MSG_DEBUG, "CTRL_IFACE monitor detached", 117 wpa_printf(MSG_DEBUG, "CTRL_IFACE LEVEL %s", level); 124 wpa_hexdump(MSG_DEBUG, "CTRL_IFACE changed monitor " 153 wpa_printf(MSG_ERROR, "recvfrom(ctrl_iface): %s", 262 if (global != 2 && wpa_s->global->ctrl_iface) { 263 struct ctrl_iface_global_priv *priv = wpa_s->global->ctrl_iface; 273 if (wpa_s->ctrl_iface == NULL [all...] |
ctrl_iface_udp.c | 16 #include "ctrl_iface.h" 22 /* Per-interface ctrl_iface */ 67 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached %s:%d", 83 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor detached " 107 wpa_printf(MSG_DEBUG, "CTRL_IFACE LEVEL %s", level); 113 wpa_printf(MSG_DEBUG, "CTRL_IFACE changed monitor " 163 perror("recvfrom(ctrl_iface)"); 262 if (wpa_s == NULL || wpa_s->ctrl_iface == NULL) 264 wpa_supplicant_ctrl_iface_send(wpa_s->ctrl_iface, level, txt, len); 338 wpa_printf(MSG_DEBUG, "CTRL_IFACE wait for attached [all...] |
wpa_supplicant_i.h | 37 * Forward declarations of private structures used within the ctrl_iface 162 * ctrl_interface - Global ctrl_iface path/parameter 167 * ctrl_interface_group - Global ctrl_iface group 245 struct ctrl_iface_global_priv *ctrl_iface; member in struct:wpa_global 412 struct ctrl_iface_priv *ctrl_iface; member in struct:wpa_supplicant
|
wpa_supplicant.c | 29 #include "ctrl_iface.h" 793 if (reconf_ctrl && wpa_s->ctrl_iface) { 794 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface); 795 wpa_s->ctrl_iface = NULL; 828 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s); [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...] |
nmake.mak | 111 $(OBJDIR)\ctrl_iface.obj \
|
Makefile | 1242 OBJS += ctrl_iface.o ctrl_iface_$(CONFIG_CTRL_IFACE).o 1442 OBJS_wpa_rm := ctrl_iface.o ctrl_iface_unix.o [all...] |
/external/wpa_supplicant_8/src/ap/ |
hostapd.c | 1255 const char *ctrl_iface) 1278 bss->ctrl_interface = os_strdup(ctrl_iface); [all...] |
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 181 OBJS += ctrl_iface.c
|
Makefile | 138 OBJS += ctrl_iface.o
|