doc: migration-guide-3.7: Add wifi shell connect cmd info

Make note of the modifications done to Wi-Fi connect
command in Wi-Fi shell.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
This commit is contained in:
Ravi Dondaputi 2024-03-11 17:09:18 +05:30 committed by David Leach
parent 73ed81ccce
commit cdd929ff33

View file

@ -185,6 +185,14 @@ Networking
used to read the inner IPv4/IPv6 packets in an IP tunnel. This incoming tunnel read is now
implemented in `recv` callback. (:github:`70549`)
* Modified the ``wifi connect`` command to use key-value format for the arguments. In the
previous implementation, we were identifying an option using its position in the argument string.
This made it difficult to deal with optional arguments or extending the support
for other options. Having this key-value format makes it easier to extend the options that
can be passed to the connect command.
``wifi -h`` will give more information about the usage of connect command.
(:github:`70024`)
Other Subsystems
****************