Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:wpa_ctrl

30 #include "wpa_ctrl.h"
43 * struct wpa_ctrl - Internal structure for control interface library
51 struct wpa_ctrl {
71 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
73 struct wpa_ctrl *ctrl;
141 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
201 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
203 struct wpa_ctrl *ctrl;
249 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
260 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
337 static int wpa_ctrl_attach_helper(struct wpa_ctrl *ctrl, int attach)
353 int wpa_ctrl_attach(struct wpa_ctrl *ctrl)
359 int wpa_ctrl_detach(struct wpa_ctrl *ctrl)
367 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len)
379 int wpa_ctrl_pending(struct wpa_ctrl *ctrl)
392 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl)
407 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
409 struct wpa_ctrl *ctrl;
464 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
471 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
489 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len)
499 int wpa_ctrl_pending(struct wpa_ctrl *ctrl)
509 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl)