]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Validate hwaddr/hexstr input to DRIVER_EVENT SCAN_RES
authorJouni Malinen <j@w1.fi>
Sun, 5 Feb 2017 14:31:03 +0000 (16:31 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 5 Feb 2017 14:31:03 +0000 (16:31 +0200)
commit1fb4437c802d3dea1fba895860c90cf1b6cd660a
tree57e951163e8cb586a779214fea6e0aa2af742c23
parent275cc942800eb22bd7a5a413ff016594ff404ef0
tests: Validate hwaddr/hexstr input to DRIVER_EVENT SCAN_RES

To be more consistent with existing hwaddr_aton() and hexstr2bin()
callers, check the return values in this test command.

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