From 4809d140fa2f4f73243b420c02b92488f6d34479 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 1 Nov 2013 12:09:10 +0200 Subject: [PATCH] AOSP: Unidentified hostapd/Android.mk change This was in the following AOSP commit, but the outcome differs from the upstream repository of that time. commit 61d9df3e62aaa0e87ad05452fcb95142159a17b6 Author: Dmitry Shmidt Date: Wed Aug 29 16:22:06 2012 -0700 wpa_supplicant: Update to 29-Aug-2012 TOT commit 6ffdc2f7bd496ace7a46e055f9714e7db4b1f722 Author: Jouni Malinen Date: Fri Mar 2 22:31:04 2012 +0200 WFD: Add preliminary WSD request processing and response This commit does not yet address support for different device roles, i.e., the same set of subelements are returned regardless of which role was indicated in the request. Signed-hostap: Jouni Malinen Change-Id: I9d63acce719b982c02e589bb59602382e82988c8 Signed-off-by: Dmitry Shmidt --- hostapd/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/hostapd/Android.mk b/hostapd/Android.mk index 69ac83904..fb7fb79b7 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -98,6 +98,7 @@ NEED_RC4=y NEED_AES=y NEED_MD5=y NEED_SHA1=y +NEED_SHA256=y OBJS += src/drivers/drivers.c L_CFLAGS += -DHOSTAPD -- 2.47.2