HomeSort by relevance Sort by last modified time
    Searched refs:PortControl (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;
335 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
433 PortControl portControl)
eapol_supp_sm.c 47 PortControl portControl;
76 PortControl sPortMode;
355 else if (((sm->portControl == Auto) &&
356 (sm->sPortMode != sm->portControl)) ||
359 else if ((sm->portControl == ForceAuthorized) &&
360 (sm->sPortMode != sm->portControl) &&
363 else if ((sm->portControl == ForceUnauthorized) &&
364 (sm->sPortMode != sm->portControl) &&
1065 static const char * eapol_port_control(PortControl ctrl
    [all...]

Completed in 64 milliseconds