Searched refs:cli_command (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/cli/ |
| D | wifi_shell.c | 19 const struct cli_command *commands[MAX_COMMANDS]; 23 int cli_register_command(const struct cli_command *command) in cli_register_command() 50 int cli_unregister_command(const struct cli_command *command) in cli_unregister_command() 66 …)memmove(&cli.commands[i], &cli.commands[i + 1U], (remaining_cmds * sizeof(struct cli_command *))); in cli_unregister_command() 77 int cli_register_commands(const struct cli_command *commands, int num_commands) in cli_register_commands() 90 int cli_unregister_commands(const struct cli_command *commands, int num_commands) in cli_unregister_commands() 104 static const struct cli_command *lookup_command(char *name, int len) in lookup_command() 164 const struct cli_command *command = NULL; in nxp_wifi_request()
|
| D | wifi_shell.h | 27 struct cli_command struct 45 int cli_register_command(const struct cli_command *command); argument 55 int cli_unregister_command(const struct cli_command *command); 66 int cli_register_commands(const struct cli_command *commands, int num_commands); 75 int cli_unregister_commands(const struct cli_command *commands, int num_commands);
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_basic_cli.c | 76 static struct cli_command wlan_wfa_basic_commands[] = { 81 static struct cli_command wlan_basic_commands[] = { 92 for (i = 0; i < sizeof(wlan_wfa_basic_commands) / sizeof(struct cli_command); i++) in wlan_wfa_basic_cli_init() 109 for (i = 0; i < sizeof(wlan_wfa_basic_commands) / sizeof(struct cli_command); i++) in wlan_wfa_basic_cli_deinit() 131 for (i = 0; i < sizeof(wlan_basic_commands) / sizeof(struct cli_command); i++) in wlan_basic_cli_init() 146 for (i = 0; i < sizeof(wlan_basic_commands) / sizeof(struct cli_command); i++) in wlan_basic_cli_deinit()
|
| D | wlan_features.c | 103 static struct cli_command features[] = { 115 for (i = 0; i < sizeof(features) / sizeof(struct cli_command); i++) in wlan_features_cli_init() 130 for (i = 0; i < sizeof(features) / sizeof(struct cli_command); i++) in wlan_features_cli_deinit()
|
| D | wlan_mcu_mem_access_cli.c | 62 static struct cli_command mcu_mem_access_commands[] = { 70 for (i = 0; i < sizeof(mcu_mem_access_commands) / sizeof(struct cli_command); i++) in mcu_mem_access_init()
|
| D | wlan_test_mode_tests.c | 1373 static struct cli_command wlan_test_mode_commands[] = { 1412 …_commands(wlan_test_mode_commands, sizeof(wlan_test_mode_commands) / sizeof(struct cli_command)) != in wlan_test_mode_cli_init() 1424 sizeof(wlan_test_mode_commands) / sizeof(struct cli_command)) != 0U) in wlan_test_mode_cli_deinit()
|
| D | wlan_enhanced_tests.c | 2119 static struct cli_command wlan_enhanced_commands[] = { 2176 … (int)(sizeof(wlan_enhanced_commands) / sizeof(struct cli_command))) != 0) 2187 … (int)(sizeof(wlan_enhanced_commands) / sizeof(struct cli_command))) != 0)
|
| D | wlan_tests.c | 8759 static struct cli_command tests[] = { 9034 if (cli_register_commands(tests, (int)(sizeof(tests) / sizeof(struct cli_command))) != 0) 9047 if (cli_unregister_commands(tests, (int)(sizeof(tests) / sizeof(struct cli_command))) != 0)
|