diff options
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 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); |