Searched refs:reAuthPeriod (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h111 unsigned int reAuthPeriod; /* default 3600 s */ member in struct:eapol_state_machine
H A Deapol_auth_dump.c249 "reAuthPeriod=%d\n"
252 sm->reAuthPeriod,
H A Deapol_auth_sm.c616 sm->reAuthWhen = sm->reAuthPeriod;
805 sm->reAuthPeriod = eapol->conf.eap_reauth_period;
1156 if (os_strcasecmp(param, "reAuthPeriod") == 0) {
1157 sm->reAuthPeriod = atoi(value);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c2004 sm->reAuthPeriod = session_timeout;
2764 sm->reAuthPeriod,

Completed in 177 milliseconds