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

  /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...]
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 23 #include "wpa_ctrl.h"
33 * struct wpa_ctrl - Internal structure for control interface library
41 struct wpa_ctrl { struct
69 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
71 struct wpa_ctrl *ctrl;
106 * of wpa_ctrl, so the existing socket file must have
163 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
228 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
230 struct wpa_ctrl *ctrl;
276 void wpa_ctrl_close(struct wpa_ctrl *ctrl
    [all...]

Completed in 418 milliseconds