Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:methodState

155 	sm->methodState = METHOD_NONE;
314 sm->methodState = METHOD_NONE;
332 sm->methodState = METHOD_INIT;
368 * Get ignore, methodState, decision, allowNotifications, and
378 * (methodState, decision, allowNotifications) = m.process(eapReqData)
383 ret.methodState = sm->methodState;
391 "methodState=%s decision=%s",
393 eap_sm_method_state_txt(ret.methodState),
399 sm->methodState = ret.methodState;
614 sm->methodState != METHOD_CONT &&
619 sm->methodState == METHOD_DONE)
623 sm->methodState == METHOD_DONE)
667 else if (sm->methodState != METHOD_CONT &&
672 sm->methodState != METHOD_MAY_CONT))) &&
693 sm->methodState != METHOD_DONE)
1619 "methodState=%s\n"
1623 eap_sm_method_state_txt(sm->methodState),
2163 (sm->methodState != METHOD_MAY_CONT &&
2164 sm->methodState != METHOD_DONE))