From: Johannes Berg Date: Mon, 5 Aug 2019 20:31:47 +0000 (+0200) Subject: info: update extended feature list X-Git-Tag: v5.3~1 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fiw.git;a=commitdiff_plain;h=b5c0c336060e59866aa704e76011cbd39b5fe1b4 info: update extended feature list Signed-off-by: Johannes Berg --- diff --git a/info.c b/info.c index 2381e01..38362d8 100644 --- a/info.c +++ b/info.c @@ -679,6 +679,13 @@ broken_combination: ext_feat_print(tb, TXQS, "FQ-CoDel-enabled intermediate TXQs"); ext_feat_print(tb, AIRTIME_FAIRNESS, "airtime fairness scheduling"); + ext_feat_print(tb, AP_PMKSA_CACHING, + "PMKSA caching supported in AP mode"); + ext_feat_print(tb, SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD, + "band specific RSSI thresholds for scheduled scan"); + ext_feat_print(tb, EXT_KEY_ID, "extended key ID support"); + ext_feat_print(tb, STA_TX_PWR, "TX power control per station"); + ext_feat_print(tb, SAE_OFFLOAD, "SAE offload support"); } if (tb_msg[NL80211_ATTR_COALESCE_RULE]) {