Searched refs:eap_config (Results 1 – 13 of 13) sorted by relevance
36 struct eap_peer_config eap_config; member47 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 …]
66 static struct eap_config eap_conf;
110 struct eap_config { struct287 const struct eap_config *conf, argument305 void eap_server_config_free(struct eap_config *cfg);
170 const struct eap_config *cfg;171 struct eap_config cfg_buf;
1855 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()
289 struct eap_config { struct331 void *msg_ctx, struct eap_config *conf); argument
2208 void *msg_ctx, struct eap_config *conf) in eap_peer_sm_init()
105 struct eap_config *eap_cfg;
228 const struct eap_config *eap_cfg;
18 const struct eap_config *eap_cfg;
196 static struct eap_config * authsrv_eap_config(struct hostapd_data *hapd) in authsrv_eap_config()198 struct eap_config *cfg; in authsrv_eap_config()
223 struct eap_config *eap_cfg;
2122 struct eap_config conf; in eapol_sm_init()