Lines Matching defs:wpa_ctrl
35 #include "wpa_ctrl.h"
45 * struct wpa_ctrl - Internal structure for control interface library
53 struct wpa_ctrl {
88 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
94 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path,
97 struct wpa_ctrl *ctrl;
156 * of wpa_ctrl, so the existing socket file must have
247 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
307 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
309 struct wpa_ctrl *ctrl;
458 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl)
468 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
481 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
593 static int wpa_ctrl_attach_helper(struct wpa_ctrl *ctrl, int attach)
609 int wpa_ctrl_attach(struct wpa_ctrl *ctrl)
615 int wpa_ctrl_detach(struct wpa_ctrl *ctrl)
623 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len)
635 int wpa_ctrl_pending(struct wpa_ctrl *ctrl)
648 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl)
663 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
665 struct wpa_ctrl *ctrl;
724 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
731 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
749 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len)
759 int wpa_ctrl_pending(struct wpa_ctrl *ctrl)
769 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl)