Collaboration diagram for wpa_ctrl_dst:
Data Fields | |
wpa_ctrl_dst * | next |
CTRL_IFACE_SOCK | addr |
socklen_t | addrlen |
int | debug_level |
int | errors |
This structure is used to store information about registered control interface monitors into struct wpa_supplicant. This data is private to ctrl_iface.c and should not be touched directly from other files.
Definition at line 60 of file ctrl_iface.c.