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

/freebsd-10.2-release/contrib/wpa/src/common/
H A Dwpa_ctrl.h184 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path);
193 void wpa_ctrl_close(struct wpa_ctrl *ctrl);
222 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
237 int wpa_ctrl_attach(struct wpa_ctrl *ctrl);
249 int wpa_ctrl_detach(struct wpa_ctrl *ctrl);
265 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len);
278 int wpa_ctrl_pending(struct wpa_ctrl *ctrl);
294 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl);
296 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl);
H A Dwpa_ctrl.c28 #include "wpa_ctrl.h"
38 * struct wpa_ctrl - Internal structure for control interface library
46 struct wpa_ctrl { struct
76 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
78 struct wpa_ctrl *ctrl;
114 * of wpa_ctrl, so the existing socket file must have
184 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
249 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
251 struct wpa_ctrl *ctrl;
347 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctr
[all...]
/freebsd-10.2-release/usr.sbin/wpa/hostapd_cli/
H A DMakefile8 SRCS= common.c edit.c eloop.c hostapd_cli.c os_unix.c wpa_ctrl.c wpa_debug.c
/freebsd-10.2-release/contrib/wpa/hostapd/
H A Dhostapd_cli.c12 #include "common/wpa_ctrl.h"
90 static struct wpa_ctrl *ctrl_conn;
127 static struct wpa_ctrl * hostapd_cli_open_connection(const char *ifname)
167 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print)
195 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd)
201 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[])
207 static int hostapd_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[])
213 static int hostapd_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[])
264 static int hostapd_cli_cmd_sta(struct wpa_ctrl *ctrl, int argc, char *argv[])
277 static int hostapd_cli_cmd_new_sta(struct wpa_ctrl *ctr
[all...]
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c17 #include "common/wpa_ctrl.h"
69 static struct wpa_ctrl *ctrl_conn;
70 static struct wpa_ctrl *mon_conn;
401 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print)
431 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd)
467 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args,
483 static int wpa_cli_cmd_ifname(struct wpa_ctrl *ctrl, int argc, char *argv[])
489 static int wpa_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[])
499 static int wpa_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[])
505 static int wpa_cli_cmd_relog(struct wpa_ctrl *ctr
[all...]
H A Dnmake.mak154 $(OBJDIR)\wpa_ctrl.obj \
/freebsd-10.2-release/usr.sbin/wpa/wpa_cli/
H A DMakefile8 SRCS= common.c edit.c eloop.c os_unix.c wpa_cli.c wpa_ctrl.c wpa_debug.c

Completed in 118 milliseconds