Zephyr API Documentation 4.1.0-rc2
A Scalable Open Source RTOS
 4.1.0-rc2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
wifi_eap_config Struct Reference

#include <wifi.h>

Data Fields

enum wifi_security_type type
 Security type.
 
enum wifi_eap_type eap_type_phase1
 EAP method type of phase1.
 
enum wifi_eap_type eap_type_phase2
 EAP method type of phase2.
 
char * method
 EAP method string.
 
char * phase2
 Phase2 setting string.
 

Field Documentation

◆ eap_type_phase1

enum wifi_eap_type wifi_eap_config::eap_type_phase1

EAP method type of phase1.

◆ eap_type_phase2

enum wifi_eap_type wifi_eap_config::eap_type_phase2

EAP method type of phase2.

◆ method

char* wifi_eap_config::method

EAP method string.

◆ phase2

char* wifi_eap_config::phase2

Phase2 setting string.

◆ type

enum wifi_security_type wifi_eap_config::type

Security type.


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