]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: print current ext feature set
authorMarkus Theil <markus.theil@tu-ilmenau.de>
Thu, 28 May 2020 09:01:39 +0000 (11:01 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 28 May 2020 09:28:38 +0000 (11:28 +0200)
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
Link: https://lore.kernel.org/r/20200528090139.9879-2-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 8062629b4a52e32e1c9f0f081a8ddd4603f9bcb2..f7889fe1d431e3da1b843e9fa773d593a6599414 100644 (file)
--- a/info.c
+++ b/info.c
@@ -706,6 +706,10 @@ broken_combination:
                ext_feat_print(tb, CONTROL_PORT_NO_PREAUTH, "disable pre-auth over nl80211 control port support");
                ext_feat_print(tb, PROTECTED_TWT, "protected Target Wake Time (TWT) support");
                ext_feat_print(tb, DEL_IBSS_STA, "deletion of IBSS station support");
+               ext_feat_print(tb, MULTICAST_REGISTRATIONS, "mgmt frame registration for multicast");
+               ext_feat_print(tb, BEACON_PROTECTION_CLIENT, "beacon prot. for clients support");
+               ext_feat_print(tb, SCAN_FREQ_KHZ, "scan on kHz frequency support");
+               ext_feat_print(tb, CONTROL_PORT_OVER_NL80211_TX_STATUS, "tx status for nl80211 control port support");
        }
 
        if (tb_msg[NL80211_ATTR_COALESCE_RULE]) {