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; 73 static void update_networks(struct wpa_ctrl *ctrl); 74 static void update_stations(struct wpa_ctrl *ctrl); 221 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print) in _wpa_ctrl_command() 257 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command() 263 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args, in wpa_cli_cmd() 279 static int wpa_cli_cmd_ifname(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_ifname() 285 static int wpa_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_status() 301 static int wpa_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_ping() [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 | 959 the same implementation that wpa_supplicant is using (wpa_ctrl.[ch])
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_client_include/libwpa_client/ |
D | wpa_ctrl.h | 370 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path); 384 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path); 393 void wpa_ctrl_close(struct wpa_ctrl *ctrl); 422 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, 437 int wpa_ctrl_attach(struct wpa_ctrl *ctrl); 449 int wpa_ctrl_detach(struct wpa_ctrl *ctrl); 466 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len); 479 int wpa_ctrl_pending(struct wpa_ctrl *ctrl); 495 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl); 515 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl);
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_ctrl.h | 370 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path); 384 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path); 393 void wpa_ctrl_close(struct wpa_ctrl *ctrl); 422 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, 437 int wpa_ctrl_attach(struct wpa_ctrl *ctrl); 449 int wpa_ctrl_detach(struct wpa_ctrl *ctrl); 466 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len); 479 int wpa_ctrl_pending(struct wpa_ctrl *ctrl); 495 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl); 515 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl);
|
D | wpa_ctrl.c | 51 struct wpa_ctrl { struct 86 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path) in wpa_ctrl_open() argument 92 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, in wpa_ctrl_open2() 95 struct wpa_ctrl *ctrl; in wpa_ctrl_open2() 233 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close() 294 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path) in wpa_ctrl_open() 296 struct wpa_ctrl *ctrl; in wpa_ctrl_open() 445 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl) in wpa_ctrl_get_remote_ifname() 455 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close() 468 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request() [all …]
|
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_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 | 42 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
|
D | osu_client.c | 2034 struct wpa_ctrl *mon; in osu_connect() 2332 struct wpa_ctrl *mon; in cmd_signup()
|