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

  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 60 PortTypes portControl;
eapol_auth_sm.c 370 if ((sm->portControl == Auto && sm->portMode != sm->portControl) ||
373 else if (sm->portControl == ForceAuthorized &&
374 sm->portMode != sm->portControl &&
377 else if (sm->portControl == ForceUnauthorized &&
378 sm->portMode != sm->portControl &&
535 if (sm->portControl != Auto || sm->initialize || sm->authAbort) {
620 if (sm->portControl != Auto || sm->initialize ||
659 if (sm->initialize || sm->portControl != Auto) {
802 sm->portControl = Auto
    [all...]
eapol_auth_dump.c 154 "portControl=%s\n"
172 port_type_txt(sm->portControl),
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;
320 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
407 PortControl portControl)
eapol_supp_sm.c 46 PortControl portControl;
75 PortControl sPortMode;
341 else if (((sm->portControl == Auto) &&
342 (sm->sPortMode != sm->portControl)) ||
345 else if ((sm->portControl == ForceAuthorized) &&
346 (sm->sPortMode != sm->portControl) &&
349 else if ((sm->portControl == ForceUnauthorized) &&
350 (sm->sPortMode != sm->portControl) &&
1027 static const char * eapol_port_control(PortControl ctrl
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 175 sta->eapol_sm->portControl = Auto;
ieee802_1x.c     [all...]

Completed in 106 milliseconds