Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_server/
H A Deap_i.h187 bool eap_fast_mschapv2; member
H A Deap_server_mschapv2.c68 sm->eap_fast_mschapv2 ? "FAST-" : "", in eap_mschapv2_init()
574 first_is_send = sm->eap_fast_mschapv2; in eap_mschapv2_getKey()
H A Deap_server_fast.c953 sm->eap_fast_mschapv2 = true; in eap_fast_phase2_init()
H A Deap_server_teap.c1039 sm->eap_fast_mschapv2 = true; in eap_teap_phase2_init()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_i.h371 bool eap_fast_mschapv2; member
H A Deap_mschapv2.c112 sm->eap_fast_mschapv2 ? "FAST-" : "", in eap_mschapv2_init()
878 first_is_send = !sm->eap_fast_mschapv2; in eap_mschapv2_getKey()
H A Deap_fast.c357 sm->eap_fast_mschapv2 = true; in eap_fast_init_phase2_method()
H A Deap_teap.c327 sm->eap_fast_mschapv2 = true; in eap_teap_init_phase2_method()
H A Deap.c270 sm->eap_fast_mschapv2 = false; in SM_STATE()