Searched defs:phase2 (Results 1 - 25 of 50) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dauthsrv.c53 size_t identity_len, int phase2,
60 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
52 hostapd_radius_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
H A Deap_user_db.c134 size_t identity_len, int phase2)
170 hapd->tmp_eap_user.phase2 = phase2;
184 "SELECT * FROM users WHERE identity='%s' AND phase2=%d;",
185 id_str, phase2);
195 if (user == NULL && !phase2) {
225 size_t identity_len, int phase2)
254 if (!phase2 && user->identity == NULL) {
259 if (user->phase2 == !!phase2
133 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
224 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tls_common.h52 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
54 int phase2; member in struct:eap_ssl_data
H A Deap_config.h435 * phase2 - Phase2 (inner authentication with TLS tunnel) parameters
442 char *phase2; member in struct:eap_peer_config
550 * key2_id - Key ID for OpenSSL engine (phase2)
558 * cert2_id - Cert ID for OpenSSL engine (phase2)
566 * ca_cert2_id - CA Cert ID for OpenSSL engine (phase2)
H A Deap_tls_common.c132 eap_tls_params_flags(params, config->phase2);
139 struct eap_peer_config *config, int phase2)
154 if (phase2) {
155 wpa_printf(MSG_DEBUG, "TLS: using phase2 config options");
262 data->phase2 = sm->init_phase2;
265 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) <
273 if (data->phase2) {
999 * @prefix: 'phase2' configuration prefix, e.g., "auth="
1017 if (config == NULL || config->phase2 == NULL)
1020 start = buf = os_strdup(config->phase2);
136 eap_tls_params_from_conf(struct eap_sm *sm, struct eap_ssl_data *data, struct tls_connection_params *params, struct eap_peer_config *config, int phase2) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_tls_common.h42 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
44 int phase2; member in struct:eap_ssl_data
H A Deap_server_eke.c33 int phase2; member in struct:eap_eke_data
95 data->phase2 = sm->init_phase2;
482 if (eap_user_get(sm, data->peerid, data->peerid_len, data->phase2)) {
/external/wpa_supplicant_8/src/ap/
H A Dauthsrv.c53 size_t identity_len, int phase2,
60 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
52 hostapd_radius_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
H A Deap_user_db.c134 size_t identity_len, int phase2)
170 hapd->tmp_eap_user.phase2 = phase2;
184 "SELECT * FROM users WHERE identity='%s' AND phase2=%d;",
185 id_str, phase2);
195 if (user == NULL && !phase2) {
225 size_t identity_len, int phase2)
254 if (!phase2 && user->identity == NULL) {
259 if (user->phase2 == !!phase2
133 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
224 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tls_common.h52 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
54 int phase2; member in struct:eap_ssl_data
H A Deap_config.h435 * phase2 - Phase2 (inner authentication with TLS tunnel) parameters
442 char *phase2; member in struct:eap_peer_config
550 * key2_id - Key ID for OpenSSL engine (phase2)
558 * cert2_id - Cert ID for OpenSSL engine (phase2)
566 * ca_cert2_id - CA Cert ID for OpenSSL engine (phase2)
H A Deap_tls_common.c132 eap_tls_params_flags(params, config->phase2);
139 struct eap_peer_config *config, int phase2)
154 if (phase2) {
155 wpa_printf(MSG_DEBUG, "TLS: using phase2 config options");
262 data->phase2 = sm->init_phase2;
265 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) <
273 if (data->phase2) {
999 * @prefix: 'phase2' configuration prefix, e.g., "auth="
1017 if (config == NULL || config->phase2 == NULL)
1020 start = buf = os_strdup(config->phase2);
136 eap_tls_params_from_conf(struct eap_sm *sm, struct eap_ssl_data *data, struct tls_connection_params *params, struct eap_peer_config *config, int phase2) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_tls_common.h42 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
44 int phase2; member in struct:eap_ssl_data
H A Deap_server_eke.c33 int phase2; member in struct:eap_eke_data
95 data->phase2 = sm->init_phase2;
482 if (eap_user_get(sm, data->peerid, data->peerid_len, data->phase2)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c53 size_t identity_len, int phase2,
60 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
52 hostapd_radius_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
H A Deap_user_db.c134 size_t identity_len, int phase2)
170 hapd->tmp_eap_user.phase2 = phase2;
184 "SELECT * FROM users WHERE identity='%s' AND phase2=%d;",
185 id_str, phase2);
195 if (user == NULL && !phase2) {
225 size_t identity_len, int phase2)
254 if (!phase2 && user->identity == NULL) {
259 if (user->phase2 == !!phase2
133 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
224 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.h52 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
54 int phase2; member in struct:eap_ssl_data
H A Deap_config.h435 * phase2 - Phase2 (inner authentication with TLS tunnel) parameters
442 char *phase2; member in struct:eap_peer_config
550 * key2_id - Key ID for OpenSSL engine (phase2)
558 * cert2_id - Cert ID for OpenSSL engine (phase2)
566 * ca_cert2_id - CA Cert ID for OpenSSL engine (phase2)
H A Deap_tls_common.c132 eap_tls_params_flags(params, config->phase2);
139 struct eap_peer_config *config, int phase2)
154 if (phase2) {
155 wpa_printf(MSG_DEBUG, "TLS: using phase2 config options");
262 data->phase2 = sm->init_phase2;
265 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) <
273 if (data->phase2) {
999 * @prefix: 'phase2' configuration prefix, e.g., "auth="
1017 if (config == NULL || config->phase2 == NULL)
1020 start = buf = os_strdup(config->phase2);
136 eap_tls_params_from_conf(struct eap_sm *sm, struct eap_ssl_data *data, struct tls_connection_params *params, struct eap_peer_config *config, int phase2) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_tls_common.h42 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
44 int phase2; member in struct:eap_ssl_data
H A Deap_server_eke.c33 int phase2; member in struct:eap_eke_data
95 data->phase2 = sm->init_phase2;
482 if (eap_user_get(sm, data->peerid, data->peerid_len, data->phase2)) {
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c1027 size_t identity_len, int phase2,
1034 identity_len, phase2, user);
1026 eapol_sm_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.c1027 size_t identity_len, int phase2,
1034 identity_len, phase2, user);
1026 eapol_sm_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.c1027 size_t identity_len, int phase2,
1034 identity_len, phase2, user);
1026 eapol_sm_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp312 char phase2[32]; local
313 phase2[0] = '\0';
316 snprintf(phase2, sizeof(phase2), "auth=%s",
321 snprintf(phase2, sizeof(phase2), "autheap=%s",
325 snprintf(phase2, sizeof(phase2), "auth=%s",
330 snprintf(phase2, sizeof(phase2), "aut
[all...]

Completed in 4878 milliseconds

12