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-07-25 17:24:48 +0200
commit352299a698c8a40eaba7fef88c9952044a57a778 (patch)
tree2076091eeb5fd51598033f95135101cde5565efb /clients/cli/nmcli.c
parentaeda1d78c573e8890082ec3fc78771688d504c71 (diff)
downloadNetworkManager-th/cli-connection-handling-5.tar.gz
WIP: cli: rework printing of "ap" device detailsth/cli-connection-handling-5
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 bbfc310d6c..df44040d06 100644
--- a/clients/cli/nmcli.c
+++ b/clients/cli/nmcli.c
@@ -202,8 +202,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);