- Dec 29, 2022
-
-
Linux Build Service Account authored
Change-Id: I72c142ad2a3327228ab86f49a1266f6a5ca19a93
-
- Dec 05, 2022
-
-
Xinyue Ling authored
CRs-Fixed: 3349473 Change-Id: I92112774c7bffc23f9a5a2d047a3ef242fb711ae
-
- Nov 03, 2022
-
-
Sai Pavan Akhil Remella authored
Make a check for HIDL availability prior to AIDL in vendor HIDL/AIDL to avoid issue for vendor freeze targets. Change-Id: Ibb48238bb4ce1949a47b843f8aa4ce759e7692a2 CRs-Fixed: 3298477
-
- Oct 31, 2022
-
-
Xinyue Ling authored
Add tx-power support in qtiwifi framework. This CL adds below feature: Add API setTxPower for Android Apps to set TX power limitation with available interfaces. CRs-Fixed: 3310593 Change-Id: I427ed5cdd07cf2c45fde9739ad7c0f88c06ecc85
-
- Oct 28, 2022
-
-
Chenming Huang authored
Add thermal-mgmt support in qtiwifi framework. This CL adds below features: 1. Add API getThermalInfo for Android Apps to query current thermal info with available interfaces. 2. Add API registerVendorEventCallback for Android Apps to register for thermal changing events. CRs-Fixed: 3299429 Change-Id: I121aa5aa72c9f6782f53183e3e550b18646de8f2
-
- Oct 25, 2022
-
-
Chenming Huang authored
This CL adds vendor hostapd aidl client support and adds vendor event support for hostapd and wpa_supplicant CRs-Fixed: 3272951 Change-Id: I3e932435b0fb1f7905fb936f1385b6395834cc93
-
Hu Wang authored
Most of calls are not threadsafe, so create a separate thread to sync handle incoming binder requests. Also if HAL doesn't return in 4s, unblock binder thread to avoid ANR in calling APPs. CRs-Fixed: 3272901 Change-Id: Id91990c566c68e468332ce3841324f5a06498862
-
- Oct 20, 2022
-
-
Hu Wang authored
Currently QtiWifiService runs as foreground service, which display a notification to end user. However, QtiWifiService as vendor service shall not exposed to end user. This CL starts QtiWifiService as Bound service instead of foreground service, so it won't display any notification. CRs-Fixed: 3272901 Change-Id: I79a048db49836097b5f210e1fd5deb93b04e99b2
-
Chenming Huang authored
Add check for Auto platform to enable qti wifi. CRs-Fixed: 3197327 Change-Id: If9c94ce3bc5dabc76af05aaf327d9d7f4795d3b5
-
- Sep 23, 2022
-
-
Swarn Singh authored
This commit removes doDriverCmd support from userspace. doDriverCmd will get trigger internally from qtiwifiservice whenever needed. Change-Id: Ia11a1306fea8e11a8aa569d0b5bd400afe79e591 CRs-Fixed: 3265024
-
- Aug 11, 2022
-
-
Swarn Singh authored
Check for the vendor supplicant stable AIDL server is present, use it for doDriverCmd operation if present. Change-Id: If4d59191496c25c7023f4fa427e9368b3d885a1d CRs-Fixed: 3235436
-
- Jul 26, 2022
-
-
Swarn Singh authored
This commit refactor code to support legacy hidl mechanism to interact with supplicant This commit adds a new interface which is being used to call either aidl or hidl based on the vendor image present in the device. Change-Id: I0156f8ebf660ea2333ce717069d283ca93c18951 CRs-Fixed: 3226158
-
- Jun 23, 2022
-
-
Sumit Agre authored
Since QtiWifi is a preloaded bin, sdk version should be used as 33 or above on Android T builds. CRs-Fixed: 3225730 Change-Id: I122623407f485ed5a56fa2ea1b9fcdf58ce90174
-
- Apr 11, 2022
-
-
Swarn Singh authored
This app captures CSI info which is coming from cfrtool via hidl. Here, we have created a new qtiWifi service parallel to Wifi service through which we collect the csi information and pass to the application. This commit configure CSI capture duration as '0'. CSI capture continue, until user explicitly stop CSI capture. This commit also make the permission file (qti_supplicant_interface.xml) path to system_ext/etc/permissions. CRs-Fixed: 3165169 Change-Id: I9d3ed9a4b5ff514bf6bc91c88647e82f303f0d23
-
- Feb 23, 2022
-
-
Gerrit SelfHelp Service Account authored
-