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

  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 18 #include "common/wpa_ctrl.h"
40 static struct wpa_ctrl *ctrl_conn;
41 static struct wpa_ctrl *mon_conn;
73 static void update_networks(struct wpa_ctrl *ctrl);
74 static void update_stations(struct wpa_ctrl *ctrl);
221 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print)
257 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd)
263 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args,
279 static int wpa_cli_cmd_ifname(struct wpa_ctrl *ctrl, int argc, char *argv[])
285 static int wpa_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[]
    [all...]
libwpa_test.c 11 #include "common/wpa_ctrl.h"
15 struct wpa_ctrl *ctrl;
nmake.mak 154 $(OBJDIR)\wpa_ctrl.obj \
  /external/wpa_supplicant_8/src/common/
wpa_helpers.h 19 struct wpa_ctrl * open_wpa_mon(const char *ifname);
21 int get_wpa_cli_event(struct wpa_ctrl *mon,
23 int get_wpa_cli_event2(struct wpa_ctrl *mon,
wpa_ctrl.h 370 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path);
384 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path);
393 void wpa_ctrl_close(struct wpa_ctrl *ctrl);
422 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
437 int wpa_ctrl_attach(struct wpa_ctrl *ctrl);
449 int wpa_ctrl_detach(struct wpa_ctrl *ctrl);
466 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len);
479 int wpa_ctrl_pending(struct wpa_ctrl *ctrl);
495 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl);
515 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl)
    [all...]
wpa_helpers.c 14 #include "wpa_ctrl.h"
22 static struct wpa_ctrl * wpa_open_ctrl(const char *ifname)
25 struct wpa_ctrl *ctrl;
37 struct wpa_ctrl *ctrl;
64 struct wpa_ctrl *ctrl;
83 struct wpa_ctrl * open_wpa_mon(const char *ifname)
85 struct wpa_ctrl *ctrl;
99 int get_wpa_cli_event2(struct wpa_ctrl *mon,
156 int get_wpa_cli_event(struct wpa_ctrl *mon,
166 struct wpa_ctrl *ctrl
    [all...]
wpa_ctrl.c 35 #include "wpa_ctrl.h"
45 * struct wpa_ctrl - Internal structure for control interface library
53 struct wpa_ctrl { struct
88 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
94 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path,
97 struct wpa_ctrl *ctrl;
149 * of wpa_ctrl, so the existing socket file must have
251 void wpa_ctrl_close(struct wpa_ctrl *ctrl)
312 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path)
314 struct wpa_ctrl *ctrl
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 12 #include "common/wpa_ctrl.h"
26 static struct wpa_ctrl *ctrl_conn;
48 static void update_stations(struct wpa_ctrl *ctrl);
79 static void register_event_handler(struct wpa_ctrl *ctrl)
92 static void unregister_event_handler(struct wpa_ctrl *ctrl)
103 static struct wpa_ctrl * hostapd_cli_open_connection(const char *ifname)
190 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print)
218 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd)
224 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd,
240 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]
    [all...]
Android.mk 981 OBJS_c += src/common/wpa_ctrl.c
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 128 struct wpa_ctrl *ctrl_conn;
134 struct wpa_ctrl *monitor_conn;
addinterface.cpp 10 #include "common/wpa_ctrl.h"
59 struct wpa_ctrl *ctrl;
188 struct wpa_ctrl *ctrl;
wpagui.cpp 22 #include "common/wpa_ctrl.h"
316 struct wpa_ctrl *ctrl;
    [all...]
  /external/wpa_supplicant_8/hs20/client/
Makefile 42 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
Android.mk 37 OBJS += ../../src/common/wpa_ctrl.c
osu_client.c 21 #include "common/wpa_ctrl.h"
    [all...]
  /system/sepolicy/private/
file_contexts 385 /data/misc/wifi/sockets/wpa_ctrl.* u:object_r:system_wpa_socket:s0
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 378 /data/misc/wifi/sockets/wpa_ctrl.* u:object_r:system_wpa_socket:s0

Completed in 107 milliseconds