Home
last modified time | relevance | path

Searched refs:mschap_challenge (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dchap_ms.c190 static char *mschap_challenge = NULL; variable
209 { "mschap-challenge", o_string, &mschap_challenge,
230 if (mschap_challenge && strlen(mschap_challenge) == 8) in chapms_generate_challenge()
231 memcpy(challenge, mschap_challenge, 8); in chapms_generate_challenge()
242 if (mschap_challenge && strlen(mschap_challenge) == 16) in chapms2_generate_challenge()
243 memcpy(challenge, mschap_challenge, 16); in chapms2_generate_challenge()