Fix: AP mode wpa_supplicant build
The wpa_supplicant compilation with CONFIG_AP option and without CONFIG_IEEE80211R, CONFIG_WPS, NEED_SME, CONFIG_CLIENT_MLME options results in following messages. ../src/ap/drv_callbacks.o: In function `hostapd_notif_assoc': ../src/ap/drv_callbacks.c:59: undefined reference to `ieee802_11_parse_elems' gmake: *** [wpa_supplicant] Error 1
This commit is contained in:
parent
8401a6b028
commit
37a86b7b36
1 changed files with 1 additions and 0 deletions
|
@ -582,6 +582,7 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_AP
|
ifdef CONFIG_AP
|
||||||
|
NEED_80211_COMMON=y
|
||||||
NEED_RSN_AUTHENTICATOR=y
|
NEED_RSN_AUTHENTICATOR=y
|
||||||
CFLAGS += -DCONFIG_AP
|
CFLAGS += -DCONFIG_AP
|
||||||
OBJS += ap.o
|
OBJS += ap.o
|
||||||
|
|
Loading…
Reference in a new issue