Home
last modified time | relevance | path

Searched refs:portMode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c201 sm->portMode = Auto; in SM_STATE()
374 sm->portMode = ForceAuthorized; in SM_STATE()
386 sm->portMode = ForceUnauthorized; in SM_STATE()
394 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP()
398 sm->portMode != sm->portControl && in SM_STEP()
402 sm->portMode != sm->portControl && in SM_STEP()
H A Deapol_auth_sm_i.h72 PortTypes portMode; member
H A Deapol_auth_dump.c204 port_type_txt(sm->portMode), in eapol_auth_dump_state()