Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/eapol_auth/
H A Deapol_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()
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()
1135 sm->portControl = ForceAuthorized; in eapol_auth_set_conf()
1137 sm->portControl = ForceUnauthorized; in eapol_auth_set_conf()
[all …]
H A Deapol_auth_sm_i.h57 PortTypes portControl; member
H A Deapol_auth_dump.c172 port_type_txt(sm->portControl), in eapol_auth_dump_state()
/netbsd/external/bsd/wpa/dist/src/eapol_supp/
H A Deapol_supp_sm.c47 PortControl portControl; member
356 else if (((sm->portControl == Auto) && in SM_STEP()
357 (sm->sPortMode != sm->portControl)) || in SM_STEP()
360 else if ((sm->portControl == ForceAuthorized) && in SM_STEP()
361 (sm->sPortMode != sm->portControl) && in SM_STEP()
364 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()
365 (sm->sPortMode != sm->portControl) && in SM_STEP()
1169 eapol_port_control(sm->portControl), in eapol_sm_get_status()
1741 "portControl=%s", eapol_port_control(portControl)); in eapol_sm_notify_portControl()
1742 sm->portControl = portControl; in eapol_sm_notify_portControl()
[all …]
H A Deapol_supp_sm.h332 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
430 PortControl portControl) in eapol_sm_notify_portControl() argument
/netbsd/sys/dev/mii/
H A Dmvphy.c103 uint32_t portControl; /* switch port control setting for PHY */ member
324 MV_WRITE(sc, conf->switchPortAddr, MV_PORT_CONTROL, conf->portControl); in mvphy_switchconfig()
/netbsd/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth_glue.c210 sta->eapol_sm->portControl = Auto; in hostapd_wpa_auth_set_eapol()
H A Dieee802_1x.c2761 sm->portControl, in ieee802_1x_get_mib_sta()