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 177 } method_pending; member in struct:eap_sm
eap_server.c 270 sm->method_pending = METHOD_PENDING_NONE;
1259 else if (sm->method_pending == METHOD_PENDING_WAIT) {
1263 } else if (sm->method_pending == METHOD_PENDING_CONT) {
1267 sm->method_pending = METHOD_PENDING_NONE;
1279 if (sm->method_pending == METHOD_PENDING_WAIT) {
1285 } else if (sm->method_pending == METHOD_PENDING_CONT) {
1289 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_peap.c 926 if (sm->method_pending == METHOD_PENDING_WAIT) {
    [all...]
eap_server_sim.c 529 sm->method_pending = METHOD_PENDING_WAIT;
eap_server_fast.c     [all...]
eap_server_ttls.c 870 if (sm->method_pending == METHOD_PENDING_WAIT) {
    [all...]

Completed in 90 milliseconds