#include <config.h>
Collaboration diagram for wpa_config_blob:
Data Fields | |
char * | name |
Blob name. | |
u8 * | data |
Pointer to binary data. | |
size_t | len |
Length of binary data. | |
wpa_config_blob * | next |
Pointer to next blob in the configuration. |
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 33 of file config.h.