hostapd: Added signal level to STA tracking

Add signal level information to the station tracking information. Also
make it available via the "TRACK_STA_LIST" control command.

Signed-off-by: Kevin Mahoney <k.mahoney@cablelabs.com>
This commit is contained in:
Kevin Mahoney 2016-10-18 22:07:13 +00:00 committed by Jouni Malinen
parent a1047f55b8
commit a818425d1c
5 changed files with 10 additions and 6 deletions

View file

@ -311,6 +311,7 @@ struct hostapd_sta_info {
struct dl_list list;
u8 addr[ETH_ALEN];
struct os_reltime last_seen;
int ssi_signal;
#ifdef CONFIG_TAXONOMY
struct wpabuf *probe_ie_taxonomy;
#endif /* CONFIG_TAXONOMY */