#include <eap_config.h>
Public Attributes | |
u8 * | data |
size_t | len |
char * | name |
struct wpa_config_blob * | next |
struct wpa_config_blob - Named configuration blob
This data structure is used to provide storage for binary objects to store abstract information like certificates and private keys inlined with the configuration data.
Definition at line 647 of file eap_config.h.
data - Pointer to binary data
Definition at line 656 of file eap_config.h.
size_t wpa_config_blob::len |
len - Length of binary data
Definition at line 661 of file eap_config.h.
char* wpa_config_blob::name |
name - Blob name
Definition at line 651 of file eap_config.h.
struct wpa_config_blob* wpa_config_blob::next |
next - Pointer to next blob in the configuration
Definition at line 666 of file eap_config.h.