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