Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:methodState

117 	sm->methodState = METHOD_NONE;
252 sm->methodState = METHOD_NONE;
270 sm->methodState = METHOD_INIT;
302 * Get ignore, methodState, decision, allowNotifications, and
312 * (methodState, decision, allowNotifications) = m.process(eapReqData)
317 ret.methodState = sm->methodState;
326 "methodState=%s decision=%s",
328 eap_sm_method_state_txt(ret.methodState),
334 sm->methodState = ret.methodState;
579 sm->methodState != METHOD_CONT &&
584 sm->methodState == METHOD_DONE)
588 sm->methodState == METHOD_DONE)
621 else if (sm->methodState != METHOD_CONT &&
626 sm->methodState != METHOD_MAY_CONT))) &&
647 sm->methodState != METHOD_DONE)
1390 "methodState=%s\n"
1394 eap_sm_method_state_txt(sm->methodState),
1869 (sm->methodState != METHOD_MAY_CONT &&
1870 sm->methodState != METHOD_DONE))