wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ctrl_iface_ap.h
Go to the documentation of this file.
1 
5 #ifndef CTRL_IFACE_AP_H
6 #define CTRL_IFACE_AP_H
7 
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,
15  const char *txtaddr);
16 int hostapd_ctrl_iface_disassociate(struct hostapd_data *hapd,
17  const char *txtaddr);
18 int hostapd_ctrl_iface_status(struct hostapd_data *hapd, char *buf,
19  size_t buflen);
20 int hostapd_parse_csa_settings(const char *pos,
21  struct csa_settings *settings);
22 int hostapd_ctrl_iface_stop_ap(struct hostapd_data *hapd);
23 
24 #endif /* CTRL_IFACE_AP_H */
Settings for channel switch command.
Definition: driver.h:1661
hostapd per-BSS data structure
Definition: hostapd.h:103