Add station table query to wpa_supplicant AP ctrl_iface

"wpa_cli all_sta" and "wpa_cli sta <addr>" can now be used to fetch
information about stations associated with the
wpa_supplicant-controlled AP.
This commit is contained in:
Jouni Malinen 2009-09-08 12:58:02 +03:00 committed by Jouni Malinen
parent ded30a6b41
commit e653b62275
5 changed files with 123 additions and 0 deletions

View file

@ -525,6 +525,9 @@ OBJS += ../hostapd/ieee802_1x.o
OBJS += ../hostapd/eapol_sm.o
OBJS += ../hostapd/ieee802_11_auth.o
OBJS += ../hostapd/drv_callbacks.o
ifdef CONFIG_CTRL_IFACE
OBJS += ../hostapd/ctrl_iface_ap.o
endif
ifdef CONFIG_IEEE80211R
OBJS += ../hostapd/wpa_ft.o
endif