]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: info: print missing extended feature flag information
authorMarkus Theil <markus.theil@tu-ilmenau.de>
Wed, 1 Jan 2020 17:48:36 +0000 (18:48 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 2 Jan 2020 14:05:31 +0000 (15:05 +0100)
Some extended feature flags were not considered before.

Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
Link: https://lore.kernel.org/r/20200101174836.5513-1-markus.theil@tu-ilmenau.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
info.c

diff --git a/info.c b/info.c
index 38362d8744b74c4446bcd47dd4c15d689393e155..0f24dae20db03d78c223eecd2e95bd3950ef63e0 100644 (file)
--- a/info.c
+++ b/info.c
@@ -676,7 +676,17 @@ broken_combination:
                ext_feat_print(tb, DFS_OFFLOAD, "DFS offload");
                ext_feat_print(tb, CONTROL_PORT_OVER_NL80211,
                               "control port over nl80211");
+               ext_feat_print(tb, ACK_SIGNAL_SUPPORT,
+                              "ack signal level support");
                ext_feat_print(tb, TXQS, "FQ-CoDel-enabled intermediate TXQs");
+               ext_feat_print(tb, SCAN_RANDOM_SN,
+                              "use random sequence numbers in scans");
+               ext_feat_print(tb, SCAN_MIN_PREQ_CONTENT,
+                              "use probe request with only rate IEs in scans");
+               ext_feat_print(tb, CAN_REPLACE_PTK0,
+                              "can safely replace PTK 0 when rekeying");
+               ext_feat_print(tb, ENABLE_FTM_RESPONDER,
+                              "enable FTM (Fine Time Measurement) responder");
                ext_feat_print(tb, AIRTIME_FAIRNESS,
                               "airtime fairness scheduling");
                ext_feat_print(tb, AP_PMKSA_CACHING,