Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.c383 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP()
386 else if (sm->portControl == ForceAuthorized && in SM_STEP()
387 sm->portMode != sm->portControl && in SM_STEP()
390 else if (sm->portControl == ForceUnauthorized && in SM_STEP()
391 sm->portMode != sm->portControl && in SM_STEP()
548 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP()
633 if (sm->portControl != Auto || sm->initialize || in SM_STEP()
674 if (sm->initialize || sm->portControl != Auto) { in SM_STEP()
819 sm->portControl = Auto; in eapol_auth_alloc()
1120 sm->portControl = ForceAuthorized; in eapol_auth_set_conf()
[all …]
Deapol_auth_sm_i.h57 PortTypes portControl; member
Deapol_auth_dump.c172 port_type_txt(sm->portControl), in eapol_auth_dump_state()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c47 PortControl portControl; member
370 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()
1752 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) in eapol_sm_notify_portControl() argument
1757 "portControl=%s", eapol_port_control(portControl)); in eapol_sm_notify_portControl()
[all …]
Deapol_supp_sm.h341 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
439 PortControl portControl) in eapol_sm_notify_portControl() argument
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c292 sta->eapol_sm->portControl = Auto; in hostapd_wpa_auth_set_eapol()
Dieee802_1x.c2767 sm->portControl, in ieee802_1x_get_mib_sta()