mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-17 18:08:07 +02:00
In nm_wifi_ap_new_from_properties(), we checked that the BSSID is valid and bailed out otherwise. Since we call nm_wifi_ap_update_from_properties() on a created BSSID, we should ensure there too that an update does not cause the address to become invalid. In the unlikely case where an update would change a previously valid address to an invalid one, we would ignore the update. Thus, move the check for addresses inside nm_wifi_ap_update_from_properties(). |
||
|---|---|---|
| .. | ||
| tests | ||
| nm-device-olpc-mesh.c | ||
| nm-device-olpc-mesh.h | ||
| nm-device-wifi.c | ||
| nm-device-wifi.h | ||
| nm-wifi-ap.c | ||
| nm-wifi-ap.h | ||
| nm-wifi-factory.c | ||
| nm-wifi-utils.c | ||
| nm-wifi-utils.h | ||