From: Jouni Malinen Date: Fri, 1 Nov 2013 14:06:02 +0000 (+0200) Subject: AOSP: bcmdhd P2P_CONCURRENT_SEARCH_DELAY=0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce4ef241381f35db7c7973600c9c47fe0b75165;p=thirdparty%2Fhostap.git AOSP: bcmdhd P2P_CONCURRENT_SEARCH_DELAY=0 This was hidden within this AOSP commit: commit d5e4923d04122f81300fa68fb07d64ede28fd44d Author: Dmitry Shmidt Date: Mon Dec 3 15:08:10 2012 -0800 Accumulative patch from commit f5f37d3a4fc2df2a24676b4f95afca15ed793cba Author: Jouni Malinen Date: Sun Nov 25 22:05:32 2012 +0200 Fix REAUTHENTICATE command after PMKSA caching The current PMKSA cache entry needs to be clear to allow EAPOL reauthentication to be started in case this association used PMKSA caching. - Remove old WPS_OOB NCF - WPS: Add preliminary NFC connection handover support for Enrollee - WPS: Reenable the networks disabled during wpa_wpas_reassoc - P2P: Avoid multi-channel scans when they are not needed - P2P: Allow discoverable interval for p2p_find to be configured - P2P: Allow all channels with multi-channel concurrency - Bonjour changes - Remove disassociate - HS 2.0 changes - Add preliminary support for using SQLite for eap_user database - Add SAE support - Add disallow_aps parameter to disallow BSSIDs/SSIDs Change-Id: I85358a05b39d46b8db49acdad667e771c580b05c Signed-off-by: Dmitry Shmidt --- diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index fd7d72608..8515b5a8f 100644 --- a/wpa_supplicant/Android.mk +++ b/wpa_supplicant/Android.mk @@ -31,6 +31,7 @@ endif ifeq ($(BOARD_WLAN_DEVICE), bcmdhd) L_CFLAGS += -DANDROID_P2P +L_CFLAGS += -DP2P_CONCURRENT_SEARCH_DELAY=0 endif ifeq ($(BOARD_WLAN_DEVICE), qcwcn)