From 50e0123d47e6f953dd2517abcdecf9a044eb20a1 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Fri, 16 May 2025 16:24:53 +0530 Subject: [PATCH] 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 --- doc/releases/migration-guide-4.2.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/releases/migration-guide-4.2.rst b/doc/releases/migration-guide-4.2.rst index 1ecdc701d55..de27e6b0d3a 100644 --- a/doc/releases/migration-guide-4.2.rst +++ b/doc/releases/migration-guide-4.2.rst @@ -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 ==========