wpa_supplicant / hostapd 2.0

ctrl_iface_ap.h

Go to the documentation of this file.
00001 
00010 #ifndef CTRL_IFACE_AP_H
00011 #define CTRL_IFACE_AP_H
00012 
00013 int hostapd_ctrl_iface_sta_first(struct hostapd_data *hapd,
00014                                  char *buf, size_t buflen);
00015 int hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr,
00016                            char *buf, size_t buflen);
00017 int hostapd_ctrl_iface_sta_next(struct hostapd_data *hapd, const char *txtaddr,
00018                                 char *buf, size_t buflen);
00019 int hostapd_ctrl_iface_deauthenticate(struct hostapd_data *hapd,
00020                                       const char *txtaddr);
00021 int hostapd_ctrl_iface_disassociate(struct hostapd_data *hapd,
00022                                     const char *txtaddr);
00023 
00024 #endif /* CTRL_IFACE_AP_H */
00025 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines