Skip to content

Commit 50e0123

Browse files
krish2718kartben
authored andcommitted
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 <[email protected]>
1 parent 5f6e2a7 commit 50e0123

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,25 @@ Networking
404404
the server commands, enable :kconfig:option:`NET_ZPERF_SERVER`. If server support
405405
is not needed, :kconfig:option:`ZVFS_POLL_MAX` can possibly be reduced.
406406

407+
* The L2 Wi-Fi shell now supports interface option for most commands, to accommodate this
408+
change some of the existing options have been renamed. The following table
409+
summarizes the changes:
410+
411+
+------------------------+---------------------+--------------------+
412+
| Command(s) | Old option | New option |
413+
+------------------------+---------------------+--------------------+
414+
| ``wifi connect`` | ``-i`` | ``-g`` |
415+
| ``wifi ap enable`` | | |
416+
+------------------------+---------------------+--------------------+
417+
| ``wifi twt setup`` | ``-i`` | ``-p`` |
418+
+------------------------+---------------------+--------------------+
419+
| ``wifi ap config`` | ``-i`` | ``-t`` |
420+
+------------------------+---------------------+--------------------+
421+
| ``wifi mode`` | ``--if-index`` | ``--iface`` |
422+
| ``wifi channel`` | | |
423+
| ``wifi packet_filter`` | | |
424+
+------------------------+---------------------+--------------------+
425+
407426
OpenThread
408427
==========
409428

0 commit comments

Comments
 (0)