Searched refs:portControl (Results 1 – 7 of 7) sorted by relevance
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()[all …]
57 PortTypes portControl; member
172 port_type_txt(sm->portControl), in eapol_auth_dump_state()
47 PortControl portControl; member370 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() argument1766 "portControl=%s", eapol_port_control(portControl)); in eapol_sm_notify_portControl()[all …]
354 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);453 PortControl portControl) in eapol_sm_notify_portControl() argument
304 sta->eapol_sm->portControl = Auto; in hostapd_wpa_auth_set_eapol()
2903 sm->portControl, in ieee802_1x_get_mib_sta()