Control interface for shared AP commands. More...
#include "includes.h"#include "hostapd.h"#include "ieee802_1x.h"#include "wpa.h"#include "ieee802_11.h"#include "sta_info.h"#include "wps_hostapd.h"#include "ctrl_iface_ap.h"
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.c.
1.6.1