Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:methodState

169 	sm->methodState = METHOD_NONE;
341 sm->methodState = METHOD_NONE;
359 sm->methodState = METHOD_INIT;
656 * Get ignore, methodState, decision, allowNotifications, and
666 * (methodState, decision, allowNotifications) = m.process(eapReqData)
671 ret.methodState = sm->methodState;
679 "methodState=%s decision=%s eapRespData=%p",
681 eap_sm_method_state_txt(ret.methodState),
688 sm->methodState = ret.methodState;
910 sm->methodState != METHOD_CONT &&
915 sm->methodState == METHOD_DONE)
919 sm->methodState == METHOD_DONE)
976 !sm->rxReq && sm->methodState != METHOD_CONT &&
980 !sm->rxReq && sm->methodState != METHOD_CONT &&
983 else if (sm->methodState != METHOD_CONT &&
988 sm->methodState != METHOD_MAY_CONT))) &&
1009 sm->methodState != METHOD_DONE)
1046 * Note: RFC 4137 uses methodState == DONE && decision == FAIL
1049 * all methods to either use methodState MAY_CONT or leaving
1055 else if (sm->methodState == METHOD_DONE &&
2167 "methodState=%s\n"
2171 eap_sm_method_state_txt(sm->methodState),
2729 (sm->methodState != METHOD_MAY_CONT &&
2730 sm->methodState != METHOD_DONE))