WNM: Fix the length of WNM_BSS_QUERY control interface command
authorMatti Gottlieb <matti.gottlieb@intel.com>
Mon, 19 Jan 2015 01:44:04 +0000 (20:44 -0500)
committerJouni Malinen <j@w1.fi>
Mon, 19 Jan 2015 22:47:41 +0000 (00:47 +0200)
commit07565ab0f9768be42adfb681dfafc760c8f956df
treed83b0a49199293e7c6fbe425ea43751a21ad7d1a
parent2dc18e9a2624a522c1b8fb4c269d9d6f9370c526
WNM: Fix the length of WNM_BSS_QUERY control interface command

The length should be 14 and not 10.
The current situation causes failure during parsing of the command.

Signed-off-by: Matti Gottlieb <matti.gottlieb@intel.com>
wpa_supplicant/ctrl_iface.c