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 271 sm->method_pending = METHOD_PENDING_NONE;
1271 else if (sm->method_pending == METHOD_PENDING_WAIT) {
1275 } else if (sm->method_pending == METHOD_PENDING_CONT) {
1279 sm->method_pending = METHOD_PENDING_NONE;
1291 if (sm->method_pending == METHOD_PENDING_WAIT) {
1297 } else if (sm->method_pending == METHOD_PENDING_CONT) {
1301 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_fast.c     [all...]
eap_server_peap.c 970 if (sm->method_pending == METHOD_PENDING_WAIT) {
    [all...]
eap_server_ttls.c 903 if (sm->method_pending == METHOD_PENDING_WAIT) {
    [all...]

Completed in 65 milliseconds