WPS: Fix parsing of 0-length WFA vendor extension subelement
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 21 Feb 2014 11:05:37 +0000 (13:05 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 21 Feb 2014 11:08:08 +0000 (13:08 +0200)
commitda179bd0e12d6a7b1e5f85a3bec5d1b6ec3c8e1f
treef4ebf3009e8609ee31a0b0346c51784d9211097c
parent211d7ab3d8d0ddce8d512dd32250baa1bfea0c6b
WPS: Fix parsing of 0-length WFA vendor extension subelement

The previous parser would have skipped a WFA vendor extension attribute
that includes only a single zero-length subelement. No such subelement
has been defined so far, so this does not really affect any
functionality, but better make the parser address this correctly should
such an element ever be added.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/wps/wps_attr_parse.c