Go to the source code of this file.
Functions | |
int | hostapd_ctrl_iface_sta (struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen) |
int | hostapd_ctrl_iface_sta_first (struct hostapd_data *hapd, char *buf, size_t buflen) |
int | hostapd_ctrl_iface_sta_next (struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen) |
int hostapd_ctrl_iface_sta | ( | struct hostapd_data * | hapd, | |
const char * | txtaddr, | |||
char * | buf, | |||
size_t | buflen | |||
) |
Definition at line 72 of file ctrl_iface_ap.c.
int hostapd_ctrl_iface_sta_first | ( | struct hostapd_data * | hapd, | |
char * | buf, | |||
size_t | buflen | |||
) |
Definition at line 65 of file ctrl_iface_ap.c.
int hostapd_ctrl_iface_sta_next | ( | struct hostapd_data * | hapd, | |
const char * | txtaddr, | |||
char * | buf, | |||
size_t | buflen | |||
) |
Definition at line 89 of file ctrl_iface_ap.c.