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

/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c382 if ((sm->portControl == Auto && sm->portMode != sm->portControl) ||
385 else if (sm->portControl == ForceAuthorized &&
386 sm->portMode != sm->portControl &&
389 else if (sm->portControl == ForceUnauthorized &&
390 sm->portMode != sm->portControl &&
547 if (sm->portControl != Auto || sm->initialize || sm->authAbort) {
632 if (sm->portControl != Auto || sm->initialize ||
671 if (sm->initialize || sm->portControl != Auto) {
814 sm->portControl
[all...]
H A Deapol_auth_sm_i.h57 PortTypes portControl; member in struct:eapol_state_machine
H A Deapol_auth_dump.c154 "portControl=%s\n"
172 port_type_txt(sm->portControl),
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h332 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
430 PortControl portControl)
429 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
H A Deapol_supp_sm.c47 PortControl portControl; member in struct:eapol_sm
356 else if (((sm->portControl == Auto) &&
357 (sm->sPortMode != sm->portControl)) ||
360 else if ((sm->portControl == ForceAuthorized) &&
361 (sm->sPortMode != sm->portControl) &&
364 else if ((sm->portControl == ForceUnauthorized) &&
365 (sm->sPortMode != sm->portControl) &&
1163 "portControl=%s\n"
1169 eapol_port_control(sm->portControl),
1730 * eapol_sm_notify_portControl - Notification of portControl change
1736 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c210 sta->eapol_sm->portControl = Auto;
H A Dieee802_1x.c2761 sm->portControl,

Completed in 200 milliseconds