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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_i.h 168 } method_pending; member in struct:eap_sm
eap.c 169 sm->method_pending = METHOD_PENDING_NONE;
687 else if (sm->method_pending == METHOD_PENDING_WAIT) {
691 } else if (sm->method_pending == METHOD_PENDING_CONT) {
695 sm->method_pending = METHOD_PENDING_NONE;
707 if (sm->method_pending == METHOD_PENDING_WAIT) {
713 } else if (sm->method_pending == METHOD_PENDING_CONT) {
717 sm->method_pending = METHOD_PENDING_NONE;
    [all...]
eap_wsc.c 72 if (sm->method_pending != METHOD_PENDING_WAIT)
438 sm->method_pending = METHOD_PENDING_WAIT;
eap_aka.c 700 sm->method_pending = METHOD_PENDING_WAIT;
725 if (sm->method_pending == METHOD_PENDING_WAIT) {
728 sm->method_pending = METHOD_PENDING_NONE;
    [all...]
eap_sim.c 477 sm->method_pending = METHOD_PENDING_WAIT;
eap_fast.c     [all...]
eap_peap.c 949 if (sm->method_pending == METHOD_PENDING_WAIT) {
    [all...]
eap_ttls.c 1017 if (sm->method_pending == METHOD_PENDING_WAIT) {
    [all...]

Completed in 156 milliseconds