SupplicantSettings Struct Reference

802.1X supplicant settings More...

#include <supplicant.h>

Data Fields

OsTaskParameters task
 Task parameters. More...
 
NetInterfaceinterface
 Underlying network interface. More...
 
uint_t portIndex
 Port index. More...
 
SupplicantTlsInitCallback tlsInitCallback
 TLS negotiation initialization callback function. More...
 
SupplicantTlsCompleteCallback tlsCompleteCallback
 TLS negotiation completion callback function. More...
 
SupplicantPaeStateChangeCallback paeStateChangeCallback
 Supplicant PAE state change callback function. More...
 
SupplicantBackendStateChangeCallback backendStateChangeCallback
 Supplicant backend state change callback function. More...
 
EapPeerStateChangeCallback eapPeerStateChangeCallback
 EAP peer state change callback function. More...
 
SupplicantTickCallback tickCallback
 Tick callback function. More...
 

Detailed Description

802.1X supplicant settings

Definition at line 192 of file supplicant.h.

Field Documentation

◆ backendStateChangeCallback

SupplicantBackendStateChangeCallback backendStateChangeCallback

Supplicant backend state change callback function.

Definition at line 202 of file supplicant.h.

◆ eapPeerStateChangeCallback

EapPeerStateChangeCallback eapPeerStateChangeCallback

EAP peer state change callback function.

Definition at line 203 of file supplicant.h.

◆ interface

NetInterface* interface

Underlying network interface.

Definition at line 195 of file supplicant.h.

◆ paeStateChangeCallback

SupplicantPaeStateChangeCallback paeStateChangeCallback

Supplicant PAE state change callback function.

Definition at line 201 of file supplicant.h.

◆ portIndex

uint_t portIndex

Port index.

Definition at line 196 of file supplicant.h.

◆ task

Task parameters.

Definition at line 194 of file supplicant.h.

◆ tickCallback

SupplicantTickCallback tickCallback

Tick callback function.

Definition at line 204 of file supplicant.h.

◆ tlsCompleteCallback

SupplicantTlsCompleteCallback tlsCompleteCallback

TLS negotiation completion callback function.

Definition at line 199 of file supplicant.h.

◆ tlsInitCallback

SupplicantTlsInitCallback tlsInitCallback

TLS negotiation initialization callback function.

Definition at line 198 of file supplicant.h.


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