LMS 2012
|
Data Fields | |
int | s |
struct sockaddr_un | local |
struct sockaddr_un | dest |
struct wpa_ctrl - Internal structure for control interface library
This structure is used by the wpa_supplicant/hostapd control interface library to store internal data. Programs using the library should not touch this data directly. They can only use the pointer to the data structure as an identifier for the control interface connection and use this as one of the arguments for most of the control interface library functions.
Definition at line 45 of file wpa_ctrl.c.
struct sockaddr_un dest |
Definition at line 55 of file wpa_ctrl.c.
struct sockaddr_un local |
Definition at line 54 of file wpa_ctrl.c.
int s |
Definition at line 53 of file wpa_ctrl.c.