mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-05 04:10:36 +01:00
ifupdown: wireless-essid is good too
(cherry picked from commit 5b14492b0b)
This commit is contained in:
parent
b97560bc1f
commit
1fc6495552
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,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