Home
last modified time | relevance | path

Searched refs:eap_config (Results 1 – 13 of 13) sorted by relevance

/hostap-latest/eap_example/
Deap_example_peer.c36 struct eap_peer_config eap_config; member
47 return &peer->eap_config; in peer_get_config()
288 static struct eap_config eap_conf;
297 eap_ctx.eap_config.identity = (u8 *) os_strdup("user"); in eap_example_peer_init()
298 eap_ctx.eap_config.identity_len = 4; in eap_example_peer_init()
299 eap_ctx.eap_config.password = (u8 *) os_strdup("password"); in eap_example_peer_init()
300 eap_ctx.eap_config.password_len = 8; in eap_example_peer_init()
301 eap_ctx.eap_config.cert.ca_cert = os_strdup("ca.pem"); in eap_example_peer_init()
302 eap_ctx.eap_config.fragment_size = 1398; in eap_example_peer_init()
332 os_free(eap_ctx.eap_config.identity); in eap_example_peer_deinit()
[all …]
Deap_example_server.c66 static struct eap_config eap_conf;
/hostap-latest/src/eap_server/
Deap.h110 struct eap_config { struct
287 const struct eap_config *conf, argument
305 void eap_server_config_free(struct eap_config *cfg);
Deap_i.h170 const struct eap_config *cfg;
171 struct eap_config cfg_buf;
Deap_server.c1855 const struct eap_config *conf, in eap_server_sm_init()
2095 void eap_server_config_free(struct eap_config *cfg) in eap_server_config_free()
/hostap-latest/src/eap_peer/
Deap.h289 struct eap_config { struct
331 void *msg_ctx, struct eap_config *conf); argument
Deap.c2208 void *msg_ctx, struct eap_config *conf) in eap_peer_sm_init()
/hostap-latest/src/radius/
Dradius_server.h105 struct eap_config *eap_cfg;
Dradius_server.c228 const struct eap_config *eap_cfg;
/hostap-latest/src/eapol_auth/
Deapol_auth_sm.h18 const struct eap_config *eap_cfg;
/hostap-latest/src/ap/
Dauthsrv.c196 static struct eap_config * authsrv_eap_config(struct hostapd_data *hapd) in authsrv_eap_config()
198 struct eap_config *cfg; in authsrv_eap_config()
Dhostapd.h223 struct eap_config *eap_cfg;
/hostap-latest/src/eapol_supp/
Deapol_supp_sm.c2122 struct eap_config conf; in eapol_sm_init()