wpa_supplicant / hostapd
2.5
|
Named configuration blob. More...
#include <eap_config.h>
Data Fields | |
char * | name |
Blob name. | |
u8 * | data |
Pointer to binary data. | |
size_t | len |
Length of binary data. | |
struct wpa_config_blob * | next |
Pointer to next blob in the configuration. | |
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.