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_supp/
eapol_supp_sm.c 46 PortControl portControl;
75 PortControl sPortMode;
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) &&
1003 static const char * eapol_port_control(PortControl ctrl
    [all...]
eapol_supp_sm.h 15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;
280 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
358 PortControl portControl)
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 57 PortTypes portControl;
eapol_auth_sm.c 368 if ((sm->portControl == Auto && sm->portMode != sm->portControl) ||
371 else if (sm->portControl == ForceAuthorized &&
372 sm->portMode != sm->portControl &&
375 else if (sm->portControl == ForceUnauthorized &&
376 sm->portMode != sm->portControl &&
533 if (sm->portControl != Auto || sm->initialize || sm->authAbort) {
618 if (sm->portControl != Auto || sm->initialize ||
657 if (sm->initialize || sm->portControl != Auto) {
800 sm->portControl = Auto
    [all...]
eapol_auth_dump.c 133 "%s keyDone=%s keyRun=%s keyTxEnabled=%s portControl=%s\n"
143 _SB(sm->keyTxEnabled), port_type_txt(sm->portControl),
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 147 sta->eapol_sm->portControl = Auto;
ieee802_1x.c     [all...]

Completed in 106 milliseconds