Home
last modified time | relevance | path

Searched refs:portControl (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/wpa/src/eapol_auth/
HDeapol_auth_sm.c382 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP()
385 else if (sm->portControl == ForceAuthorized && in SM_STEP()
386 sm->portMode != sm->portControl && in SM_STEP()
389 else if (sm->portControl == ForceUnauthorized && in SM_STEP()
390 sm->portMode != sm->portControl && in SM_STEP()
547 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP()
632 if (sm->portControl != Auto || sm->initialize || in SM_STEP()
671 if (sm->initialize || sm->portControl != Auto) { in SM_STEP()
814 sm->portControl = Auto; in eapol_auth_alloc()
1125 sm->portControl = ForceAuthorized; in eapol_auth_set_conf()
[all …]
HDeapol_auth_sm_i.h60 PortTypes portControl; member
HDeapol_auth_dump.c172 port_type_txt(sm->portControl), in eapol_auth_dump_state()
/NextBSD/contrib/wpa/src/eapol_supp/
HDeapol_supp_sm.c46 PortControl portControl; member
342 else if (((sm->portControl == Auto) && in SM_STEP()
343 (sm->sPortMode != sm->portControl)) || in SM_STEP()
346 else if ((sm->portControl == ForceAuthorized) && in SM_STEP()
347 (sm->sPortMode != sm->portControl) && in SM_STEP()
350 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()
351 (sm->sPortMode != sm->portControl) && in SM_STEP()
1137 eapol_port_control(sm->portControl), in eapol_sm_get_status()
1704 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) in eapol_sm_notify_portControl() argument
1709 "portControl=%s", eapol_port_control(portControl)); in eapol_sm_notify_portControl()
[all …]
HDeapol_supp_sm.h320 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
407 PortControl portControl) in eapol_sm_notify_portControl() argument
/NextBSD/contrib/wpa/src/ap/
HDwpa_auth_glue.c182 sta->eapol_sm->portControl = Auto; in hostapd_wpa_auth_set_eapol()
HDieee802_1x.c2413 sm->portControl, in ieee802_1x_get_mib_sta()