Searched refs:LEAP_RESPONSE_LEN (Results 1 – 1 of 1) sorted by relevance
19 #define LEAP_RESPONSE_LEN 24 macro32 u8 peer_response[LEAP_RESPONSE_LEN];35 u8 ap_response[LEAP_RESPONSE_LEN];110 3 + LEAP_RESPONSE_LEN + identity_len, in eap_leap_process_request()116 wpabuf_put_u8(resp, LEAP_RESPONSE_LEN); in eap_leap_process_request()117 rpos = wpabuf_put(resp, LEAP_RESPONSE_LEN); in eap_leap_process_request()126 os_memcpy(data->peer_response, rpos, LEAP_RESPONSE_LEN); in eap_leap_process_request()128 rpos, LEAP_RESPONSE_LEN); in eap_leap_process_request()194 expected[LEAP_RESPONSE_LEN]; in eap_leap_process_response()222 if (response_len != LEAP_RESPONSE_LEN || response_len > len - 3) { in eap_leap_process_response()[all …]