wlan: Ini Support for SAP Authentication Offload

Support SAP Auth Offload, create INI parameter to
enable/disable this feature. Enable/disable command
will be sent to target firmware when SAP start/end or unload
host driver.

Change-Id: I2fd622e1f32ce278d45bca6bde6392ea8747349c
CRs-Fixed: 753731
diff --git a/Kbuild b/Kbuild
index b7c1f72..06f553b 100644
--- a/Kbuild
+++ b/Kbuild
@@ -48,6 +48,9 @@
 
     endif
 
+# Flag to enable feature Software AP Authentication Offload
+SAP_AUTH_OFFLOAD := y
+
 # To enable CONFIG_QCOM_ESE_UPLOAD, dependent config
 # CONFIG_QCOM_ESE must be enabled.
 CONFIG_QCOM_ESE := n
@@ -658,6 +661,11 @@
 CDEFINES += -DCONFIG_ENABLE_LINUX_REG
 endif
 
+# Enable feature SAP Authentication Offload
+ifeq ($(SAP_AUTH_OFFLOAD), y)
+CDEFINES += -DSAP_AUTH_OFFLOAD
+endif
+
 CDEFINES += -DFEATURE_WLAN_CH_AVOID
 CDEFINES += -DWLAN_FEATURE_AP_HT40_24G