Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: release-notes-4.0: Add notes for Wi-Fi #81216

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,31 @@ Drivers and Sensors

* Wi-Fi

* Added ESP32-C2 Wi-Fi support.
* Added ESP32 driver APSTA support.
* Add Wi-Fi Easy Connect (DPP) support.
* Add support for Wi-Fi credentials library.
* Add enterprise support for station.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Add enterprise support for station.
* Add enterprise security support for station.

* Add Wi-Fi snippet support for networking samples.
* Add build testing for various Wi-Fi config combinations.
* Add regulatory domain support to Wi-Fi shell.
* Add WPS support to Wi-Fi shell.
* Add 802.11r connect command usage in Wi-Fi shell.
* Add current PHY rate to hostap status message.
* Allow user to reset Wi-Fi statistics in Wi-Fi shell.
* Display RTS threshold in Wi-Fi shell.
* Fix SSID array length size in scanning results.
* Fix the "wifi ap config" command using the STA interface instead of SAP interface.
* Fix memory leak in hostap when doing a disconnect.
* Fix setting of frequency band both in AP and STA mode in Wi-Fi shell.
* Fix correct channel scan range in Wi-Fi 6GHz.
* Fix scan results printing in Wi-Fi shell.
* Increase main and shell stack sizes for Wi-Fi shell sample.
* Increase the maximum count of connected STA to 8 in Wi-Fi shell.
* Relocate AP and STA Wi-Fi sample to samples/net/wifi directory.
* Run Wi-Fi tests together with network tests.
* Updated ESP32 Wi-Fi driver to reflect actual negotiated PHY mode.
* Add ESP32-C2 Wi-Fi support.
* Add ESP32 driver APSTA support.
* Add NXP RW612 driver support.

Networking
**********
Expand Down
Loading