-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename wpa-eap-suite-b192 to wpa-eap-suite-b-192 (#1640)
## Problem * `NetworkManger` complain if we use `wpa-eap-suite-b192` as `802-11-wireless-security.key-mgmt` [¹](https://networkmanager.dev/docs/api/latest/nm-settings-dbus.html) with: ``` Could not update the network configuration: D-Bus service error: org.freedesktop.NetworkManager.Settings.Connection.InvalidProperty: 802-11-wireless-security.key-mgmt: 'wpa-eap-suite-b192' is not a valid value for the property ``` I hope it's not to late to change it everywhere. If it is to late, we could only handle `WPA3Only` in `rust/agama-server/src/network/nm/model.rs` properly.
- Loading branch information
Showing
5 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,7 @@ | |
"wpa-psk", | ||
"sae", | ||
"wpa-eap", | ||
"wpa-eap-suite-b192" | ||
"wpa-eap-suite-b-192" | ||
] | ||
}, | ||
"ssid": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Wed Sep 25 14:33:50 UTC 2024 - Clemens Famulla-Conrad <[email protected]> | ||
|
||
- Rename wireless key-mgmt value wpa-eap-suite-b192 to | ||
wpa-eap-suite-b-192 (gh#agama-project/agama#1640) | ||
|
||
------------------------------------------------------------------- | ||
Fri Sep 20 11:42:06 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|