mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-07 01:40:39 +01:00
iwd: Never lock to BSSID in complete_connection
The AP BSSIDs created by the iwd backend are made up so never lock the connections to them. It probably wouldn't matter as long as the iwd backend is used but the fake BSSID could stay in the connection properties even if the user switches to wpa_supplicant.
This commit is contained in:
parent
61e516bc20
commit
ca820d5f65
1 changed files with 1 additions and 4 deletions
|
|
@ -944,10 +944,7 @@ complete_connection(NMDevice * device,
|
|||
}
|
||||
|
||||
if (ap) {
|
||||
if (!nm_wifi_ap_complete_connection(ap,
|
||||
connection,
|
||||
nm_wifi_utils_is_manf_default_ssid(ssid),
|
||||
error))
|
||||
if (!nm_wifi_ap_complete_connection(ap, connection, FALSE, error))
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue