]> git.ipfire.org Git - thirdparty/hostap.git/commit
Check both sec and usec values to see if MAC address was changed
authorJouni Malinen <j@w1.fi>
Sun, 18 Dec 2022 10:21:54 +0000 (12:21 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 18 Dec 2022 10:33:16 +0000 (12:33 +0200)
commit681856c355a87a991203d9b7f79f12700117239c
tree41115afbeaa3877f95b39c6d6966d575c46ff456
parentbdbb6e0035aef62422403b8ecba6acc9aa20e53e
Check both sec and usec values to see if MAC address was changed

wpa_s->last_mac_addr_change.sec might be zero in the special case of UML
testing with time travel since it would be possible to complete the test
case steps within one second of the system start.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_supplicant.c