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