diff options
author | Thomas Haller <thaller@redhat.com> | 2020-03-10 20:04:48 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-03-16 13:46:33 +0100 |
commit | fe0c916ec7156c9cfd94602de09982c69a744cad (patch) | |
tree | 565a35a9fed201f2e5a9fba2d3967cfd8ece7d01 /clients/cli/devices.h | |
parent | 10eaa7ad474475ebd3b5b2662b86f9cb11b2c288 (diff) | |
download | NetworkManager-th/cli-connection-handling-6.tar.gz |
WIP: cli: rework printing of "ap" device detailsth/cli-connection-handling-6
Diffstat (limited to 'clients/cli/devices.h')
-rw-r--r-- | clients/cli/devices.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/cli/devices.h b/clients/cli/devices.h index 055d56e717..8e2bb55be7 100644 --- a/clients/cli/devices.h +++ b/clients/cli/devices.h @@ -27,8 +27,8 @@ extern const NmcMetaGenericInfo *const metagen_device_detail_capabilities[]; extern const NmcMetaGenericInfo *const metagen_device_detail_wired_properties[]; extern const NmcMetaGenericInfo *const metagen_device_detail_wifi_properties[]; extern const NmcMetaGenericInfo *const metagen_device_detail_wimax_properties[]; -extern const NmcMetaGenericInfo *const nmc_fields_dev_wifi_list[]; -extern const NmcMetaGenericInfo *const nmc_fields_dev_wimax_list[]; +extern const NmcMetaGenericInfo *const metagen_device_detail_ap[]; +extern const NmcMetaGenericInfo *const metagen_device_detail_nsp[]; extern const NmcMetaGenericInfo *const nmc_fields_dev_show_master_prop[]; extern const NmcMetaGenericInfo *const nmc_fields_dev_show_team_prop[]; extern const NmcMetaGenericInfo *const nmc_fields_dev_show_vlan_prop[]; |