Lines Matching refs:portControl
394 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP()
397 else if (sm->portControl == ForceAuthorized && in SM_STEP()
398 sm->portMode != sm->portControl && in SM_STEP()
401 else if (sm->portControl == ForceUnauthorized && in SM_STEP()
402 sm->portMode != sm->portControl && in SM_STEP()
560 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP()
645 if (sm->portControl != Auto || sm->initialize || in SM_STEP()
686 if (sm->initialize || sm->portControl != Auto) { in SM_STEP()
831 sm->portControl = Auto; in eapol_auth_alloc()
1132 sm->portControl = ForceAuthorized; in eapol_auth_set_conf()
1134 sm->portControl = ForceUnauthorized; in eapol_auth_set_conf()
1136 sm->portControl = Auto; in eapol_auth_set_conf()