Home
last modified time | relevance | path

Searched refs:SHELL_VT100_COLOR_DEFAULT (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_shell.c41 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/
Dshell_types.h24 SHELL_VT100_COLOR_DEFAULT, enumerator
Dshell.h1038 #define SHELL_NORMAL SHELL_VT100_COLOR_DEFAULT
/Zephyr-latest/tests/subsys/shell/shell_custom_header/src/
Dmain.c44 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, "testing %d %s %c", in ZTEST()
/Zephyr-latest/tests/subsys/shell/shell/src/
Dmain.c333 shell_fprintf(sh, SHELL_VT100_COLOR_DEFAULT, "testing %d %s %c", in ZTEST()