Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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: