5 #ifndef CTRL_IFACE_AP_H
6 #define CTRL_IFACE_AP_H
8 int hostapd_ctrl_iface_sta_first(
struct hostapd_data *hapd,
9 char *buf,
size_t buflen);
10 int hostapd_ctrl_iface_sta(
struct hostapd_data *hapd,
const char *txtaddr,
11 char *buf,
size_t buflen);
12 int hostapd_ctrl_iface_sta_next(
struct hostapd_data *hapd,
const char *txtaddr,
13 char *buf,
size_t buflen);
14 int hostapd_ctrl_iface_deauthenticate(
struct hostapd_data *hapd,
16 int hostapd_ctrl_iface_disassociate(
struct hostapd_data *hapd,
18 int hostapd_ctrl_iface_status(
struct hostapd_data *hapd,
char *buf,
20 int hostapd_parse_csa_settings(
const char *pos,
22 int hostapd_ctrl_iface_stop_ap(
struct hostapd_data *hapd);
Settings for channel switch command.
Definition: driver.h:1661
hostapd per-BSS data structure
Definition: hostapd.h:103