Hello everyone,
I’m trying to deploy a Wi-Fi 7 network . I need the Wi-Fi 7 standard because my goal is to use Multi-Link Operation (MLO), a functionality introduced in Wi-Fi 7.
Any insights or recommendations for this use case would be greatly appreciated.
Thank you!
I’m writing to ask for guidance concerning the hostapd :
Could you please share the hostapd documentation (for Wi-Fi 7, if available) ?
MLO Integration
I reviewed the hostapd configuration for Wi-Fi 7 added via this patch:
https://github.com/intrig-unicamp/mininet-wifi/blob/master/util/hostap-patches/config.patch.
It appears that MLO (Multi-Link Operation) is not mentioned, although MBO (Multi-Band Operation)—which is important for MLO—is supported. Is it possible to integrate MLO?
Any insights or recommendations for this use case would be greatly appreciated.
Thank you!
--
You received this message because you are subscribed to the Google Groups "mininet-wifi-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mininet-wifi-dis...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/mininet-wifi-discuss/47bd5edd-ddc3-4733-b888-2a02971efcfdn%40googlegroups.com.
Hi Ramon !
Thank you for the documentation! The hostapd.conf file indeed supports MLO.
I am new to Mininet-WiFi and would like to know how to enable the MLO feature or any other feature mentioned in hostapd.conf within a Mininet-wifi script.
Any tutorials, examples, or recommendations would be greatly appreciated.
Thank you in advance!
Hello Ramon,
Thank you for the documentation. I was able to configure the AP to use MLO (Multi-Link Operation) via the hostapd configuration.
However, I noticed that there is no mention of MLO support on the station side when using wpa_supplicant.
How can I configure the station to support MLO?
Is there a newer version of wpa_supplicant that includes Wi-Fi 7 (MLO) support?
Is there an alternative to wpa_supplicant that supports Wi-Fi 7 (MLO) for stations?
Any recommendations would be greatly appreciated.
Thank you in advance!
Thank you, Ramon.
Is it possible to replace the hostapd used in Mininet-WiFi with the hostap-ct GitHub repository, which provides MLO support in wpa_supplicant?