Searched defs:LEAP_RESPONSE_LEN (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_leap.c19 #define LEAP_RESPONSE_LEN 24 macro
32 u8 peer_response[LEAP_RESPONSE_LEN];
35 u8 ap_response[LEAP_RESPONSE_LEN];
110 3 + LEAP_RESPONSE_LEN + identity_len,
116 wpabuf_put_u8(resp, LEAP_RESPONSE_LEN);
117 rpos = wpabuf_put(resp, LEAP_RESPONSE_LEN);
122 os_memcpy(data->peer_response, rpos, LEAP_RESPONSE_LEN);
124 rpos, LEAP_RESPONSE_LEN);
190 expected[LEAP_RESPONSE_LEN];
218 if (response_len != LEAP_RESPONSE_LEN || response_le
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_leap.c19 #define LEAP_RESPONSE_LEN 24 macro
32 u8 peer_response[LEAP_RESPONSE_LEN];
35 u8 ap_response[LEAP_RESPONSE_LEN];
110 3 + LEAP_RESPONSE_LEN + identity_len,
116 wpabuf_put_u8(resp, LEAP_RESPONSE_LEN);
117 rpos = wpabuf_put(resp, LEAP_RESPONSE_LEN);
122 os_memcpy(data->peer_response, rpos, LEAP_RESPONSE_LEN);
124 rpos, LEAP_RESPONSE_LEN);
190 expected[LEAP_RESPONSE_LEN];
218 if (response_len != LEAP_RESPONSE_LEN || response_le
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_leap.c19 #define LEAP_RESPONSE_LEN 24 macro
32 u8 peer_response[LEAP_RESPONSE_LEN];
35 u8 ap_response[LEAP_RESPONSE_LEN];
110 3 + LEAP_RESPONSE_LEN + identity_len,
116 wpabuf_put_u8(resp, LEAP_RESPONSE_LEN);
117 rpos = wpabuf_put(resp, LEAP_RESPONSE_LEN);
122 os_memcpy(data->peer_response, rpos, LEAP_RESPONSE_LEN);
124 rpos, LEAP_RESPONSE_LEN);
190 expected[LEAP_RESPONSE_LEN];
218 if (response_len != LEAP_RESPONSE_LEN || response_le
[all...]

Completed in 69 milliseconds