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

/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm_i.h57 PortTypes portControl; member in struct:eapol_state_machine
H A Deapol_auth_sm.c369 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
[all...]
H A Deapol_auth_dump.c154 "portControl=%s\n"
172 port_type_txt(sm->portControl),
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm_i.h57 PortTypes portControl; member in struct:eapol_state_machine
H A Deapol_auth_sm.c369 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
[all...]
H A Deapol_auth_dump.c154 "portControl=%s\n"
172 port_type_txt(sm->portControl),
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm_i.h57 PortTypes portControl; member in struct:eapol_state_machine
H A Deapol_auth_sm.c369 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
[all...]
H A Deapol_auth_dump.c154 "portControl=%s\n"
172 port_type_txt(sm->portControl),
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h293 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
372 PortControl portControl)
371 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
H A Deapol_supp_sm.c46 PortControl portControl; member in struct:eapol_sm
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) &&
1109 "portControl=%s\n"
1115 eapol_port_control(sm->portControl),
1681 * eapol_sm_notify_portControl - Notification of portControl change
1687 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
[all...]
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h293 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
372 PortControl portControl)
371 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
H A Deapol_supp_sm.c46 PortControl portControl; member in struct:eapol_sm
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) &&
1109 "portControl=%s\n"
1115 eapol_port_control(sm->portControl),
1681 * eapol_sm_notify_portControl - Notification of portControl change
1687 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h293 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl);
372 PortControl portControl)
371 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
H A Deapol_supp_sm.c46 PortControl portControl; member in struct:eapol_sm
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) &&
1109 "portControl=%s\n"
1115 eapol_port_control(sm->portControl),
1681 * eapol_sm_notify_portControl - Notification of portControl change
1687 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c166 sta->eapol_sm->portControl = Auto;
H A Dieee802_1x.c2274 sm->portControl,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c166 sta->eapol_sm->portControl = Auto;
H A Dieee802_1x.c2274 sm->portControl,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c166 sta->eapol_sm->portControl = Auto;
H A Dieee802_1x.c2274 sm->portControl,

Completed in 312 milliseconds