Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_ssh_passwd Struct Reference

SSH password storage. More...

#include <zephyr/shell/shell_ssh.h>

Data Fields

char buf [32+1]
 Buffer to hold the password.
size_t len
 Length of the password stored in the buffer.

Detailed Description

SSH password storage.

Field Documentation

◆ buf

char shell_ssh_passwd::buf[32+1]

Buffer to hold the password.

◆ len

size_t shell_ssh_passwd::len

Length of the password stored in the buffer.


The documentation for this struct was generated from the following file: