wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
ctrl_iface_ap.h File Reference

Control interface for shared AP commands. More...

Go to the source code of this file.

Functions

int hostapd_ctrl_iface_sta_first (struct hostapd_data *hapd, char *buf, size_t buflen)
 
int hostapd_ctrl_iface_sta (struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen)
 
int hostapd_ctrl_iface_sta_next (struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen)
 
int hostapd_ctrl_iface_deauthenticate (struct hostapd_data *hapd, const char *txtaddr)
 
int hostapd_ctrl_iface_disassociate (struct hostapd_data *hapd, const char *txtaddr)
 
int hostapd_ctrl_iface_status (struct hostapd_data *hapd, char *buf, size_t buflen)
 
int hostapd_parse_csa_settings (const char *pos, struct csa_settings *settings)
 
int hostapd_ctrl_iface_stop_ap (struct hostapd_data *hapd)
 

Detailed Description

Control interface for shared AP commands.