Searched refs:wpa_ctrl (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_helpers.h19 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,
H A Dwpa_ctrl.h441 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path);
455 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path);
464 void wpa_ctrl_close(struct wpa_ctrl *ctrl);
493 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
508 int wpa_ctrl_attach(struct wpa_ctrl *ctrl);
520 int wpa_ctrl_detach(struct wpa_ctrl *ctrl);
537 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len);
550 int wpa_ctrl_pending(struct wpa_ctrl *ctrl);
566 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl);
586 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctr
[all...]
H A Dwpa_helpers.c14 #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 *ctr
[all...]
H A Dwpa_ctrl.c35 #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)
308 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
310 struct wpa_ctrl *ctr
[all...]
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c12 #include "common/wpa_ctrl.h"
26 static struct wpa_ctrl *ctrl_conn;
48 static void update_stations(struct wpa_ctrl *ctrl);
79 static void register_event_handler(struct wpa_ctrl *ctrl)
92 static void unregister_event_handler(struct wpa_ctrl *ctrl)
103 static struct wpa_ctrl * hostapd_cli_open_connection(const char *ifname)
190 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print)
218 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd)
224 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd,
240 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctr
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dlibwpa_test.c11 #include "common/wpa_ctrl.h"
15 struct wpa_ctrl *ctrl;
H A Dwpa_cli.c18 #include "common/wpa_ctrl.h"
40 static struct wpa_ctrl *ctrl_conn;
41 static struct wpa_ctrl *mon_conn;
75 static void update_creds(struct wpa_ctrl *ctrl);
76 static void update_networks(struct wpa_ctrl *ctrl);
77 static void update_stations(struct wpa_ctrl *ctrl);
78 static void update_ifnames(struct wpa_ctrl *ctrl);
225 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print)
261 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd)
267 static int wpa_cli_cmd(struct wpa_ctrl *ctr
[all...]
H A Dnmake.mak154 $(OBJDIR)\wpa_ctrl.obj \
H A DAndroid.mk103 OBJS_c = wpa_cli.c src/common/wpa_ctrl.c
1756 LOCAL_SRC_FILES = src/common/wpa_ctrl.c src/utils/os_$(CONFIG_OS).c
1760 LOCAL_COPY_HEADERS := src/common/wpa_ctrl.h
/freebsd-11-stable/usr.sbin/wpa/hostapd_cli/
H A DMakefile9 wpa_ctrl.c wpa_debug.c
/freebsd-11-stable/usr.sbin/wpa/wpa_cli/
H A DMakefile23 wpa_ctrl.c wpa_common.c \
/freebsd-11-stable/contrib/wpa/hs20/client/
H A DMakefile47 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
H A DAndroid.mk37 OBJS += ../../src/common/wpa_ctrl.c
H A Dosu_client.c21 #include "common/wpa_ctrl.h"
2163 struct wpa_ctrl *mon;
2498 struct wpa_ctrl *mon;
/freebsd-11-stable/usr.sbin/wpa/hostapd/
H A DMakefile78 wpa_ctrl.c \
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile25 wmm_ac.c wpa.c wpa_common.c wpa_ctrl.c \

Completed in 234 milliseconds