doc: releases: Update migration with Wi-Fi shell

Document old and new options for Wi-Fi shell to help with the migration.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2025-05-16 16:24:53 +05:30 committed by Benjamin Cabé
commit 50e0123d47

View file

@ -404,6 +404,25 @@ Networking
the server commands, enable :kconfig:option:`NET_ZPERF_SERVER`. If server support
is not needed, :kconfig:option:`ZVFS_POLL_MAX` can possibly be reduced.
* The L2 Wi-Fi shell now supports interface option for most commands, to accommodate this
change some of the existing options have been renamed. The following table
summarizes the changes:
+------------------------+---------------------+--------------------+
| Command(s) | Old option | New option |
+------------------------+---------------------+--------------------+
| ``wifi connect`` | ``-i`` | ``-g`` |
| ``wifi ap enable`` | | |
+------------------------+---------------------+--------------------+
| ``wifi twt setup`` | ``-i`` | ``-p`` |
+------------------------+---------------------+--------------------+
| ``wifi ap config`` | ``-i`` | ``-t`` |
+------------------------+---------------------+--------------------+
| ``wifi mode`` | ``--if-index`` | ``--iface`` |
| ``wifi channel`` | | |
| ``wifi packet_filter`` | | |
+------------------------+---------------------+--------------------+
OpenThread
==========