Home
last modified time | relevance | path

Searched defs:eap_method (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_i.h66 struct eap_method { struct
70 int vendor;
97 * @priv: Pointer to private EAP method data from eap_method::init() argument
106 * @priv: Pointer to private EAP method data from eap_method::init() argument
125 * @priv: Pointer to private EAP method data from eap_method::init() argument
133 * @priv: Pointer to private EAP method data from eap_method::init() argument
146 * @priv: Pointer to private EAP method data from eap_method::init() argument
228 * registration (e.g., allocated struct eap_method), they should be argument
234 void (*free)(struct eap_method *method); argument
253 struct eap_method *next; argument
[all …]
H A Deap_aka.c53 u8 eap_method; member
H A Deap.c323 const struct eap_method *eap_method; in SM_STATE() local
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Deap_i.h24 struct eap_method { struct
25 int vendor;
26 EapType method;
27 const char *name;
52 * registration (e.g., allocated struct eap_method), they should be argument
58 void (*free)(struct eap_method *method); argument
77 struct eap_method *next; argument
95 * @priv: Pointer to private EAP method data from eap_method::init() argument
103 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len);
H A Deap_server_aka.c49 u8 eap_method; member
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig.h274 struct eap_method_type *eap_method; member
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_config.h229 u8 eap_method; member
233 } eap_method[MAX_NAI_EAP_METHODS]; member
/dragonfly/contrib/wpa_supplicant/src/radius/
H A Dradius_server.c1018 const char *imsi, *eap_method; in radius_server_sim_provisioning_session() local