mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 06:20:10 +01:00
supplicant: fix rework condition in nm_supplicant_config_add_bgscan()
Ups, sorry.
Fixes: 6fc37cb779 ('supplicant: rework condition in nm_supplicant_config_add_bgscan()')
This commit is contained in:
parent
6fc37cb779
commit
a4b7b053f8
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ nm_supplicant_config_add_bgscan (NMSupplicantConfig *self,
|
|||
|| ( (s_wsec = nm_connection_get_setting_wireless_security (connection))
|
||||
&& NM_IN_STRSET (nm_setting_wireless_security_get_key_mgmt (s_wsec),
|
||||
"ieee8021x",
|
||||
"wpa-eap"))
|
||||
"wpa-eap")))
|
||||
bgscan = "simple:30:-65:300";
|
||||
|
||||
return nm_supplicant_config_add_option (self, "bgscan", bgscan, -1, FALSE, error);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue