diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 10105d5a..7ebbf4f0 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -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,