WPS: Fix CONFIG_WPS=y compilation of wpa_supplicant
The wpa_supplicant compilation failed with CONFIG_WPS=y option if CONFIG_CLIENT_MLME and CONFIG_IEEE80211R are not used.
This commit is contained in:
parent
3e53b314f5
commit
f1b0de09d9
1 changed files with 1 additions and 0 deletions
|
@ -416,6 +416,7 @@ NEED_DH_GROUPS=y
|
||||||
NEED_SHA256=y
|
NEED_SHA256=y
|
||||||
NEED_BASE64=y
|
NEED_BASE64=y
|
||||||
NEED_CRYPTO=y
|
NEED_CRYPTO=y
|
||||||
|
NEED_80211_COMMON=y
|
||||||
|
|
||||||
ifdef CONFIG_WPS_UFD
|
ifdef CONFIG_WPS_UFD
|
||||||
CFLAGS += -DCONFIG_WPS_UFD
|
CFLAGS += -DCONFIG_WPS_UFD
|
||||||
|
|
Loading…
Reference in a new issue