Collaboration diagram for wpa_ctrl_dst:

Data Fields | |
| OVERLAPPED | overlap |
| wpa_ctrl_dst * | next |
| wpa_ctrl_dst * | prev |
| ctrl_iface_priv * | priv |
| HANDLE | pipe |
| int | attached |
| int | debug_level |
| int | errors |
| char | req_buf [REQUEST_BUFSIZE] |
| char * | rsp_buf |
| int | used |
| wpa_ctrl_dst * | next |
| sockaddr_in | addr |
| socklen_t | addrlen |
| wpa_ctrl_dst * | next |
| sockaddr_un | addr |
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.
Definition at line 68 of file ctrl_iface_named_pipe.c.
1.4.2