hostap: Fix the configuration macro

hostapd macros should be used directly without prefixing with CONFIG.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
diff --git a/modules/hostap/CMakeLists.txt b/modules/hostap/CMakeLists.txt
index 53933b9..50082e5 100644
--- a/modules/hostap/CMakeLists.txt
+++ b/modules/hostap/CMakeLists.txt
@@ -199,7 +199,7 @@
 	CONFIG_NO_RADIUS
 	CONFIG_NO_VLAN
 	CONFIG_NO_ACCOUNTING
-	CONFIG_NEED_AP_MLME
+	NEED_AP_MLME
 	CONFIG_IEEE80211AX
 	CONFIG_EAP_SERVER
 	CONFIG_EAP_SERVER_IDENTITY