]> git.ipfire.org Git - thirdparty/hostap.git/commit
test: Fix driver data pointer for the P2P commands
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 24 Aug 2012 17:44:24 +0000 (20:44 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 24 Aug 2012 17:44:24 +0000 (20:44 +0300)
commit1e05192eec05d83422aa9a545d7f05bd263bd59d
tree894a52b59eb4cb0d58fc01411c6c558aa0c44e6f
parent1c79cdff2076024b3dafb51f3363d664be70585e
test: Fix driver data pointer for the P2P commands

The driver_test.c data structures had been changed to use a separate
BSS structure, but the P2P commands were not using the new design.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_test.c