mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-20 03:18:08 +02:00
Now that NM follows the supplicant's scan list and CurrentBSS, any AP that isn't known to the supplicant will be 'fake', and priv->current_ap always tracks CurrentBSS. We can then simplify link_timeout_cb() because any AP that would have been force-removed before will now be marked "fake" if it's unknown to the supplicant, and will always be removed by set_current_ap(), so we can remove the force argument. To better fix #733105 we never want to remove an AP known to the supplicant, even if it we failed to connect to it. https://bugzilla.gnome.org/show_bug.cgi?id=733105 |
||
|---|---|---|
| .. | ||
| tests | ||
| exports.ver | ||
| Makefile.am | ||
| nm-device-olpc-mesh.c | ||
| nm-device-olpc-mesh.h | ||
| nm-device-wifi.c | ||
| nm-device-wifi.h | ||
| nm-wifi-ap-utils.c | ||
| nm-wifi-ap-utils.h | ||
| nm-wifi-ap.c | ||
| nm-wifi-ap.h | ||
| nm-wifi-factory.c | ||