Lines Matching refs:workaround
248 * reply correctly. This occurred when the workaround in FAIL state set
249 * eapNoResp = TRUE.. Maybe that workaround needs to be fixed to do
952 if (sm->workaround)
1110 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
1112 wpa_printf(MSG_DEBUG, "EAP: Workaround for unexpected "
1165 if (sm->workaround && duplicate &&
1173 * workaround these issues.
1177 wpa_printf(MSG_DEBUG, "EAP: workaround - assume this is not a "
1208 else if (sm->workaround && sm->lastId == -1 && sm->rxSuccess &&
1211 else if (sm->workaround && sm->lastId == -1 && sm->rxFailure &&
1215 else if (sm->workaround && sm->rxSuccess && !sm->rxFailure &&
1973 if (sm->workaround) {
2695 * @workaround: 1 = Enable EAP workarounds, 0 = Disable EAP workarounds
2697 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround)
2699 sm->workaround = workaround;