Searched refs:wpa_ctrl (Results 1 – 1 of 1) sorted by relevance
53 struct wpa_ctrl {}; struct55 struct wpa_ctrl *wpa_ctrl_open(const char *ctrl_path) { return NULL; } in wpa_ctrl_open()56 void wpa_ctrl_close(struct wpa_ctrl *ctrl) {} in wpa_ctrl_close()57 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request()60 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) { return 0; } in wpa_ctrl_attach()61 int wpa_ctrl_detach(struct wpa_ctrl *ctrl) { return 0; } in wpa_ctrl_detach()62 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv()64 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl) { return 0; } in wpa_ctrl_get_fd()67 static struct wpa_ctrl *ctrl_conn;68 static struct wpa_ctrl *monitor_conn;