nlmon: Print WSC frames in other IE elements

Trigger Scan Event, Trigger Scan Requests, etc.
This commit is contained in:
Denis Kenzior 2015-09-01 16:58:41 -05:00
parent add4458a32
commit a6a26cfe7f
1 changed files with 3 additions and 3 deletions

View File

@ -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,