Home
last modified time | relevance | path

Searched refs:cli (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/cli/
Dwifi_shell.c21 } cli; variable
31 if (cli.num_commands < MAX_COMMANDS) in cli_register_command()
36 for (i = 0; i < cli.num_commands; i++) in cli_register_command()
38 if (cli.commands[i] == command) in cli_register_command()
43 cli.commands[cli.num_commands++] = command; in cli_register_command()
58 while (i < cli.num_commands) in cli_unregister_command()
60 if (cli.commands[i] == command) in cli_unregister_command()
62 cli.num_commands--; in cli_unregister_command()
63 unsigned int remaining_cmds = cli.num_commands - i; in cli_unregister_command()
66 …(void)memmove(&cli.commands[i], &cli.commands[i + 1U], (remaining_cmds * sizeof(struct cli_command… in cli_unregister_command()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/
DCMakeLists.txt183 cli
231 zephyr_library_sources(cli/wifi_shell.c)
232 zephyr_library_sources(cli/cli_utils.c)
/hal_nxp-latest/mcux/mcux-sdk/cmake/
Dkconfig.cmake73 # cmake -DEXTRA_KCONFIG_TARGETS=cli