Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_cli.c18 #include "common/wpa_ctrl.h"
43 static struct wpa_ctrl *ctrl_conn;
44 static struct wpa_ctrl *mon_conn;
82 static void update_creds(struct wpa_ctrl *ctrl);
83 static void update_networks(struct wpa_ctrl *ctrl);
84 static void update_stations(struct wpa_ctrl *ctrl);
85 static void update_ifnames(struct wpa_ctrl *ctrl);
234 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print) in _wpa_ctrl_command()
270 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command()
276 static int wpa_cli_cmd(struct wpa_ctrl *ctr
[all...]
H A Dlibwpa_test.c11 #include "common/wpa_ctrl.h"
15 struct wpa_ctrl *ctrl; in main()
H A Dnmake.mak154 $(OBJDIR)\wpa_ctrl.obj \
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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);
82 static void register_event_handler(struct wpa_ctrl *ctrl) in register_event_handler()
95 static void unregister_event_handler(struct wpa_ctrl *ctrl) in unregister_event_handler()
106 static struct wpa_ctrl * hostapd_cli_open_connection(const char *ifname) in hostapd_cli_open_connection()
193 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print) in _wpa_ctrl_command()
221 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command()
227 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, in hostapd_cli_cmd()
243 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctr
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/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) in register_event_handler()
92 static void unregister_event_handler(struct wpa_ctrl *ctrl) in unregister_event_handler()
103 static struct wpa_ctrl * hostapd_cli_open_connection(const char *ifname) in hostapd_cli_open_connection()
190 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print) in _wpa_ctrl_command()
218 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command()
224 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, in hostapd_cli_cmd()
240 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctr
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
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) in _wpa_ctrl_command()
261 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command()
267 static int wpa_cli_cmd(struct wpa_ctrl *ctr
[all...]
H A Dlibwpa_test.c11 #include "common/wpa_ctrl.h"
15 struct wpa_ctrl *ctrl; in main()
H A Dnmake.mak154 $(OBJDIR)\wpa_ctrl.obj \
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_ctrl.h445 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path);
459 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path);
468 void wpa_ctrl_close(struct wpa_ctrl *ctrl);
497 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
512 int wpa_ctrl_attach(struct wpa_ctrl *ctrl);
524 int wpa_ctrl_detach(struct wpa_ctrl *ctrl);
541 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len);
554 int wpa_ctrl_pending(struct wpa_ctrl *ctrl);
570 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl);
590 char * wpa_ctrl_get_remote_ifname(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) in wpa_ctrl_open()
94 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, in wpa_ctrl_open2()
97 struct wpa_ctrl *ctrl; in wpa_ctrl_open2()
156 * of wpa_ctrl, so the existing socket file must have in wpa_ctrl_open2()
247 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close()
306 int wpa_ctrl_port(const char *ctrl_path, struct wpa_ctrl *ctrl) in wpa_ctrl_port()
337 struct wpa_ctrl * wpa_ctrl_ope
[all...]
H A Dwpa_helpers.c14 #include "wpa_ctrl.h"
22 static struct wpa_ctrl * wpa_open_ctrl(const char *ifname) in wpa_open_ctrl()
25 struct wpa_ctrl *ctrl; in wpa_open_ctrl()
37 struct wpa_ctrl *ctrl; in wpa_command()
64 struct wpa_ctrl *ctrl; in wpa_command_resp()
83 struct wpa_ctrl * open_wpa_mon(const char *ifname) in open_wpa_mon()
85 struct wpa_ctrl *ctrl; in open_wpa_mon()
99 int get_wpa_cli_event2(struct wpa_ctrl *mon, in get_wpa_cli_event2()
156 int get_wpa_cli_event(struct wpa_ctrl *mon, in get_wpa_cli_event()
166 struct wpa_ctrl *ctr in get_wpa_status()
[all...]
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,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_ctrl.c35 #include "wpa_ctrl.h"
50 * struct wpa_ctrl - Internal structure for control interface library
58 struct wpa_ctrl { struct
99 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path) in wpa_ctrl_open()
105 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, in wpa_ctrl_open2()
108 struct wpa_ctrl *ctrl; in wpa_ctrl_open2()
175 * of wpa_ctrl, so the existing socket file must have in wpa_ctrl_open2()
285 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close()
344 int wpa_ctrl_port(const char *ctrl_path, struct wpa_ctrl *ctrl) in wpa_ctrl_port()
373 struct wpa_ctrl * wpa_ctrl_ope
[all...]
H A Dwpa_ctrl.h506 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path);
520 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path);
529 void wpa_ctrl_close(struct wpa_ctrl *ctrl);
558 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
573 int wpa_ctrl_attach(struct wpa_ctrl *ctrl);
585 int wpa_ctrl_detach(struct wpa_ctrl *ctrl);
602 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len);
615 int wpa_ctrl_pending(struct wpa_ctrl *ctrl);
631 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl);
651 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) in wpa_open_ctrl()
25 struct wpa_ctrl *ctrl; in wpa_open_ctrl()
37 struct wpa_ctrl *ctrl; in wpa_command()
64 struct wpa_ctrl *ctrl; in wpa_command_resp()
83 struct wpa_ctrl * open_wpa_mon(const char *ifname) in open_wpa_mon()
85 struct wpa_ctrl *ctrl; in open_wpa_mon()
99 int get_wpa_cli_event2(struct wpa_ctrl *mon, in get_wpa_cli_event2()
156 int get_wpa_cli_event(struct wpa_ctrl *mon, in get_wpa_cli_event()
166 struct wpa_ctrl *ctr in get_wpa_status()
[all...]
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,
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h128 struct wpa_ctrl *ctrl_conn;
134 struct wpa_ctrl *monitor_conn;
H A Daddinterface.cpp10 #include "common/wpa_ctrl.h"
59 struct wpa_ctrl *ctrl; in addInterfaces()
188 struct wpa_ctrl *ctrl; in interfaceSelected()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h128 struct wpa_ctrl *ctrl_conn;
134 struct wpa_ctrl *monitor_conn;
H A Daddinterface.cpp10 #include "common/wpa_ctrl.h"
59 struct wpa_ctrl *ctrl; in addInterfaces()
188 struct wpa_ctrl *ctrl; in interfaceSelected()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
H A Dbuild.sh34 cp $ROOT_DIR/src/common/wpa_ctrl.h $1/ndk/sysroot/usr/include
/third_party/wpa_supplicant/wpa_supplicant-2.9/
H A Dbuild.sh34 cp $ROOT_DIR/src/common/wpa_ctrl.h $1/ndk/sysroot/usr/include
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A DMakefile40 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
H A Dosu_client.c21 #include "common/wpa_ctrl.h"
2161 struct wpa_ctrl *mon; in osu_connect()
2496 struct wpa_ctrl *mon; in cmd_signup()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A DMakefile50 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o

Completed in 22 milliseconds

12