Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_server/
H A Deap_i.h24 struct eap_method { struct
25 int vendor;
26 enum eap_type method;
27 const char *name;
51 * registration (e.g., allocated struct eap_method), they should be argument
57 void (*free)(struct eap_method *method); argument
76 struct eap_method *next; argument
94 * @priv: Pointer to private EAP method data from eap_method::init() argument
102 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len);
H A Deap_server_aka.c50 u8 eap_method; member
/freebsd/contrib/wpa/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
163 * @priv: Pointer to private EAP method data from eap_method::init() argument
175 * @priv: Pointer to private EAP method data from eap_method::init() argument
188 * @priv: Pointer to private EAP method data from eap_method::init() argument
[all …]
H A Deap_aka.c54 u8 eap_method; member
H A Deap.c332 const struct eap_method *eap_method; in SM_STATE() local
/freebsd/contrib/wpa/src/radius/
H A Dradius_server.c851 const char *imsi, *eap_method; in radius_server_sim_provisioning_session() local
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h337 struct eap_method_type *eap_method; member
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c1474 const char *eap_method = NULL; in set_pps_cred_eap_method_eap_type() local
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h236 u8 eap_method; member
240 } eap_method[MAX_NAI_EAP_METHODS]; member