Home
last modified time | relevance | path

Searched refs:response_len (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/eap_peer/
Deap_leap.c193 u8 response_len, pw_hash[16], pw_hash_hash[16], in eap_leap_process_response() local
221 response_len = *pos++; in eap_leap_process_response()
222 if (response_len != LEAP_RESPONSE_LEN || response_len > len - 3) { in eap_leap_process_response()
225 response_len, (unsigned long) wpabuf_len(reqData)); in eap_leap_process_response()
/hostap-latest/src/eap_server/
Deap_server_ttls.c622 u8 *response, size_t response_len) in eap_ttls_process_phase2_mschap() argument
628 response_len != EAP_TTLS_MSCHAP_RESPONSE_LEN) { in eap_ttls_process_phase2_mschap()
632 (unsigned long) response_len); in eap_ttls_process_phase2_mschap()
698 u8 *response, size_t response_len) in eap_ttls_process_phase2_mschapv2() argument
706 response_len != EAP_TTLS_MSCHAPV2_RESPONSE_LEN) { in eap_ttls_process_phase2_mschapv2()
710 (unsigned long) response_len); in eap_ttls_process_phase2_mschapv2()