Searched refs:ap_challenge (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_leap.c | 34 u8 ap_challenge[LEAP_CHALLENGE_LEN]; member 176 os_memcpy(data->ap_challenge, pos, LEAP_CHALLENGE_LEN); in eap_leap_process_success() 246 if (challenge_response(data->ap_challenge, pw_hash_hash, expected)) { in eap_leap_process_response() 375 data->ap_challenge, LEAP_CHALLENGE_LEN); in eap_leap_getKey() 381 addr[1] = data->ap_challenge; in eap_leap_getKey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_leap.c | 34 u8 ap_challenge[LEAP_CHALLENGE_LEN]; member 176 os_memcpy(data->ap_challenge, pos, LEAP_CHALLENGE_LEN); in eap_leap_process_success() 246 if (challenge_response(data->ap_challenge, pw_hash_hash, expected)) { in eap_leap_process_response() 375 data->ap_challenge, LEAP_CHALLENGE_LEN); in eap_leap_getKey() 381 addr[1] = data->ap_challenge; in eap_leap_getKey()
|