wpa_ctrl Struct Reference

Public Attributes

int s
 
struct sockaddr_un local
 
struct sockaddr_un dest
 

Detailed Description

strlcpy - Copy a string with size bound and NUL-termination : Destination : Source : Size of the target buffer Returns: Total length of the target string (length of src) (not including NUL-termination)

This function matches in behavior with the strlcpy(3) function in OpenBSD. 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.


The documentation for this struct was generated from the following file:
  • src/extern/wpa_ctrl.c