P2P: Print find_start in debug log when ignoring old scan results
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 7 Jan 2016 11:41:15 +0000 (13:41 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 7 Jan 2016 11:41:15 +0000 (13:41 +0200)
commit6014e59c08160eb0761c96d6fa791629c9317387
tree8bff4d8a9a35f99dfdf46cb6b6b5aaa69cfa327a
parent64845c1f1ac75106723b1ab2f00b4e2d0fec2415
P2P: Print find_start in debug log when ignoring old scan results

This makes it easier to debug issues with old scan results being ignored
during P2P_FIND. A single rx_time would have been fine with
os_gettime(), but with os_get_reltime(), both rx_time and find_start
values are needed.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/p2p/p2p.c