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

SSH transport event information. More...

#include <zephyr/net/ssh/common.h>

Data Fields

enum ssh_transport_event_type type
 Types of events emitted for an SSH transport.
union { 
   struct ssh_transport_event_authenticate_result   authenticate_result 
 Data for SSH_TRANSPORT_EVENT_AUTHENTICATE_RESULT. More...
   struct ssh_transport_event_channel_open   channel_open 
 Data for SSH_TRANSPORT_EVENT_CHANNEL_OPEN. More...
}; 
 Transport event payload data.

Detailed Description

SSH transport event information.

Field Documentation

◆ [union]

union { ... } ssh_transport_event

Transport event payload data.

◆ authenticate_result

struct ssh_transport_event_authenticate_result ssh_transport_event::authenticate_result

Data for SSH_TRANSPORT_EVENT_AUTHENTICATE_RESULT.

◆ channel_open

struct ssh_transport_event_channel_open ssh_transport_event::channel_open

Data for SSH_TRANSPORT_EVENT_CHANNEL_OPEN.

◆ type

enum ssh_transport_event_type ssh_transport_event::type

Types of events emitted for an SSH transport.


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