]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS 2.0: Fix Probe Request WPS IE building to be able to fragment data
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 26 May 2010 16:11:55 +0000 (19:11 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 9 Sep 2010 13:07:47 +0000 (06:07 -0700)
commit6b633b4da79d9cbdceece2e5492fe63e1246acfb
tree3182f1635d6363edf46ce6be119674492499d834
parentdcc4d8be7509640859f29f057f02347eaf8723b6
WPS 2.0: Fix Probe Request WPS IE building to be able to fragment data

If all the device information attributes use their maximum lengths,
a single WPS IE is not enough to fit in all the data and as such,
we must be able to fragment the data. In addition, the wpabuf needs
to be allocated larger to fit in maximum data.
src/wps/wps.c
src/wps/wps_attr_build.c
src/wps/wps_i.h
src/wps/wps_registrar.c