Searched refs:portControl (Results 1 – 2 of 2) sorted by relevance
50 PortControl portControl; member335 else if (((sm->portControl == Auto) && in SM_STEP()336 (sm->sPortMode != sm->portControl)) || in SM_STEP()339 else if ((sm->portControl == ForceAuthorized) && in SM_STEP()340 (sm->sPortMode != sm->portControl) && in SM_STEP()343 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()344 (sm->sPortMode != sm->portControl) && in SM_STEP()1026 eapol_port_control(sm->portControl), in eapol_sm_get_status()1467 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) in eapol_sm_notify_portControl() argument1472 "portControl=%s", eapol_port_control(portControl)); in eapol_sm_notify_portControl()[all …]
228 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);302 PortControl portControl) in eapol_sm_notify_portControl() argument