Wi-Fi: Add roaming support (802.11k,v,r)

Useful feature if running multiple radios on single AP with
the same SSIDs or multiple APs to get good area coverage.
This commit is contained in:
Mattias Walström
2026-06-05 14:54:35 +02:00
parent c0225b7096
commit 4e50c96567
7 changed files with 325 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@ config BR2_PACKAGE_FEATURE_WIFI
select BR2_PACKAGE_HOSTAPD_DRIVER_NL80211
select BR2_PACKAGE_HOSTAPD_WPA3
select BR2_PACKAGE_HOSTAPD_WPS
select BR2_PACKAGE_HOSTAPD_WNM
select BR2_PACKAGE_IW
help
Enables WiFi in Infix. Enables all requried applications.