Searched defs:methodTimeout (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c35 int methodTimeout);
316 sm->methodTimeout);
406 sm->methodTimeout = sm->m->getTimeout(sm, sm->eap_method_priv);
408 sm->methodTimeout = 0;
1001 sm->methodTimeout);
1083 sm->methodTimeout = sm->eap_if.aaaMethodTimeout;
1399 int methodTimeout)
1409 if (methodTimeout) {
1416 "(from EAP method hint)", methodTimeout);
1417 return methodTimeout;
1397 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
[all...]
H A Deap_i.h138 int methodTimeout; member in struct:eap_sm
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c35 int methodTimeout);
316 sm->methodTimeout);
406 sm->methodTimeout = sm->m->getTimeout(sm, sm->eap_method_priv);
408 sm->methodTimeout = 0;
1001 sm->methodTimeout);
1083 sm->methodTimeout = sm->eap_if.aaaMethodTimeout;
1399 int methodTimeout)
1409 if (methodTimeout) {
1416 "(from EAP method hint)", methodTimeout);
1417 return methodTimeout;
1397 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
[all...]
H A Deap_i.h138 int methodTimeout; member in struct:eap_sm
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c35 int methodTimeout);
316 sm->methodTimeout);
406 sm->methodTimeout = sm->m->getTimeout(sm, sm->eap_method_priv);
408 sm->methodTimeout = 0;
1001 sm->methodTimeout);
1083 sm->methodTimeout = sm->eap_if.aaaMethodTimeout;
1399 int methodTimeout)
1409 if (methodTimeout) {
1416 "(from EAP method hint)", methodTimeout);
1417 return methodTimeout;
1397 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
[all...]
H A Deap_i.h138 int methodTimeout; member in struct:eap_sm

Completed in 159 milliseconds