mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 04:40:09 +01:00
wifi: allow reapply when the seen-bssids property changed
wifi.seen-bssid is a synthetic read-only property that lists all the bssids seen for that connection; it should be ignored during a reapply. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/243 (cherry picked from commit8cd8a5fbed) (cherry picked from commit81cc4ddb1a)
This commit is contained in:
parent
d6c3d9c9dc
commit
ade9864366
2 changed files with 2 additions and 0 deletions
|
|
@ -2091,6 +2091,7 @@ can_reapply_change (NMDevice *device,
|
|||
return nm_device_hash_check_invalid_keys (diffs,
|
||||
NM_SETTING_WIRELESS_SETTING_NAME,
|
||||
error,
|
||||
NM_SETTING_WIRELESS_SEEN_BSSIDS, /* ignored */
|
||||
NM_SETTING_WIRELESS_MTU); /* reapplied with IP config */
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3185,6 +3185,7 @@ can_reapply_change (NMDevice *device,
|
|||
return nm_device_hash_check_invalid_keys (diffs,
|
||||
NM_SETTING_WIRELESS_SETTING_NAME,
|
||||
error,
|
||||
NM_SETTING_WIRELESS_SEEN_BSSIDS, /* ignored */
|
||||
NM_SETTING_WIRELESS_MTU, /* reapplied with IP config */
|
||||
NM_SETTING_WIRELESS_WAKE_ON_WLAN);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue