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 57 PortTypes portControl;
eapol_auth_sm.c 369 if ((sm->portControl == Auto && sm->portMode != sm->portControl) ||
372 else if (sm->portControl == ForceAuthorized &&
373 sm->portMode != sm->portControl &&
376 else if (sm->portControl == ForceUnauthorized &&
377 sm->portMode != sm->portControl &&
534 if (sm->portControl != Auto || sm->initialize || sm->authAbort) {
619 if (sm->portControl != Auto || sm->initialize ||
658 if (sm->initialize || sm->portControl != Auto) {
801 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;
293 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
372 PortControl portControl)
eapol_supp_sm.c 46 PortControl portControl;
75 PortControl sPortMode;
332 else if (((sm->portControl == Auto) &&
333 (sm->sPortMode != sm->portControl)) ||
336 else if ((sm->portControl == ForceAuthorized) &&
337 (sm->sPortMode != sm->portControl) &&
340 else if ((sm->portControl == ForceUnauthorized) &&
341 (sm->sPortMode != sm->portControl) &&
1016 static const char * eapol_port_control(PortControl ctrl
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 166 sta->eapol_sm->portControl = Auto;
ieee802_1x.c     [all...]

Completed in 67 milliseconds