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 initialization 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 185 of file supplicant.h.

Field Documentation

◆ backendStateChangeCallback

SupplicantBackendStateChangeCallback backendStateChangeCallback

Supplicant backend state change callback function.

Definition at line 194 of file supplicant.h.

◆ eapPeerStateChangeCallback

EapPeerStateChangeCallback eapPeerStateChangeCallback

EAP peer state change callback function.

Definition at line 195 of file supplicant.h.

◆ interface

NetInterface* interface

Underlying network interface.

Definition at line 188 of file supplicant.h.

◆ paeStateChangeCallback

SupplicantPaeStateChangeCallback paeStateChangeCallback

Supplicant PAE state change callback function.

Definition at line 193 of file supplicant.h.

◆ portIndex

uint_t portIndex

Port index.

Definition at line 189 of file supplicant.h.

◆ task

Task parameters.

Definition at line 187 of file supplicant.h.

◆ tickCallback

SupplicantTickCallback tickCallback

Tick callback function.

Definition at line 196 of file supplicant.h.

◆ tlsInitCallback

SupplicantTlsInitCallback tlsInitCallback

TLS initialization callback function.

Definition at line 191 of file supplicant.h.


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