]> git.ipfire.org Git - thirdparty/hostap.git/commit
WNM: Use CONFIG_WNM more consistently
authorJouni Malinen <j@w1.fi>
Sun, 16 Dec 2012 16:22:54 +0000 (18:22 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 16 Dec 2012 16:22:54 +0000 (18:22 +0200)
commitad3872a3720df13d8fc1a4345a5f0a8c3a204b4e
tree139a6d1c17858ca7f7c8569e4cf31f47144ad04b
parent74b4a3606d5fa684bb0b60e8f068fc898f47b2ac
WNM: Use CONFIG_WNM more consistently

Replace CONFIG_IEEE80211V with CONFIG_WNM to get more consistent build
options for WNM-Sleep Mode operations. Previously it was possible to
define CONFIG_IEEE80211V without CONFIG_WNM which would break the build.
In addition, IEEE 802.11v has been merged into IEEE Std 802.11-2012 and
WNM is a better term to use for this new functionality anyway.

Signed-hostap: Jouni Malinen <j@w1.fi>
12 files changed:
hostapd/Makefile
src/ap/drv_callbacks.c
src/ap/wnm_ap.c
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_i.h
src/drivers/driver_atheros.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
wpa_supplicant/Makefile
wpa_supplicant/events.c
wpa_supplicant/wnm_sta.c