Home
last modified time | relevance | path

Searched refs:shell_websocket_setup (Results 1 – 2 of 2) sorted by relevance

/Zephyr-4.2.1/include/zephyr/shell/
Dshell_websocket.h65 int shell_websocket_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data);
94 .cb = shell_websocket_setup, \
/Zephyr-4.2.1/subsys/shell/backends/
Dshell_websocket.c377 int shell_websocket_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data) in shell_websocket_setup() function