mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-05 08:50:39 +01:00
Currently wpa_supplicant doesn't support FT in AP mode. FT-PSK and
FT-EAP are simply not negotiated with the STA. FT-SAE gets negotiated
but then the key derivation is not supported, leading to a
authentication failure.
Even if support for FT in AP mode is introduced in wpa_supplicant in
the future, it will require additional parameters as the nas
identifier and the mobility domain, which are currently not provided
by NM.
Disable all FT key-mgmts in AP mode since they are useless and cause
issues (FT-SAE).
See-also: https://mail.gnome.org/archives/networkmanager-list/2022-March/msg00016.html
See-also: http://lists.infradead.org/pipermail/hostap/2022-April/040352.html
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1184
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| tests | ||
| meson.build | ||
| nm-device-iwd-p2p.c | ||
| nm-device-iwd-p2p.h | ||
| nm-device-iwd.c | ||
| nm-device-iwd.h | ||
| nm-device-olpc-mesh.c | ||
| nm-device-olpc-mesh.h | ||
| nm-device-wifi-p2p.c | ||
| nm-device-wifi-p2p.h | ||
| nm-device-wifi.c | ||
| nm-device-wifi.h | ||
| nm-iwd-manager.c | ||
| nm-iwd-manager.h | ||
| nm-wifi-ap.c | ||
| nm-wifi-ap.h | ||
| nm-wifi-common.c | ||
| nm-wifi-common.h | ||
| nm-wifi-factory.c | ||
| nm-wifi-p2p-peer.c | ||
| nm-wifi-p2p-peer.h | ||
| nm-wifi-utils.c | ||
| nm-wifi-utils.h | ||