Lines Matching defs:workaround
249 * reply correctly. This occurred when the workaround in FAIL state set
250 * eapNoResp = true.. Maybe that workaround needs to be fixed to do
964 if (sm->workaround)
1136 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
1191 if (sm->workaround && duplicate &&
1199 * workaround these issues.
1203 wpa_printf(MSG_DEBUG, "EAP: workaround - assume this is not a "
1234 else if (sm->workaround && sm->lastId == -1 && sm->rxSuccess &&
1237 else if (sm->workaround && sm->lastId == -1 && sm->rxFailure &&
1241 else if (sm->workaround && sm->rxSuccess && !sm->rxFailure &&
2043 if (sm->workaround) {
2775 * @workaround: 1 = Enable EAP workarounds, 0 = Disable EAP workarounds
2777 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround)
2779 sm->workaround = workaround;