Softap: Add support for STA+SoftAP Concurrency
1. Add functions to create and remove softap interface using NL commands. 2. Write Softap interface into hostapd.conf. Change-Id: Ic8fcabf0ad514e5a73d5a9a9ebccb6ca52dcb9b4 CRs-Fixed: 1044315
This commit is contained in:
committed by
Rajesh Chauhan
parent
421ce6f83e
commit
f4eef25c34
4
softap/sdk/Android.mk
Normal file → Executable file
4
softap/sdk/Android.mk
Normal file → Executable file
@@ -4,7 +4,7 @@ LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_C_INCLUDES := $(TOP)/hardware/libhardware_legacy/wifi
|
||||
LOCAL_C_INCLUDES := $(TOP)/hardware/libhardware_legacy/wifi $(TOP)/external/libnl/include $(TOP)/external/wpa_supplicant_8/wpa_supplicant/src/drivers
|
||||
|
||||
LOCAL_MODULE:= libqsap_sdk
|
||||
|
||||
@@ -61,7 +61,7 @@ LOCAL_SRC_FILES := qsap_api.c \
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils libhardware_legacy
|
||||
LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils libhardware_legacy libnl
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user