diff options
author | Thomas Haller <thaller@redhat.com> | 2018-04-30 10:33:40 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-07-25 17:24:48 +0200 |
commit | 352299a698c8a40eaba7fef88c9952044a57a778 (patch) | |
tree | 2076091eeb5fd51598033f95135101cde5565efb /clients/cli/devices.h | |
parent | aeda1d78c573e8890082ec3fc78771688d504c71 (diff) | |
download | NetworkManager-th/cli-connection-handling-5.tar.gz |
WIP: cli: rework printing of "ap" device detailsth/cli-connection-handling-5
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 7a05b50b2b..0217241424 100644 --- a/clients/cli/devices.h +++ b/clients/cli/devices.h @@ -41,8 +41,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[]; |