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

#include <wifi.h>

Data Fields

char * key_mgmt
 Key management type string.
 
char * openssl_ciphers
 OpenSSL cipher string.
 
char * group_cipher
 Group cipher cipher string.
 
char * pairwise_cipher
 Pairwise_cipher cipher string.
 
char * group_mgmt_cipher
 Group management cipher string.
 
char * tls_flags
 Used to confiure TLS features.
 

Field Documentation

◆ group_cipher

char* wifi_eap_cipher_config::group_cipher

Group cipher cipher string.

◆ group_mgmt_cipher

char* wifi_eap_cipher_config::group_mgmt_cipher

Group management cipher string.

◆ key_mgmt

char* wifi_eap_cipher_config::key_mgmt

Key management type string.

◆ openssl_ciphers

char* wifi_eap_cipher_config::openssl_ciphers

OpenSSL cipher string.

◆ pairwise_cipher

char* wifi_eap_cipher_config::pairwise_cipher

Pairwise_cipher cipher string.

◆ tls_flags

char* wifi_eap_cipher_config::tls_flags

Used to confiure TLS features.


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