Home | History | Annotate | Download | only in common

Lines Matching defs:wpa_ctrl

31 #include "wpa_ctrl.h"
45 * struct wpa_ctrl - Internal structure for control interface library
53 struct wpa_ctrl {
73 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
75 struct wpa_ctrl *ctrl;
113 * of wpa_ctrl, so the existing socket file must have
169 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
229 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
231 struct wpa_ctrl *ctrl;
277 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
288 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
365 static int wpa_ctrl_attach_helper(struct wpa_ctrl *ctrl, int attach)
381 int wpa_ctrl_attach(struct wpa_ctrl *ctrl)
387 int wpa_ctrl_detach(struct wpa_ctrl *ctrl)
395 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len)
407 int wpa_ctrl_pending(struct wpa_ctrl *ctrl)
420 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl)
435 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
437 struct wpa_ctrl *ctrl;
496 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
503 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
521 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len)
531 int wpa_ctrl_pending(struct wpa_ctrl *ctrl)
541 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl)