mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
monitor: Print MEASUREMENT_DURATION* attributes
This commit is contained in:
parent
2bebb4bdc7
commit
996700e207
@ -5975,6 +5975,10 @@ static const struct attr_entry attr_table[] = {
|
||||
"Scan Start Time", ATTR_U64 },
|
||||
{ NL80211_ATTR_SCAN_START_TIME_TSF_BSSID,
|
||||
"Scan Start Time BSSID", ATTR_ADDRESS },
|
||||
{ NL80211_ATTR_MEASUREMENT_DURATION,
|
||||
"Scan Duration", ATTR_U16 },
|
||||
{ NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY,
|
||||
"Scan Duration Mandatory", ATTR_FLAG },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user