HomeSort by: relevance | last modified time | path
    Searched refs:wpa_ctrl (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/wpa/dist/hostapd/
hostapd_cli.c 12 #include "common/wpa_ctrl.h"
26 static struct wpa_ctrl *ctrl_conn;
48 static void update_stations(struct wpa_ctrl *ctrl);
82 static void register_event_handler(struct wpa_ctrl *ctrl)
95 static void unregister_event_handler(struct wpa_ctrl *ctrl)
106 static struct wpa_ctrl * hostapd_cli_open_connection(const char *ifname)
193 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print)
221 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd)
227 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd,
243 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]
    [all...]
Android.mk 1129 OBJS_c += src/common/wpa_ctrl.c
  /src/external/bsd/wpa/dist/src/common/
wpa_helpers.h 19 struct wpa_ctrl * open_wpa_mon(const char *ifname);
21 int get_wpa_cli_event(struct wpa_ctrl *mon,
23 int get_wpa_cli_event2(struct wpa_ctrl *mon,
wpa_ctrl.h 524 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path);
538 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path);
547 void wpa_ctrl_close(struct wpa_ctrl *ctrl);
576 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
591 int wpa_ctrl_attach(struct wpa_ctrl *ctrl);
603 int wpa_ctrl_detach(struct wpa_ctrl *ctrl);
620 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len);
633 int wpa_ctrl_pending(struct wpa_ctrl *ctrl);
649 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl);
669 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl)
    [all...]
wpa_helpers.c 14 #include "wpa_ctrl.h"
22 static struct wpa_ctrl * wpa_open_ctrl(const char *ifname)
25 struct wpa_ctrl *ctrl;
37 struct wpa_ctrl *ctrl;
64 struct wpa_ctrl *ctrl;
83 struct wpa_ctrl * open_wpa_mon(const char *ifname)
85 struct wpa_ctrl *ctrl;
99 int get_wpa_cli_event2(struct wpa_ctrl *mon,
156 int get_wpa_cli_event(struct wpa_ctrl *mon,
166 struct wpa_ctrl *ctrl
    [all...]
wpa_ctrl.c 35 #include "wpa_ctrl.h"
45 * struct wpa_ctrl - Internal structure for control interface library
53 struct wpa_ctrl { struct
88 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
94 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path,
97 struct wpa_ctrl *ctrl;
156 * of wpa_ctrl, so the existing socket file must have
247 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
307 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
309 struct wpa_ctrl *ctrl
    [all...]
  /src/external/bsd/wpa/bin/hostapd_cli/
Makefile 8 SRCS= hostapd_cli.c wpa_ctrl.c os_unix.c eloop.c edit.c wpa_debug.c
  /src/external/bsd/wpa/dist/wpa_supplicant/
libwpa_test.c 11 #include "common/wpa_ctrl.h"
15 struct wpa_ctrl *ctrl;
wpa_cli.c 18 #include "common/wpa_ctrl.h"
40 static struct wpa_ctrl *ctrl_conn;
41 static struct wpa_ctrl *mon_conn;
76 static void update_creds(struct wpa_ctrl *ctrl);
77 static void update_networks(struct wpa_ctrl *ctrl);
78 static void update_stations(struct wpa_ctrl *ctrl);
79 static void update_ifnames(struct wpa_ctrl *ctrl);
261 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print)
295 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd)
301 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args
    [all...]
nmake.mak 154 $(OBJDIR)\wpa_ctrl.obj \
  /src/external/bsd/wpa/bin/wpa_cli/
Makefile 8 SRCS= wpa_cli.c wpa_ctrl.c os_unix.c eloop.c edit.c wpa_debug.c common.c
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
wpagui.h 128 struct wpa_ctrl *ctrl_conn;
134 struct wpa_ctrl *monitor_conn;
addinterface.cpp 10 #include "common/wpa_ctrl.h"
59 struct wpa_ctrl *ctrl;
188 struct wpa_ctrl *ctrl;
wpagui.cpp 24 #include "common/wpa_ctrl.h"
318 struct wpa_ctrl *ctrl;
  /src/external/bsd/wpa/dist/hs20/client/
Makefile 34 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
Android.mk 37 OBJS += ../../src/common/wpa_ctrl.c
osu_client.c 21 #include "common/wpa_ctrl.h"
2200 struct wpa_ctrl *mon;
2535 struct wpa_ctrl *mon;
  /src/external/bsd/wpa/bin/hostapd/
Makefile 59 wpa_ctrl.c

Completed in 31 milliseconds