File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,25 @@ Networking
404
404
the server commands, enable :kconfig:option: `NET_ZPERF_SERVER `. If server support
405
405
is not needed, :kconfig:option: `ZVFS_POLL_MAX ` can possibly be reduced.
406
406
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
+
407
426
OpenThread
408
427
==========
409
428
You can’t perform that action at this time.
0 commit comments