Lines Matching refs:identity_len
87 buf = wpabuf_alloc(1 + 1 + sm->identity_len); in eap_ttls_valid_session()
94 if (sm->identity_len <= 255) in eap_ttls_valid_session()
95 id_len = sm->identity_len; in eap_ttls_valid_session()
656 sm->identity, sm->identity_len, in eap_ttls_process_phase2_mschap()
734 username_len = sm->identity_len; in eap_ttls_process_phase2_mschapv2()
928 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { in eap_ttls_process_phase2_eap_response()
932 sm->identity, sm->identity_len); in eap_ttls_process_phase2_eap_response()
1070 sm->identity_len = parse.user_name_len; in eap_ttls_process_phase2()
1242 sm->identity_len = 0; in eap_ttls_process()
1248 sm->identity_len = id_len; in eap_ttls_process()
1250 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { in eap_ttls_process()
1252 sm->identity, sm->identity_len); in eap_ttls_process()