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/nmcli.c | |
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/nmcli.c')
-rw-r--r-- | clients/cli/nmcli.c | 4 |
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); |