Searched refs:portControl (Results 1 - 14 of 14) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 382 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP() 385 else if (sm->portControl == ForceAuthorized && in SM_STEP() 386 sm->portMode != sm->portControl && in SM_STEP() 389 else if (sm->portControl == ForceUnauthorized && in SM_STEP() 390 sm->portMode != sm->portControl && in SM_STEP() 547 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP() 632 if (sm->portControl != Auto || sm->initialize || in SM_STEP() 671 if (sm->initialize || sm->portControl != Auto) { in SM_STEP() 814 sm->portControl in eapol_auth_alloc() [all...] |
H A D | eapol_auth_sm_i.h | 57 PortTypes portControl; member
|
H A D | eapol_auth_dump.c | 154 "portControl=%s\n" in eapol_auth_dump_state() 172 port_type_txt(sm->portControl), in eapol_auth_dump_state()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 383 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP() 386 else if (sm->portControl == ForceAuthorized && in SM_STEP() 387 sm->portMode != sm->portControl && in SM_STEP() 390 else if (sm->portControl == ForceUnauthorized && in SM_STEP() 391 sm->portMode != sm->portControl && in SM_STEP() 548 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP() 633 if (sm->portControl != Auto || sm->initialize || in SM_STEP() 674 if (sm->initialize || sm->portControl != Auto) { in SM_STEP() 819 sm->portControl in eapol_auth_alloc() [all...] |
H A D | eapol_auth_sm_i.h | 57 PortTypes portControl; member
|
H A D | eapol_auth_dump.c | 154 "portControl=%s\n" in eapol_auth_dump_state() 172 port_type_txt(sm->portControl), in eapol_auth_dump_state()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 47 PortControl portControl; member 356 else if (((sm->portControl == Auto) && in SM_STEP() 357 (sm->sPortMode != sm->portControl)) || in SM_STEP() 360 else if ((sm->portControl == ForceAuthorized) && in SM_STEP() 361 (sm->sPortMode != sm->portControl) && in SM_STEP() 364 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP() 365 (sm->sPortMode != sm->portControl) && in SM_STEP() 1163 "portControl=%s\n" in eapol_sm_get_status() 1169 eapol_port_control(sm->portControl), in eapol_sm_get_status() 1730 * eapol_sm_notify_portControl - Notification of portControl change 1736 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) eapol_sm_notify_portControl() argument [all...] |
H A D | eapol_supp_sm.h | 332 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl); 430 PortControl portControl) in eapol_sm_notify_portControl() 429 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) eapol_sm_notify_portControl() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 46 PortControl portControl; member 379 else if (((sm->portControl == Auto) && in SM_STEP() 380 (sm->sPortMode != sm->portControl)) || in SM_STEP() 383 else if ((sm->portControl == ForceAuthorized) && in SM_STEP() 384 (sm->sPortMode != sm->portControl) && in SM_STEP() 387 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP() 388 (sm->sPortMode != sm->portControl) && in SM_STEP() 1188 "portControl=%s\n" in eapol_sm_get_status() 1194 eapol_port_control(sm->portControl), in eapol_sm_get_status() 1783 * eapol_sm_notify_portControl - Notification of portControl change 1789 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) eapol_sm_notify_portControl() argument [all...] |
H A D | eapol_supp_sm.h | 347 void eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl); 445 PortControl portControl) in eapol_sm_notify_portControl() 444 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) eapol_sm_notify_portControl() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_glue.c | 210 sta->eapol_sm->portControl = Auto; in hostapd_wpa_auth_set_eapol()
|
H A D | ieee802_1x.c | 2761 sm->portControl, in ieee802_1x_get_mib_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_glue.c | 305 sta->eapol_sm->portControl = Auto; in hostapd_wpa_auth_set_eapol()
|
H A D | ieee802_1x.c | 2767 sm->portControl, in ieee802_1x_get_mib_sta()
|
Completed in 22 milliseconds