Searched defs:portControl (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant/
H A Deapol_sm.h228 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
302 PortControl portControl)
301 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
H A Deapol_sm.c50 PortControl portControl; member in struct:eapol_sm
335 else if (((sm->portControl == Auto) &&
336 (sm->sPortMode != sm->portControl)) ||
339 else if ((sm->portControl == ForceAuthorized) &&
340 (sm->sPortMode != sm->portControl) &&
343 else if ((sm->portControl == ForceUnauthorized) &&
344 (sm->sPortMode != sm->portControl) &&
1020 "portControl=%s\n"
1026 eapol_port_control(sm->portControl),
1461 * eapol_sm_notify_portControl - Notification of portControl change
1467 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h247 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
321 PortControl portControl)
320 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
H A Deapol_supp_sm.c51 PortControl portControl; member in struct:eapol_sm
359 else if (((sm->portControl == Auto) &&
360 (sm->sPortMode != sm->portControl)) ||
363 else if ((sm->portControl == ForceAuthorized) &&
364 (sm->sPortMode != sm->portControl) &&
367 else if ((sm->portControl == ForceUnauthorized) &&
368 (sm->sPortMode != sm->portControl) &&
1045 "portControl=%s\n"
1051 eapol_port_control(sm->portControl),
1524 * eapol_sm_notify_portControl - Notification of portControl change
1530 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
[all...]

Completed in 14 milliseconds