]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/drv_callbacks.c
Fix AP build without CONFIG_WPS=y
authorJouni Malinen <j@w1.fi>
Mon, 12 Sep 2011 19:23:45 +0000 (22:23 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 12 Sep 2011 19:23:45 +0000 (22:23 +0300)
commit633d4469e8e0fa54f671fca831cdd66e62605329
treeb27ae3a7f6557e4cd9614a6edc74dc6039d30fbd
parent531e420dd785161086dc1d1977838d420188717b
Fix AP build without CONFIG_WPS=y

Make the WPS processing of (Re)Association Request frame IEs conditional
on WPS support. This fixes a build issue with wps_is_20() not being
defined and makes the non-WPS build a bit smaller.
src/ap/drv_callbacks.c