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) |
Control interface for shared AP commands.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file ctrl_iface_ap.h.