From: Johannes Berg Date: Mon, 8 Nov 2021 08:43:10 +0000 (+0100) Subject: info: add FILS_CRYPTO_OFFLOAD extended feature X-Git-Tag: v5.16~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46242202c602cdc407913036c9c29ba52ac37043;p=thirdparty%2Fiw.git info: add FILS_CRYPTO_OFFLOAD extended feature Signed-off-by: Johannes Berg --- diff --git a/info.c b/info.c index 6b2bbd8..3a45b3f 100644 --- a/info.c +++ b/info.c @@ -701,6 +701,7 @@ broken_combination: 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"); ext_feat_print(tb, BSS_COLOR, "BSS coloring support"); + ext_feat_print(tb, FILS_CRYPTO_OFFLOAD, "FILS crypto offload"); } if (tb_msg[NL80211_ATTR_COALESCE_RULE]) {