mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 12:20:36 +01:00
cli: add missing 802-1x setting for Wi-Fi connections in the editor
Without that Enterprise type Wi-Fi could not be edited via the nmcli interactive editor.
This commit is contained in:
parent
d7788b0d46
commit
1be3bf17bc
1 changed files with 1 additions and 0 deletions
|
|
@ -1763,6 +1763,7 @@ static const NameItem nmc_wifi_settings [] = {
|
|||
{ NM_SETTING_CONNECTION_SETTING_NAME, NULL, NULL },
|
||||
{ NM_SETTING_WIRELESS_SETTING_NAME, "wifi", NULL },
|
||||
{ NM_SETTING_WIRELESS_SECURITY_SETTING_NAME, "wifi-sec", NULL },
|
||||
{ NM_SETTING_802_1X_SETTING_NAME, NULL, NULL },
|
||||
{ NM_SETTING_IP4_CONFIG_SETTING_NAME, NULL, NULL },
|
||||
{ NM_SETTING_IP6_CONFIG_SETTING_NAME, NULL, NULL },
|
||||
{ NULL, NULL, NULL }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue