]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/Android.mk
WNM: Differentiate between WNM for station and for AP in build
[thirdparty/hostap.git] / wpa_supplicant / Android.mk
index e77d096230c97aa0ab267edf4fb8f3acb2e93570..6d6d09542ee4d6d2746f0d0c32e227fe17104741 100644 (file)
@@ -858,7 +858,8 @@ ifdef CONFIG_IEEE80211AX
 OBJS += src/ap/ieee802_11_he.c
 endif
 endif
-ifdef CONFIG_WNM
+ifdef CONFIG_WNM_AP
+L_CFLAGS += -DCONFIG_WNM_AP
 OBJS += src/ap/wnm_ap.c
 endif
 ifdef CONFIG_MBO