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:
parent
ded30a6b41
commit
e653b62275
5 changed files with 123 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue