summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Danzberger <daniel@dd-wrt.com>2018-10-31 09:49:42 +0100
committerJohn Crispin <john@phrozen.org>2018-11-26 11:03:17 +0100
commit5aa8c5496cd86a1b092d192ffc2364c7a23df25f (patch)
treee6fd7347c2bb5bc60f6cc51446e8921db26de13c /include
parent77a9e98009d43200ab7140acf1fdfd7d3b055c51 (diff)
downloadiwinfo-5aa8c5496cd86a1b092d192ffc2364c7a23df25f.tar.gz
libiwinfo: nl80211: add mesh stats on assoclist.
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
Diffstat (limited to 'include')
-rw-r--r--include/iwinfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/iwinfo.h b/include/iwinfo.h
index 49ee7f0..02ad623 100644
--- a/include/iwinfo.h
+++ b/include/iwinfo.h
@@ -126,6 +126,12 @@ struct iwinfo_assoclist_entry {
uint8_t is_mfp:1;
uint8_t is_tdls:1;
uint32_t thr;
+ uint16_t llid;
+ uint16_t plid;
+ char plink_state[16];
+ char local_ps[16];
+ char peer_ps[16];
+ char nonpeer_ps[16];
};
struct iwinfo_survey_entry {