Lines Matching refs:portControl
47 PortControl portControl; member
370 else if (((sm->portControl == Auto) && in SM_STEP()
371 (sm->sPortMode != sm->portControl)) || in SM_STEP()
374 else if ((sm->portControl == ForceAuthorized) && in SM_STEP()
375 (sm->sPortMode != sm->portControl) && in SM_STEP()
378 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()
379 (sm->sPortMode != sm->portControl) && in SM_STEP()
1185 eapol_port_control(sm->portControl), in eapol_sm_get_status()
1761 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) in eapol_sm_notify_portControl() argument
1766 "portControl=%s", eapol_port_control(portControl)); in eapol_sm_notify_portControl()
1767 sm->portControl = portControl; in eapol_sm_notify_portControl()
2128 sm->portControl = Auto; in eapol_sm_init()