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

  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 162 } method_pending; member in struct:eap_sm
eap_server.c 172 sm->method_pending = METHOD_PENDING_NONE;
716 else if (sm->method_pending == METHOD_PENDING_WAIT) {
720 } else if (sm->method_pending == METHOD_PENDING_CONT) {
724 sm->method_pending = METHOD_PENDING_NONE;
736 if (sm->method_pending == METHOD_PENDING_WAIT) {
742 } else if (sm->method_pending == METHOD_PENDING_CONT) {
746 sm->method_pending = METHOD_PENDING_NONE;
    [all...]
eap_server_wsc.c 69 if (sm->method_pending != METHOD_PENDING_WAIT)
452 sm->method_pending = METHOD_PENDING_WAIT;
eap_server_aka.c 795 sm->method_pending = METHOD_PENDING_WAIT;
820 if (sm->method_pending == METHOD_PENDING_WAIT) {
823 sm->method_pending = METHOD_PENDING_NONE;
    [all...]
eap_server_sim.c 529 sm->method_pending = METHOD_PENDING_WAIT;
eap_server_ttls.c 848 if (sm->method_pending == METHOD_PENDING_WAIT) {
eap_server_fast.c     [all...]
eap_server_peap.c 950 if (sm->method_pending == METHOD_PENDING_WAIT) {
    [all...]

Completed in 671 milliseconds