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