#include <ap_config.h>
Public Attributes | |
int | force_version |
u8 * | identity |
size_t | identity_len |
struct { | |
u32 method | |
int vendor | |
} | methods [EAP_USER_MAX_METHODS] |
struct hostapd_eap_user * | next |
u8 * | password |
unsigned int | password_hash:1 |
size_t | password_len |
int | phase2 |
int | ttls_auth |
unsigned int | wildcard_prefix:1 |
Definition at line 107 of file ap_config.h.
Definition at line 118 of file ap_config.h.
Definition at line 109 of file ap_config.h.
Definition at line 110 of file ap_config.h.
Definition at line 113 of file ap_config.h.
struct { ... } hostapd_eap_user::methods[EAP_USER_MAX_METHODS] |
Definition at line 108 of file ap_config.h.
Definition at line 115 of file ap_config.h.
unsigned int hostapd_eap_user::password_hash |
Definition at line 120 of file ap_config.h.
Definition at line 116 of file ap_config.h.
Definition at line 117 of file ap_config.h.
Definition at line 122 of file ap_config.h.
Definition at line 112 of file ap_config.h.
unsigned int hostapd_eap_user::wildcard_prefix |
Definition at line 119 of file ap_config.h.