Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/
Deap_ttls.h58 #define EAP_TTLS_MSCHAPV2_CHALLENGE_LEN 16 macro
Deap_ttls.c447 sm, data, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 1); in eap_ttls_phase2_request_mschapv2()
457 challenge, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN); in eap_ttls_phase2_request_mschapv2()
463 data->ident = challenge[EAP_TTLS_MSCHAPV2_CHALLENGE_LEN]; in eap_ttls_phase2_request_mschapv2()
466 if (os_get_random(pos, EAP_TTLS_MSCHAPV2_CHALLENGE_LEN) < 0) { in eap_ttls_phase2_request_mschapv2()
474 pos += EAP_TTLS_MSCHAPV2_CHALLENGE_LEN; in eap_ttls_phase2_request_mschapv2()