]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: Differentiate between FT for station and for AP in build
authorIlan Peer <ilan.peer@intel.com>
Thu, 27 Oct 2016 12:18:32 +0000 (15:18 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 29 Oct 2016 19:14:54 +0000 (22:14 +0300)
commit4ec1fd8e42bad9390f14a58225b6e5f6fb691950
treea48bec2de0c33cae949e01bf6a268a07193c4ca9
parentf0259c3f68f633a72d2cd080fa6f3352d7b41497
FT: Differentiate between FT for station and for AP in build

Previously, CONFIG_IEEE80211R enabled build that supports FT for both
station mode and AP mode. However, in most wpa_supplicant cases only
station mode FT is required and there is no need for AP mode FT.

Add support to differentiate between station mode FT and AP mode FT in
wpa_supplicant builds by adding CONFIG_IEEE80211R_AP that should be used
when AP mode FT support is required in addition to station mode FT. This
allows binary size to be reduced for builds that require only the
station side FT functionality.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
19 files changed:
hostapd/Android.mk
hostapd/Makefile
src/ap/Makefile
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/drv_callbacks.c
src/ap/hostapd.c
src/ap/ieee802_11.c
src/ap/ieee802_1x.c
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_ft.c
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_i.h
src/ap/wpa_auth_ie.c
src/ap/wpa_auth_ie.h
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/defconfig