mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 07:08:02 +02:00
ifupdown: wireless-essid is good too
This commit is contained in:
parent
0cb45af977
commit
5b14492b0b
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ update_wireless_setting_from_if_block(NMConnection *connection,
|
|||
const gchar* value = ifparser_getkey (block, "inet");
|
||||
struct _Mapping mapping[] = {
|
||||
{"ssid", "ssid"},
|
||||
{"essid", "ssid"},
|
||||
{ NULL, NULL}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue