summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-04-30 10:33:40 +0200
committerThomas Haller <thaller@redhat.com>2018-06-13 15:42:58 +0200
commit3f6b776fd44937c2b4d1ff41a2fb7ae74a364417 (patch)
tree1af0712b10ffae45f1c56837aa8244602d9acccc /clients/cli/nmcli.c
parent8a2552c800987864a67bc0c14e14733ddecc96bf (diff)
downloadNetworkManager-th/cli-connection-handling-x.tar.gz
WIP: cli: rework printing of "ap" device detailsth/cli-connection-handling-x
Diffstat (limited to 'clients/cli/nmcli.c')
-rw-r--r--clients/cli/nmcli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/cli/nmcli.c b/clients/cli/nmcli.c
index 8e8dce8a0d..2180a9b5f4 100644
--- a/clients/cli/nmcli.c
+++ b/clients/cli/nmcli.c
@@ -199,8 +199,8 @@ complete_fields (const char *option, const char *prefix)
complete_field (h, metagen_device_detail_wired_properties);
complete_field (h, metagen_device_detail_wifi_properties);
complete_field (h, metagen_device_detail_wimax_properties);
- complete_field (h, nmc_fields_dev_wifi_list);
- complete_field (h, nmc_fields_dev_wimax_list);
+ complete_field (h, metagen_device_detail_ap);
+ complete_field (h, metagen_device_detail_nsp);
complete_field (h, nmc_fields_dev_show_master_prop);
complete_field (h, nmc_fields_dev_show_team_prop);
complete_field (h, nmc_fields_dev_show_vlan_prop);