From: Markus Theil Date: Mon, 23 Mar 2020 12:09:59 +0000 (+0100) Subject: iw: update extended features in info X-Git-Tag: v5.8~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec9f3e7c5aaa256e7217bcf415b64f3a6e2b696c;p=thirdparty%2Fiw.git iw: update extended features in info Signed-off-by: Markus Theil Link: https://lore.kernel.org/r/20200323120959.12019-2-markus.theil@tu-ilmenau.de Signed-off-by: Johannes Berg --- diff --git a/info.c b/info.c index 8d4cffc..9147b92 100644 --- a/info.c +++ b/info.c @@ -702,6 +702,10 @@ broken_combination: ext_feat_print(tb, STA_TX_PWR, "TX power control per station"); ext_feat_print(tb, SAE_OFFLOAD, "SAE offload support"); ext_feat_print(tb, VLAN_OFFLOAD, "VLAN offload support"); + ext_feat_print(tb, BEACON_PROTECTION, "beacon protection support"); + 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"); } if (tb_msg[NL80211_ATTR_COALESCE_RULE]) {