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:
parent
a1047f55b8
commit
a818425d1c
5 changed files with 10 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue