Fixed the compilation errors and also changed wifi_qsap_load_driver to load
cfg80211.ko while loading softap for prima.
Change-Id: Ifb258623c2f53438aacc62c4f6fc7e6f34974eb2
If the operating mode is NOT 'B' and the
channel to be set is 14 then change the
operating mode to 'B'
CRs-Fixed: 365096
Change-Id: Id21321edb303381b22dda6599454aa2cfd299dba
Turn off and restart sap with safe channel list received from android
telephony layer, whenever sap is operating on an channel interfering with
LTE.
Change-Id: Iefec6024a63c820e09b837b7daa7ba5a486ac1d2
After factory reset we create hostapd directory with permission 770
and owner as root which is causing issues.so change the permission
of /data/hostapd from 770 to 771.
Change-Id: I1863c4055870c9556b3ba9bf9380cdaca4a3fdb5
CRs-fixed: 337227
- Add SoftAP API to send initAP cmd to Driver
- Add SoftAP API to send exitAP cmd to Driver
- Add SoftAP API to update macaddr_acl value
CRs-fixed: 331343, 333643
Change-Id: I662b819a4055a652649748461e58b1ab50e0b01e
Acked-by: Ramasundar Kara Venkata <nkaraven@qca.qualcomm.com>
Added support to change wlan softap Tx power using ndc command.
It will write tx power cap to ini file.
Change-Id: I5c9031ab35d67f4531e6f440b359d51c09a321d3
CRs-fixed: 329941
Added support so that packet forwarding between associated stations
within a BSS can be enabled and disabled using ndc commands.
Change-Id: Ie460d38bfc0b549b0a7e027ad3cdefe9471a3fe9
-Added support for N-only, G-only and 11g profiles
-Added support to configure country and 11d info to hostapd.conf file
-Added support to enable and disable softap via NDC command
Change-Id: Iac22893eaae50d2144aa2ad539f1e99fdfdfe2e2
wlan.driver.config android property points to the correct wlan driver
config file. This config file is used to get/set config items related to
wlan driver as indicated from userspace through Qualcomm SoftAP SDK
commands.
Change-Id: I82efd922c72a77b281f007ba95db7042f5ac5e82
CRs-fixed: 315065
In qsap_set_channel function, write the gFixedRate to qcom_cfg.ini
file instead of trying to write to hostapd.conf.
Change-Id: I9b9fa65dde580ec2489bbe8e0e37af5bfd44d72a
CRs-fixed: 298556
Added the sdioif related code under feature 'WIFI_SDIO_IF_DRIVER_MODULE_NAME'
and disabled the same so that sdioif is not inserted in case of SoftAP.
Change-Id: I524f1907e95b6228729f49fe45d66d99153d804a
This is done in case sending MODULE_DOWN_IND fails on wlan.0 interface.
It can happen in newer driver when there is NO wlan0 interface and bt
module will not get the message to stop communicating with wlan driver.
Change-Id: Ic828a8bf917d5bf67aa4d02e153fb54d656d0bc4
Starting from GB, modules which doesn't have LOCAL_MODULE_TAGS
defined (default to user tag) or which has user tag and not part
of GRANDFATHERED_USER_MODULES does throgh ERROR/WARNING
message. To supress these WARNING messages, we need to add
optional tag.
Targets tested on:
msm8660_surf
Tests:
Did a build from scratch
Change-Id: I006ae23366cf1f517f0c68f66f607be1455b4ba9
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