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

  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 21 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;
247 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
321 PortControl portControl)
eapol_supp_sm.c 51 PortControl portControl;
80 PortControl sPortMode;
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) &&
967 static const char * eapol_port_control(PortControl ctrl
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;
262 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
337 PortControl portControl)
eapol_supp_sm.c 45 PortControl portControl;
74 PortControl sPortMode;
370 else if (((sm->portControl == Auto) &&
371 (sm->sPortMode != sm->portControl)) ||
374 else if ((sm->portControl == ForceAuthorized) &&
375 (sm->sPortMode != sm->portControl) &&
378 else if ((sm->portControl == ForceUnauthorized) &&
379 (sm->sPortMode != sm->portControl) &&
1001 static const char * eapol_port_control(PortControl ctrl
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
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) {
799 sm->portControl = Auto
    [all...]
eapol_auth_sm_i.h 57 PortTypes portControl;
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 138 sta->eapol_sm->portControl = Auto;
ieee802_1x.c     [all...]

Completed in 91 milliseconds