summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-03-10 20:04:48 +0100
committerThomas Haller <thaller@redhat.com>2020-03-16 13:46:33 +0100
commitfe0c916ec7156c9cfd94602de09982c69a744cad (patch)
tree565a35a9fed201f2e5a9fba2d3967cfd8ece7d01 /clients/cli/nmcli.c
parent10eaa7ad474475ebd3b5b2662b86f9cb11b2c288 (diff)
downloadNetworkManager-th/cli-connection-handling-6.tar.gz
WIP: cli: rework printing of "ap" device detailsth/cli-connection-handling-6
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 5fbd6d7261..1c2c4711b3 100644
--- a/clients/cli/nmcli.c
+++ b/clients/cli/nmcli.c
@@ -187,8 +187,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);