Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.c376 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP()
379 else if (sm->portControl == ForceAuthorized && in SM_STEP()
380 sm->portMode != sm->portControl && in SM_STEP()
383 else if (sm->portControl == ForceUnauthorized && in SM_STEP()
384 sm->portMode != sm->portControl && in SM_STEP()
541 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP()
626 if (sm->portControl != Auto || sm->initialize || in SM_STEP()
667 if (sm->initialize || sm->portControl != Auto) { in SM_STEP()
812 sm->portControl = Auto; in eapol_auth_alloc()
1117 sm->portControl = ForceAuthorized; in eapol_auth_set_conf()
[all …]
Deapol_auth_sm_i.h56 PortTypes portControl; member