mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
monitor: Reflow formatting of ie_entry
This commit is contained in:
parent
0239c6f09e
commit
9ac2e109e3
@ -1211,32 +1211,32 @@ static void print_ie_extended_capabilities(unsigned int level,
|
||||
}
|
||||
|
||||
static struct attr_entry ie_entry[] = {
|
||||
{IE_TYPE_SSID, "SSID",
|
||||
ATTR_CUSTOM, { .function = print_ie_ssid } },
|
||||
{IE_TYPE_SUPPORTED_RATES, "Supported rates",
|
||||
ATTR_CUSTOM, { .function = print_ie_rate } },
|
||||
{IE_TYPE_DSSS_PARAMETER_SET, "DSSS parameter set",
|
||||
ATTR_CUSTOM, { .function = print_ie_ds } },
|
||||
{IE_TYPE_TIM, "TIM",
|
||||
ATTR_CUSTOM, { .function = print_ie_tim } },
|
||||
{IE_TYPE_COUNTRY, "Country",
|
||||
ATTR_CUSTOM, { .function = print_ie_country } },
|
||||
{IE_TYPE_BSS_LOAD, "BSS load",
|
||||
ATTR_CUSTOM, { .function = print_ie_bss_load } },
|
||||
{IE_TYPE_POWER_CONSTRAINT, "Power constraint",
|
||||
ATTR_CUSTOM, { .function = print_ie_power_constraint } },
|
||||
{IE_TYPE_TPC_REPORT, "TPC report",
|
||||
ATTR_CUSTOM, { .function = print_ie_tpc } },
|
||||
{IE_TYPE_ERP, "ERP Information",
|
||||
ATTR_CUSTOM, { .function = print_ie_erp } },
|
||||
{IE_TYPE_RSN, "RSN",
|
||||
ATTR_CUSTOM, { .function = print_ie_rsn } },
|
||||
{IE_TYPE_EXTENDED_SUPPORTED_RATES, "Extended supported rates",
|
||||
ATTR_CUSTOM, { .function = print_ie_rate } },
|
||||
{IE_TYPE_HT_OPERATION, "HT Operation",
|
||||
ATTR_CUSTOM, { .function = print_ie_ht_operation } },
|
||||
{IE_TYPE_VENDOR_SPECIFIC, "Vendor specific",
|
||||
ATTR_CUSTOM, { .function = print_ie_vendor } },
|
||||
{ IE_TYPE_SSID, "SSID",
|
||||
ATTR_CUSTOM, { .function = print_ie_ssid } },
|
||||
{ IE_TYPE_SUPPORTED_RATES, "Supported rates",
|
||||
ATTR_CUSTOM, { .function = print_ie_rate } },
|
||||
{ IE_TYPE_DSSS_PARAMETER_SET, "DSSS parameter set",
|
||||
ATTR_CUSTOM, { .function = print_ie_ds } },
|
||||
{ IE_TYPE_TIM, "TIM",
|
||||
ATTR_CUSTOM, { .function = print_ie_tim } },
|
||||
{ IE_TYPE_COUNTRY, "Country",
|
||||
ATTR_CUSTOM, { .function = print_ie_country } },
|
||||
{ IE_TYPE_BSS_LOAD, "BSS load",
|
||||
ATTR_CUSTOM, { .function = print_ie_bss_load } },
|
||||
{ IE_TYPE_POWER_CONSTRAINT, "Power constraint",
|
||||
ATTR_CUSTOM, { .function = print_ie_power_constraint } },
|
||||
{ IE_TYPE_TPC_REPORT, "TPC report",
|
||||
ATTR_CUSTOM, { .function = print_ie_tpc } },
|
||||
{ IE_TYPE_ERP, "ERP Information",
|
||||
ATTR_CUSTOM, { .function = print_ie_erp } },
|
||||
{ IE_TYPE_RSN, "RSN",
|
||||
ATTR_CUSTOM, { .function = print_ie_rsn } },
|
||||
{ IE_TYPE_EXTENDED_SUPPORTED_RATES, "Extended supported rates",
|
||||
ATTR_CUSTOM, { .function = print_ie_rate } },
|
||||
{ IE_TYPE_HT_OPERATION, "HT Operation",
|
||||
ATTR_CUSTOM, { .function = print_ie_ht_operation } },
|
||||
{ IE_TYPE_VENDOR_SPECIFIC, "Vendor specific",
|
||||
ATTR_CUSTOM, { .function = print_ie_vendor } },
|
||||
{ },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user