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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
mschapv2.c 92 auth_response, MSCHAPV2_AUTH_RESPONSE_LEN);
110 u8 recv_response[MSCHAPV2_AUTH_RESPONSE_LEN];
111 if (buf_len < 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN ||
114 MSCHAPV2_AUTH_RESPONSE_LEN) ||
116 MSCHAPV2_AUTH_RESPONSE_LEN) != 0)
mschapv2.h 20 #define MSCHAPV2_AUTH_RESPONSE_LEN 20
eap_mschapv2.c 84 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN];
358 pos += 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN;
359 len -= 2 + 2 * MSCHAPV2_AUTH_RESPONSE_LEN;
eap_ttls.c 67 u8 auth_response[MSCHAPV2_AUTH_RESPONSE_LEN];
    [all...]

Completed in 49 milliseconds