Searched refs:MKA_LIFE_TIME (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h25 #define MKA_LIFE_TIME 6000 macro
H A Dieee802_1x_cp.c469 sm->transmit_delay = MKA_LIFE_TIME;
H A Dieee802_1x_kay.c596 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000;
685 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000;
858 * time out and clean itself up (within MKA_LIFE_TIME).
2108 if ((time(NULL) - kay->dist_time) < MKA_LIFE_TIME / 1000) {
3333 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000;
3740 participant->mka_life = MKA_LIFE_TIME / 1000 + time(NULL) +

Completed in 154 milliseconds