Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wifi_eap_config Struct Reference

#include <wifi.h>

Data Fields

unsigned int type
 Security type.
 
enum wifi_eap_type eap_type_phase1
 EPA method type of phase1.
 
enum wifi_eap_type eap_type_phase2
 EPA method type of phase2.
 
char * method
 EPA method string.
 
char * phase2
 Phase2 setting string.
 

Field Documentation

◆ eap_type_phase1

enum wifi_eap_type wifi_eap_config::eap_type_phase1

EPA method type of phase1.

◆ eap_type_phase2

enum wifi_eap_type wifi_eap_config::eap_type_phase2

EPA method type of phase2.

◆ method

char* wifi_eap_config::method

EPA method string.

◆ phase2

char* wifi_eap_config::phase2

Phase2 setting string.

◆ type

unsigned int wifi_eap_config::type

Security type.


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