HomeSort by relevance Sort by last modified time
    Searched defs:wpa_ctrl (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant/
wpa_ctrl.c 30 #include "wpa_ctrl.h"
43 * struct wpa_ctrl - Internal structure for control interface library
51 struct wpa_ctrl { struct
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
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 31 #include "wpa_ctrl.h"
45 * struct wpa_ctrl - Internal structure for control interface library
53 struct wpa_ctrl { struct
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
    [all...]

Completed in 275 milliseconds