Fixing following issues:
Editing config values in Qocm_cfg.ini disables "save settings" option on GUI. After fastboot, when SoftAP turned ON first time beacon shows WMM and Country elements info but SoftAP UI shows these options as disabled After selecting the save-settings button GUI was always sending the command to change the energy_detect_threshold. Code is updated to send it only if energy_detect_threshold is changed Bug fixed to return correct security mode Error happened after saving the SoftAP configuration CRs-Fixed: 260651 261515 261401 Change-Id: Ic9454c35eeaa23ccc8b6e340695b4c41bca28b47
This commit is contained in:
@@ -8,6 +8,8 @@ LOCAL_C_INCLUDES :=
|
||||
|
||||
LOCAL_MODULE:= libqsap_sdk
|
||||
|
||||
LOCAL_CFLAGS += -DSDK_VERSION=\"0.0.1.0\"
|
||||
|
||||
ifdef WIFI_DRIVER_MODULE_PATH
|
||||
LOCAL_CFLAGS += -DWIFI_DRIVER_MODULE_PATH=\"$(WIFI_DRIVER_MODULE_PATH)\"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user