|
wpa_supplicant / hostapd
2.5
|
Internal data structure of control interface clients. More...
Data Fields | |
| struct wpa_ctrl_dst * | next |
| struct sockaddr_un | addr |
| socklen_t | addrlen |
| int | debug_level |
| int | errors |
| OVERLAPPED | overlap |
| 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 dl_list | list |
Internal data structure of control interface clients.
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_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.
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.
1.8.6