hostapd: Add ctrl_iface STATUS command
This can be used to fetch runtime information about hostapd interfaces. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
afadaff976
commit
5ae6449ca2
6 changed files with 95 additions and 5 deletions
|
@ -1899,7 +1899,7 @@ void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
|
|||
}
|
||||
|
||||
|
||||
static const char * hostapd_state_text(enum hostapd_iface_state s)
|
||||
const char * hostapd_state_text(enum hostapd_iface_state s)
|
||||
{
|
||||
switch (s) {
|
||||
case HAPD_IFACE_UNINITIALIZED:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue