/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_cli.c | 18 #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 D | libwpa_test.c | 11 #include "common/wpa_ctrl.h" 15 struct wpa_ctrl *ctrl; in main()
|
H A D | nmake.mak | 154 $(OBJDIR)\wpa_ctrl.obj \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | 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) 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 D | 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); 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 D | wpa_cli.c | 18 #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 D | libwpa_test.c | 11 #include "common/wpa_ctrl.h" 15 struct wpa_ctrl *ctrl; in main()
|
H A D | nmake.mak | 154 $(OBJDIR)\wpa_ctrl.obj \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_ctrl.h | 445 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 D | 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) 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 D | wpa_helpers.c | 14 #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 D | 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,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_ctrl.c | 35 #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 D | wpa_ctrl.h | 506 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 D | wpa_helpers.c | 14 #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 D | 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,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.h | 128 struct wpa_ctrl *ctrl_conn; 134 struct wpa_ctrl *monitor_conn;
|
H A D | addinterface.cpp | 10 #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 D | wpagui.h | 128 struct wpa_ctrl *ctrl_conn; 134 struct wpa_ctrl *monitor_conn;
|
H A D | addinterface.cpp | 10 #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 D | build.sh | 34 cp $ROOT_DIR/src/common/wpa_ctrl.h $1/ndk/sysroot/usr/include
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/ |
H A D | build.sh | 34 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 D | Makefile | 40 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
|
H A D | osu_client.c | 21 #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 D | Makefile | 50 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
|