mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
monitor: Dump additional attributes
This commit is contained in:
parent
eb86da3b4b
commit
c60b0ed3cf
@ -4923,10 +4923,72 @@ static const struct attr_entry attr_table[] = {
|
||||
"CSA C Offsets TX" },
|
||||
{ NL80211_ATTR_MAX_CSA_COUNTERS,
|
||||
"Max CSA Counters" },
|
||||
{ NL80211_ATTR_TDLS_INITIATOR,
|
||||
"TDLS Initiator" },
|
||||
{ NL80211_ATTR_USE_RRM,
|
||||
"Use RRM", ATTR_FLAG },
|
||||
{ NL80211_ATTR_EXT_FEATURES,
|
||||
"Extended Features" },
|
||||
{ NL80211_ATTR_FILS_KEK,
|
||||
"FILS KEK" },
|
||||
{ NL80211_ATTR_FILS_NONCES,
|
||||
"FILS Nonces" },
|
||||
{ NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED,
|
||||
"Multicast to Unicast Enabled", ATTR_FLAG },
|
||||
{ NL80211_ATTR_BSSID,
|
||||
"BSSID", ATTR_ADDRESS },
|
||||
{ NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI,
|
||||
"Scheduled Scan Relative RSSI" },
|
||||
{ NL80211_ATTR_SCHED_SCAN_RSSI_ADJUST,
|
||||
"Scheduled Scan RSSI Adjust" },
|
||||
{ NL80211_ATTR_TIMEOUT_REASON,
|
||||
"Timeout Reason" },
|
||||
{ NL80211_ATTR_FILS_ERP_USERNAME,
|
||||
"FILS ERP Username" },
|
||||
{ NL80211_ATTR_FILS_ERP_REALM,
|
||||
"FILS ERP Realm" },
|
||||
{ NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM,
|
||||
"FILS ERP Next Sequence Number" },
|
||||
{ NL80211_ATTR_FILS_ERP_RRK,
|
||||
"FILS ERP RRK" },
|
||||
{ NL80211_ATTR_FILS_CACHE_ID,
|
||||
"FILS Cache ID" },
|
||||
{ NL80211_ATTR_PMK,
|
||||
"PMK" },
|
||||
{ NL80211_ATTR_SCHED_SCAN_MULTI,
|
||||
"Scheduled Scan Multi" },
|
||||
{ NL80211_ATTR_SCHED_SCAN_MAX_REQS,
|
||||
"Scheduled Scan Maximum Requests" },
|
||||
{ NL80211_ATTR_WANT_1X_4WAY_HS,
|
||||
"Want 1X 4Way Handshake" },
|
||||
{ NL80211_ATTR_PMKR0_NAME,
|
||||
"PMKR0 Name" },
|
||||
{ NL80211_ATTR_PORT_AUTHORIZED,
|
||||
"Port Authorized" },
|
||||
{ NL80211_ATTR_EXTERNAL_AUTH_ACTION,
|
||||
"External Auth Action" },
|
||||
{ NL80211_ATTR_EXTERNAL_AUTH_SUPPORT,
|
||||
"External Auth Support" },
|
||||
{ NL80211_ATTR_NSS,
|
||||
"NSS" },
|
||||
{ NL80211_ATTR_ACK_SIGNAL,
|
||||
"Ack Signal" },
|
||||
{ NL80211_ATTR_CONTROL_PORT_OVER_NL80211,
|
||||
"Control Port over NL80211", ATTR_FLAG },
|
||||
{ NL80211_ATTR_TXQ_STATS,
|
||||
"TXQ Stats" },
|
||||
{ NL80211_ATTR_TXQ_LIMIT,
|
||||
"TXQ Limit" },
|
||||
{ NL80211_ATTR_TXQ_MEMORY_LIMIT,
|
||||
"TXQ Memory Limit" },
|
||||
{ NL80211_ATTR_TXQ_QUANTUM,
|
||||
"TXQ Quantum" },
|
||||
{ NL80211_ATTR_HE_CAPABILITY,
|
||||
"HE Capability" },
|
||||
{ NL80211_ATTR_FTM_RESPONDER,
|
||||
"FTM Responder" },
|
||||
{ NL80211_ATTR_FTM_RESPONDER_STATS,
|
||||
"FTM Responder Stats" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user