Searched refs:portControl (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h252 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
326 PortControl portControl)
325 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
H A Deapol_supp_sm.c51 PortControl portControl; member in struct:eapol_sm
367 else if (((sm->portControl == Auto) &&
368 (sm->sPortMode != sm->portControl)) ||
371 else if ((sm->portControl == ForceAuthorized) &&
372 (sm->sPortMode != sm->portControl) &&
375 else if ((sm->portControl == ForceUnauthorized) &&
376 (sm->sPortMode != sm->portControl) &&
1067 "portControl=%s\n"
1073 eapol_port_control(sm->portControl),
1548 * eapol_sm_notify_portControl - Notification of portControl change
1554 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c374 if ((sm->portControl == Auto && sm->portMode != sm->portControl) ||
377 else if (sm->portControl == ForceAuthorized &&
378 sm->portMode != sm->portControl &&
381 else if (sm->portControl == ForceUnauthorized &&
382 sm->portMode != sm->portControl &&
539 if (sm->portControl != Auto || sm->initialize || sm->authAbort) {
624 if (sm->portControl != Auto || sm->initialize ||
663 if (sm->initialize || sm->portControl != Auto) {
804 sm->portControl
[all...]
H A Deapol_auth_sm_i.h63 PortTypes portControl; member in struct:eapol_state_machine
H A Deapol_auth_dump.c139 "%s keyDone=%s keyRun=%s keyTxEnabled=%s portControl=%s\n"
149 _SB(sm->keyTxEnabled), port_type_txt(sm->portControl),
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c146 sta->eapol_sm->portControl = Auto;
H A Dieee802_1x.c1886 sm->portControl,

Completed in 173 milliseconds