Searched refs:SHELL_VT100_COLOR_DEFAULT (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | wifi_credentials_shell.c | 41 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, in print_network_info() 49 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, in print_network_info() 55 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, ", bssid: " MACSTR, in print_network_info() 61 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, ", band: 2.4GHz"); in print_network_info() 65 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, ", band: 5GHz"); in print_network_info() 69 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, ", channel: %d", creds.header.channel); in print_network_info() 73 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, ", favorite"); in print_network_info() 77 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, ", MFP_REQUIRED"); in print_network_info() 79 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, ", MFP_DISABLED"); in print_network_info() 81 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, ", MFP_OPTIONAL"); in print_network_info() [all …]
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_types.h | 24 SHELL_VT100_COLOR_DEFAULT, enumerator
|
D | shell.h | 1038 #define SHELL_NORMAL SHELL_VT100_COLOR_DEFAULT
|
/Zephyr-latest/tests/subsys/shell/shell_custom_header/src/ |
D | main.c | 44 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, "testing %d %s %c", in ZTEST()
|
/Zephyr-latest/tests/subsys/shell/shell/src/ |
D | main.c | 333 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, "testing %d %s %c", in ZTEST()
|