Public Attributes | |
struct sockaddr_un | addr |
struct sockaddr_in | addr |
socklen_t | addrlen |
int | attached |
int | debug_level |
int | errors |
struct dl_list | list |
struct wpa_ctrl_dst * | next |
OVERLAPPED | overlap |
HANDLE | pipe |
struct wpa_ctrl_dst * | prev |
struct ctrl_iface_priv * | priv |
char | req_buf [REQUEST_BUFSIZE] |
char * | rsp_buf |
int | used |
struct wpa_ctrl_dst - Internal data structure of control interface clients
This structure is used to store information about registered control interface monitors into struct wpa_supplicant. This data is private to ctrl_iface_named_pipe.c and should not be touched directly from other files.
struct wpa_ctrl_dst - Internal data structure of control interface monitors
This structure is used to store information about registered control interface monitors into struct wpa_supplicant. This data is private to ctrl_iface_udp.c and should not be touched directly from other files.
struct wpa_ctrl_dst - Internal data structure of control interface monitors
This structure is used to store information about registered control interface monitors into struct wpa_supplicant. This data is private to ctrl_iface_unix.c and should not be touched directly from other files.
Definition at line 66 of file ctrl_iface_named_pipe.c.
struct sockaddr_un wpa_ctrl_dst::addr |
Definition at line 40 of file ctrl_iface_unix.c.
struct sockaddr_in wpa_ctrl_dst::addr |
Definition at line 39 of file ctrl_iface_udp.c.
socklen_t wpa_ctrl_dst::addrlen |
Definition at line 40 of file ctrl_iface_udp.c.
Definition at line 72 of file ctrl_iface_named_pipe.c.
Definition at line 73 of file ctrl_iface_named_pipe.c.
Definition at line 74 of file ctrl_iface_named_pipe.c.
struct dl_list wpa_ctrl_dst::list |
Definition at line 39 of file ctrl_iface_unix.c.
struct wpa_ctrl_dst * wpa_ctrl_dst::next |
Definition at line 69 of file ctrl_iface_named_pipe.c.
OVERLAPPED wpa_ctrl_dst::overlap |
Definition at line 68 of file ctrl_iface_named_pipe.c.
HANDLE wpa_ctrl_dst::pipe |
Definition at line 71 of file ctrl_iface_named_pipe.c.
struct wpa_ctrl_dst * wpa_ctrl_dst::prev |
Definition at line 69 of file ctrl_iface_named_pipe.c.
struct ctrl_iface_priv* wpa_ctrl_dst::priv |
Definition at line 70 of file ctrl_iface_named_pipe.c.
char wpa_ctrl_dst::req_buf[REQUEST_BUFSIZE] |
Definition at line 75 of file ctrl_iface_named_pipe.c.
char* wpa_ctrl_dst::rsp_buf |
Definition at line 76 of file ctrl_iface_named_pipe.c.
Definition at line 77 of file ctrl_iface_named_pipe.c.