ctrl_iface_ap.h

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

Generated on Sat Nov 21 23:16:47 2009 for hostapd by  doxygen 1.6.1