]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: print current ext feature set
authorMarkus Theil <markus.theil@tu-ilmenau.de>
Mon, 3 Aug 2020 15:33:33 +0000 (17:33 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 27 Aug 2020 11:33:51 +0000 (13:33 +0200)
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
Link: https://lore.kernel.org/r/20200803153336.319773-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 f7889fe1d431e3da1b843e9fa773d593a6599414..ee2faebc2881eef905556de5b6e93ecd33d8da6e 100644 (file)
--- a/info.c
+++ b/info.c
@@ -710,6 +710,8 @@ broken_combination:
                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");
+               ext_feat_print(tb, OPERATING_CHANNEL_VALIDATION, "Operating Channel Validation (OCV) support");
+               ext_feat_print(tb, 4WAY_HANDSHAKE_AP_PSK, "AP mode PSK offload support");
        }
 
        if (tb_msg[NL80211_ATTR_COALESCE_RULE]) {