wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
wpa_ctrl_dst Struct Reference

Internal data structure of control interface clients. More...

Data Fields

struct wpa_ctrl_dstnext
 
struct sockaddr_un addr
 
socklen_t addrlen
 
int debug_level
 
int errors
 
OVERLAPPED overlap
 
struct wpa_ctrl_dstprev
 
struct ctrl_iface_privpriv
 
HANDLE pipe
 
int attached
 
char req_buf [REQUEST_BUFSIZE]
 
char * rsp_buf
 
int used
 
struct sockaddr_in addr
 
struct dl_list list
 

Detailed Description

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.


The documentation for this struct was generated from the following files: