Searched refs:wpa_ctrl (Results 1 – 17 of 17) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_cli.c | 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 *ctrl, const char *cmd, int min_args, in wpa_cli_cmd() 283 static int wpa_cli_cmd_ifname(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_ifname() [all …]
|
D | libwpa_test.c | 15 struct wpa_ctrl *ctrl; in main()
|
D | nmake.mak | 154 $(OBJDIR)\wpa_ctrl.obj \
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd_cli.c | 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 *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_ping() 246 static int hostapd_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_relog() [all …]
|
D | README-WPS | 169 -based control interface directly (src/common/wpa_ctrl.c provides
|
D | ChangeLog | 1014 the same implementation that wpa_supplicant is using (wpa_ctrl.[ch])
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_ctrl.c | 53 struct wpa_ctrl { struct 88 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path) in wpa_ctrl_open() argument 94 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, in wpa_ctrl_open2() 97 struct wpa_ctrl *ctrl; in wpa_ctrl_open2() 251 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close() 312 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path) in wpa_ctrl_open() 314 struct wpa_ctrl *ctrl; in wpa_ctrl_open() 463 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl) in wpa_ctrl_get_remote_ifname() 473 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close() 486 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request() [all …]
|
D | wpa_ctrl.h | 438 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path); 452 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path); 461 void wpa_ctrl_close(struct wpa_ctrl *ctrl); 490 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, 505 int wpa_ctrl_attach(struct wpa_ctrl *ctrl); 517 int wpa_ctrl_detach(struct wpa_ctrl *ctrl); 534 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len); 547 int wpa_ctrl_pending(struct wpa_ctrl *ctrl); 563 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl); 583 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl);
|
D | wpa_helpers.c | 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 *ctrl; in get_wpa_status() 216 struct wpa_ctrl *ctrl; in wait_ip_addr()
|
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,
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_client_include/libwpa_client/ |
D | wpa_ctrl.h | 438 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path); 452 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path); 461 void wpa_ctrl_close(struct wpa_ctrl *ctrl); 490 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, 505 int wpa_ctrl_attach(struct wpa_ctrl *ctrl); 517 int wpa_ctrl_detach(struct wpa_ctrl *ctrl); 534 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len); 547 int wpa_ctrl_pending(struct wpa_ctrl *ctrl); 563 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl); 583 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.h | 128 struct wpa_ctrl *ctrl_conn; 134 struct wpa_ctrl *monitor_conn;
|
D | addinterface.cpp | 59 struct wpa_ctrl *ctrl; in addInterfaces() 188 struct wpa_ctrl *ctrl; in interfaceSelected()
|
D | wpa_gui.pro | 57 ../../src/common/wpa_ctrl.c
|
D | wpagui.cpp | 316 struct wpa_ctrl *ctrl; in openCtrlConnection()
|
/external/wpa_supplicant_8/hs20/client/ |
D | Makefile | 47 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
|
D | osu_client.c | 2153 struct wpa_ctrl *mon; in osu_connect() 2488 struct wpa_ctrl *mon; in cmd_signup()
|