mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-25 08:02:38 +01:00
monitor: Dump WSC IEs in association response
This commit is contained in:
parent
2c88c37f99
commit
6ffbfeb897
@ -3120,9 +3120,11 @@ static const struct attr_entry attr_table[] = {
|
|||||||
"AKM Suites", ATTR_CUSTOM,
|
"AKM Suites", ATTR_CUSTOM,
|
||||||
{ .function = print_akm_suites } },
|
{ .function = print_akm_suites } },
|
||||||
{ NL80211_ATTR_REQ_IE,
|
{ NL80211_ATTR_REQ_IE,
|
||||||
"Request IE", ATTR_CUSTOM, { .function = print_ie } },
|
"Request IE", ATTR_CUSTOM,
|
||||||
|
{ .function = print_management_ies } },
|
||||||
{ NL80211_ATTR_RESP_IE,
|
{ NL80211_ATTR_RESP_IE,
|
||||||
"Response IE", ATTR_CUSTOM, { .function = print_ie } },
|
"Response IE", ATTR_CUSTOM,
|
||||||
|
{.function = print_management_ies } },
|
||||||
{ NL80211_ATTR_PREV_BSSID,
|
{ NL80211_ATTR_PREV_BSSID,
|
||||||
"Previous BSSID", ATTR_ADDRESS },
|
"Previous BSSID", ATTR_ADDRESS },
|
||||||
{ NL80211_ATTR_KEY,
|
{ NL80211_ATTR_KEY,
|
||||||
|
Loading…
Reference in New Issue
Block a user