]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Add application extension data to WPS IE
authorBilal Hatipoglu <bilal.hatipoglu@airties.com>
Fri, 3 Jan 2020 08:58:26 +0000 (11:58 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 4 Jan 2020 21:39:30 +0000 (23:39 +0200)
commit3d41dd7c50307084c3c641492495f124c23fbbfd
treed2639a5b35b96fa28922a9702d4d561970fc7f2b
parentb7bb2c020458f8930d86698ae0293600d28c7f40
WPS: Add application extension data to WPS IE

Application Extension attribute is defined in WSC tech spec v2.07 page
104. Allow hostapd to be configured to add this extension into WPS IE in
Beacon and Probe Response frames. The implementation is very similar to
vendor extension.

A new optional entry called "wps_application_ext" is added to hostapd
config file to configure this. It enodes the payload of the Application
Extension attribute in hexdump format.

Signed-off-by: Veli Demirel <veli.demirel@airties.com>
Signed-off-by: Bilal Hatipoglu <bilal.hatipoglu@airties.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/wps_hostapd.c
src/wps/wps.h
src/wps/wps_dev_attr.c
src/wps/wps_dev_attr.h
src/wps/wps_registrar.c