Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:methodState

147 	sm->methodState = METHOD_NONE;
290 sm->methodState = METHOD_NONE;
308 sm->methodState = METHOD_INIT;
339 * Get ignore, methodState, decision, allowNotifications, and
349 * (methodState, decision, allowNotifications) = m.process(eapReqData)
354 ret.methodState = sm->methodState;
362 "methodState=%s decision=%s",
364 eap_sm_method_state_txt(ret.methodState),
370 sm->methodState = ret.methodState;
572 sm->methodState != METHOD_CONT &&
577 sm->methodState == METHOD_DONE)
581 sm->methodState == METHOD_DONE)
625 else if (sm->methodState != METHOD_CONT &&
630 sm->methodState != METHOD_MAY_CONT))) &&
651 sm->methodState != METHOD_DONE)
1451 "methodState=%s\n"
1455 eap_sm_method_state_txt(sm->methodState),
1974 (sm->methodState != METHOD_MAY_CONT &&
1975 sm->methodState != METHOD_DONE))