commit | 32aa1d634ed9992505ea551b567cdb2e65d418b9 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Wed Oct 09 15:16:53 2024 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 15 04:07:59 2024 -0400 |
tree | 51d08f8389778018e24983abbb83ca4be9d83d66 | |
parent | 5f59b35b42cd0cb6f6df8d91e4607278ee0b34b7 [diff] |
wifi: Refactor wifi-shell to allow external subcommands Rework the wifi-shell code so that external subcommands can be bolted into it easily. This means that the commands should be created using SHELL_SUBCMD_ADD(). Place the various subcommands in alphabetical order to find them more easily. Split long lines in order to pass CI checks. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>