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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c1523 os_time_t tsend; local
1559 tsend = WPA_GET_LE32(f.timestamp);
1560 if ((now.sec > tsend && now.sec - tsend > 60) ||
1561 (now.sec < tsend && tsend - now.sec > 60)) {
1564 (int) tsend, (int) now.sec);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c1523 os_time_t tsend; local
1559 tsend = WPA_GET_LE32(f.timestamp);
1560 if ((now.sec > tsend && now.sec - tsend > 60) ||
1561 (now.sec < tsend && tsend - now.sec > 60)) {
1564 (int) tsend, (int) now.sec);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c1523 os_time_t tsend; local
1559 tsend = WPA_GET_LE32(f.timestamp);
1560 if ((now.sec > tsend && now.sec - tsend > 60) ||
1561 (now.sec < tsend && tsend - now.sec > 60)) {
1564 (int) tsend, (int) now.sec);

Completed in 155 milliseconds