Searched refs:eap_conf (Results 1 – 9 of 9) sorted by relevance
778 struct eap_config eap_conf; in eapol_auth_alloc() local826 os_memset(&eap_conf, 0, sizeof(eap_conf)); in eapol_auth_alloc()827 eap_conf.eap_server = eapol->conf.eap_server; in eapol_auth_alloc()828 eap_conf.ssl_ctx = eapol->conf.ssl_ctx; in eapol_auth_alloc()829 eap_conf.msg_ctx = eapol->conf.msg_ctx; in eapol_auth_alloc()830 eap_conf.eap_sim_db_priv = eapol->conf.eap_sim_db_priv; in eapol_auth_alloc()831 eap_conf.pac_opaque_encr_key = eapol->conf.pac_opaque_encr_key; in eapol_auth_alloc()832 eap_conf.eap_fast_a_id = eapol->conf.eap_fast_a_id; in eapol_auth_alloc()833 eap_conf.eap_fast_a_id_len = eapol->conf.eap_fast_a_id_len; in eapol_auth_alloc()834 eap_conf.eap_fast_a_id_info = eapol->conf.eap_fast_a_id_info; in eapol_auth_alloc()[all …]
622 struct eap_config *eap_conf) in radius_server_testing_options_tls() argument629 eap_conf->tls_test_flags = TLS_BREAK_VERIFY_DATA; in radius_server_testing_options_tls()633 eap_conf->tls_test_flags = TLS_BREAK_SRV_KEY_X_HASH; in radius_server_testing_options_tls()637 eap_conf->tls_test_flags = TLS_BREAK_SRV_KEY_X_SIGNATURE; in radius_server_testing_options_tls()641 eap_conf->tls_test_flags = TLS_DHE_PRIME_511B; in radius_server_testing_options_tls()645 eap_conf->tls_test_flags = TLS_DHE_PRIME_767B; in radius_server_testing_options_tls()649 eap_conf->tls_test_flags = TLS_DHE_PRIME_15; in radius_server_testing_options_tls()653 eap_conf->tls_test_flags = TLS_DHE_PRIME_58B; in radius_server_testing_options_tls()657 eap_conf->tls_test_flags = TLS_DHE_NON_PRIME; in radius_server_testing_options_tls()667 struct eap_config *eap_conf) in radius_server_testing_options() argument[all …]
18 struct eap_peer_config *eap_conf);41 struct eap_peer_config *eap_conf) in rsn_preauth_init() argument
186 struct eap_peer_config *eap_conf) in rsn_preauth_init() argument252 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf); in rsn_preauth_init()
171 struct eap_peer_config *eap_conf) in rsn_preauth_init() argument236 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf); in rsn_preauth_init()
479 struct eap_session_data *eap_conf) in radius_server_testing_options_tls() argument486 eap_conf->tls_test_flags = TLS_BREAK_VERIFY_DATA; in radius_server_testing_options_tls()490 eap_conf->tls_test_flags = TLS_BREAK_SRV_KEY_X_HASH; in radius_server_testing_options_tls()494 eap_conf->tls_test_flags = TLS_BREAK_SRV_KEY_X_SIGNATURE; in radius_server_testing_options_tls()498 eap_conf->tls_test_flags = TLS_DHE_PRIME_511B; in radius_server_testing_options_tls()502 eap_conf->tls_test_flags = TLS_DHE_PRIME_767B; in radius_server_testing_options_tls()506 eap_conf->tls_test_flags = TLS_DHE_PRIME_15; in radius_server_testing_options_tls()510 eap_conf->tls_test_flags = TLS_DHE_PRIME_58B; in radius_server_testing_options_tls()514 eap_conf->tls_test_flags = TLS_DHE_NON_PRIME; in radius_server_testing_options_tls()524 struct eap_session_data *eap_conf) in radius_server_testing_options() argument[all …]
151 struct eap_config *eap_conf);
8291 struct eap_peer_config *eap_conf = &ssid->eap; local8294 str_clear_free(eap_conf->external_sim_resp);8295 eap_conf->external_sim_resp = os_strdup(val);8296 eap_conf->pending_req_sim = 0;