LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wpa_ctrl Struct Reference

Data Fields

int s
 
struct sockaddr_un local
 
struct sockaddr_un dest
 

Detailed Description

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.

Field Documentation

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.


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