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

  /external/wpa_supplicant_8/src/eap_peer/
eap_leap.c 34 u8 ap_challenge[LEAP_CHALLENGE_LEN]; member in struct:eap_leap_data
172 os_memcpy(data->ap_challenge, pos, LEAP_CHALLENGE_LEN);
242 challenge_response(data->ap_challenge, pw_hash_hash, expected);
367 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: ap_challenge",
368 data->ap_challenge, LEAP_CHALLENGE_LEN);
374 addr[1] = data->ap_challenge;

Completed in 2902 milliseconds