driver_test: Optional support for using UDP socket
authorJouni Malinen <j@w1.fi>
Fri, 12 Dec 2008 19:35:22 +0000 (21:35 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 12 Dec 2008 19:35:22 +0000 (21:35 +0200)
commite33bbd8f4d4ffb69eeb7347764895abb9b8cd115
tree3510ff2ab21a8436fff64d921d6776df847e5915
parent2ff0f83b9e64b49e223ab37fe422d9f1214a304c
driver_test: Optional support for using UDP socket

driver_test can now be used either over UNIX domain socket or UDP
socket. This makes it possible to run the test over network and makes it
easier to port driver_test to Windows.

hostapd configuration: test_socket=UDP:<listen port>
wpa_supplicant configuration: driver_param=test_udp=<dst IP addr>:<port>
hostapd/ChangeLog
hostapd/driver_test.c
src/drivers/driver_test.c
wpa_supplicant/ChangeLog