Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Deapol_sm.c50 PortControl portControl; member
335 else if (((sm->portControl == Auto) && in SM_STEP()
336 (sm->sPortMode != sm->portControl)) || in SM_STEP()
339 else if ((sm->portControl == ForceAuthorized) && in SM_STEP()
340 (sm->sPortMode != sm->portControl) && in SM_STEP()
343 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()
344 (sm->sPortMode != sm->portControl) && in SM_STEP()
1026 eapol_port_control(sm->portControl), in eapol_sm_get_status()
1467 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) in eapol_sm_notify_portControl() argument
1472 "portControl=%s", eapol_port_control(portControl)); in eapol_sm_notify_portControl()
[all …]
Deapol_sm.h228 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
302 PortControl portControl) in eapol_sm_notify_portControl() argument