Lines Matching refs:op_code
18 u8 op_code; /* MSCHAPV2_OP_* */ member
129 ms->op_code = MSCHAPV2_OP_CHALLENGE; in eap_mschapv2_build_challenge()
167 ms->op_code = MSCHAPV2_OP_SUCCESS; in eap_mschapv2_build_success_req()
210 ms->op_code = MSCHAPV2_OP_FAILURE; in eap_mschapv2_build_failure_req()
261 resp->op_code != MSCHAPV2_OP_RESPONSE) { in eap_mschapv2_check()
263 "ignore op %d", resp->op_code); in eap_mschapv2_check()
268 resp->op_code != MSCHAPV2_OP_SUCCESS && in eap_mschapv2_check()
269 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
271 "Failure - ignore op %d", resp->op_code); in eap_mschapv2_check()
276 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
278 "- ignore op %d", resp->op_code); in eap_mschapv2_check()
310 resp->op_code != MSCHAPV2_OP_RESPONSE || in eap_mschapv2_process_response()
472 if (resp->op_code == MSCHAPV2_OP_SUCCESS) { in eap_mschapv2_process_success_resp()
499 if (resp->op_code == MSCHAPV2_OP_FAILURE) { in eap_mschapv2_process_failure_resp()