Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:iresult

1535 	int iresult = 0, result = 0;
1637 iresult = EAP_TLV_RESULT_FAILURE;
1640 iresult = WPA_GET_BE16(pos);
1641 if (iresult != EAP_TLV_RESULT_SUCCESS &&
1642 iresult != EAP_TLV_RESULT_FAILURE) {
1644 "Intermediate Result %d", iresult);
1645 iresult = EAP_TLV_RESULT_FAILURE;
1649 iresult == EAP_TLV_RESULT_SUCCESS ?
1659 iresult = EAP_TLV_RESULT_FAILURE;
1700 if (!resp && iresult == EAP_TLV_RESULT_FAILURE) {