Searched refs:MSCHAPV2_OP_FAILURE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c28 #define MSCHAPV2_OP_FAILURE 4 macro
204 ms->op_code = MSCHAPV2_OP_FAILURE;
263 resp->op_code != MSCHAPV2_OP_FAILURE) {
270 resp->op_code != MSCHAPV2_OP_FAILURE) {
493 if (resp->op_code == MSCHAPV2_OP_FAILURE) {
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_mschapv2.c64 #define MSCHAPV2_OP_FAILURE 4 macro
702 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */
824 case MSCHAPV2_OP_FAILURE:

Completed in 109 milliseconds