mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 15:20:42 +01:00
nlmon: Print WSC frames in other IE elements
Trigger Scan Event, Trigger Scan Requests, etc.
This commit is contained in:
parent
add4458a32
commit
a6a26cfe7f
@ -2791,7 +2791,7 @@ static const struct attr_entry attr_table[] = {
|
||||
"Management Subtype", ATTR_U8 },
|
||||
{ NL80211_ATTR_IE,
|
||||
"Information Elements", ATTR_CUSTOM,
|
||||
{ .function = print_ie } },
|
||||
{ .function = print_management_ies } },
|
||||
{ NL80211_ATTR_MAX_NUM_SCAN_SSIDS,
|
||||
"Max Number Scan SSIDs", ATTR_U8 },
|
||||
{ NL80211_ATTR_SCAN_FREQUENCIES,
|
||||
@ -2976,10 +2976,10 @@ static const struct attr_entry attr_table[] = {
|
||||
"Hidden SSID", ATTR_U32 },
|
||||
{ NL80211_ATTR_IE_PROBE_RESP,
|
||||
"IE Probe Response", ATTR_CUSTOM,
|
||||
{ .function = print_ie } },
|
||||
{ .function = print_management_ies } },
|
||||
{ NL80211_ATTR_IE_ASSOC_RESP,
|
||||
"IE Assoc Response", ATTR_CUSTOM,
|
||||
{ .function = print_ie } },
|
||||
{ .function = print_management_ies } },
|
||||
{ NL80211_ATTR_STA_WME,
|
||||
"Station WME" },
|
||||
{ NL80211_ATTR_SUPPORT_AP_UAPSD,
|
||||
|
Loading…
x
Reference in New Issue
Block a user