|
hostapd
|
struct wpa_ctrl_dst - Data structure of control interface monitors More...
#include <ctrl_iface_common.h>
Public Attributes | |
| struct dl_list | list |
| struct sockaddr_storage | addr |
| socklen_t | addrlen |
| int | debug_level |
| int | errors |
| OVERLAPPED | overlap |
| struct wpa_ctrl_dst * | next |
| struct wpa_ctrl_dst * | prev |
| struct ctrl_iface_priv * | priv |
| HANDLE | pipe |
| int | attached |
| char | req_buf [REQUEST_BUFSIZE] |
| char * | rsp_buf |
| int | used |
| struct sockaddr_in | addr |
struct wpa_ctrl_dst - Data structure of control interface monitors
struct wpa_ctrl_dst - Internal data structure of control interface monitors
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 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.
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.
1.8.12