Lines Matching refs:config

95 	struct eap_peer_config *config = eap_get_config(sm);  in eap_ttls_init()  local
108 if (config && config->phase1) in eap_ttls_init()
109 eap_ttls_parse_phase1(data, config->phase1); in eap_ttls_init()
115 if (config && config->phase2) { in eap_ttls_init()
118 while ((token = cstr_token(config->phase2, " \t", &last))) { in eap_ttls_init()
157 if (os_strstr(config->phase2, "autheap=")) { in eap_ttls_init()
172 if (eap_peer_select_phase2_methods(config, "autheap=", in eap_ttls_init()
184 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_TTLS)) { in eap_ttls_init()
481 struct eap_peer_config *config = eap_get_config(sm); in eap_ttls_phase2_request_eap() local
516 (config->pending_req_identity || config->pending_req_password || in eap_ttls_phase2_request_eap()
517 config->pending_req_otp || config->pending_req_sim)) { in eap_ttls_phase2_request_eap()
1299 struct eap_peer_config *config = eap_get_config(sm); in eap_ttls_process_decrypted() local
1351 } else if (config->pending_req_identity || in eap_ttls_process_decrypted()
1352 config->pending_req_password || in eap_ttls_process_decrypted()
1353 config->pending_req_otp || in eap_ttls_process_decrypted()
1354 config->pending_req_new_password || in eap_ttls_process_decrypted()
1355 config->pending_req_sim) { in eap_ttls_process_decrypted()
1387 struct eap_peer_config *config = eap_get_config(sm); in eap_ttls_implicit_identity_request() local
1389 (config->pending_req_identity || in eap_ttls_implicit_identity_request()
1390 config->pending_req_password || in eap_ttls_implicit_identity_request()
1391 config->pending_req_otp || in eap_ttls_implicit_identity_request()
1392 config->pending_req_new_password || in eap_ttls_implicit_identity_request()
1393 config->pending_req_sim)) { in eap_ttls_implicit_identity_request()
1545 struct eap_peer_config *config = eap_get_config(sm); in eap_ttls_process_handshake() local
1547 if (config->pending_ext_cert_check == EXT_CERT_CHECK_GOOD) { in eap_ttls_process_handshake()
1556 if (config->pending_ext_cert_check == EXT_CERT_CHECK_BAD) { in eap_ttls_process_handshake()