HomeSort by relevance Sort by last modified time
    Searched refs:ap_challenge (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant/
eap_leap.c 39 u8 ap_challenge[LEAP_CHALLENGE_LEN]; member in struct:eap_leap_data
180 os_memcpy(data->ap_challenge, pos, LEAP_CHALLENGE_LEN);
244 challenge_response(data->ap_challenge, pw_hash_hash, expected);
356 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: ap_challenge",
357 data->ap_challenge, LEAP_CHALLENGE_LEN);
363 addr[1] = data->ap_challenge;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_leap.c 39 u8 ap_challenge[LEAP_CHALLENGE_LEN]; member in struct:eap_leap_data
177 os_memcpy(data->ap_challenge, pos, LEAP_CHALLENGE_LEN);
241 challenge_response(data->ap_challenge, pw_hash_hash, expected);
360 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: ap_challenge",
361 data->ap_challenge, LEAP_CHALLENGE_LEN);
367 addr[1] = data->ap_challenge;
  /external/wpa_supplicant_8/src/eap_peer/
eap_leap.c 40 u8 ap_challenge[LEAP_CHALLENGE_LEN]; member in struct:eap_leap_data
178 os_memcpy(data->ap_challenge, pos, LEAP_CHALLENGE_LEN);
248 challenge_response(data->ap_challenge, pw_hash_hash, expected);
373 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: ap_challenge",
374 data->ap_challenge, LEAP_CHALLENGE_LEN);
380 addr[1] = data->ap_challenge;

Completed in 585 milliseconds