Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:FAIL

479 SM_STATE(SUPP_BE, FAIL)
481 SM_ENTRY(SUPP_BE, FAIL);
528 * IEEE Std 802.1X-2004 has transitions from REQUEST to FAIL
550 SM_ENTER(SUPP_BE, FAIL);
568 SM_ENTER(SUPP_BE, FAIL);
581 SM_ENTER(SUPP_BE, FAIL);
916 return "FAIL";
1291 * @fail: %TRUE = set failure, %FALSE = clear failure
1294 * failure (fail = %TRUE). This can be cleared by setting fail = %FALSE.
1296 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail)
1301 "EAP fail=%d", fail);
1302 sm->eapFail = fail;
1303 sm->altReject = fail;