summaryrefslogtreecommitdiff
path: root/wcn6740/qcwcn/wifi_hal/wificonfig.cpp
AgeCommit message (Collapse)Author
2022-12-01WifiHal: Implement wifi_set_voip_mode hal apiandroid-13.0.0_r82android-13.0.0_r81android-13.0.0_r80android-13.0.0_r74android-13.0.0_r73android-13.0.0_r72android-13.0.0_r66android-13.0.0_r65android-13.0.0_r64android-13.0.0_r60android-13.0.0_r59android-13.0.0_r58android13-qpr3-c-s8-releaseandroid13-qpr3-c-s7-releaseandroid13-qpr3-c-s6-releaseandroid13-qpr3-c-s5-releaseandroid13-qpr3-c-s4-releaseandroid13-qpr3-c-s3-releaseandroid13-qpr3-c-s2-releaseandroid13-qpr3-c-s12-releaseandroid13-qpr3-c-s11-releaseandroid13-qpr3-c-s10-releaseandroid13-qpr3-c-s1-releaseHsiu-Chang Chen
Framework invokes wifi_set_voip_mode (hal api) to configure wifi calling (wfc) state in underlying wlan driver/firmware. Later driver/firmware uses this information to optimize power, rate adaption etc. Bug: 251265470 Test: Regression Test Change-Id: I0858147d932797030e51addb29649e1b6bc67780 CRs:Fixed: 3346100
2022-09-05WifiHal: Set wifi_error return code when command/operation failsHsiu-Chang Chen
Setting the return value to corresponding error before returning from the APIs. Bug: 241058906 Test: VTS test CRs-Fixed: 3264767 Change-Id: Id77b3d64459f4957b6921be8ad8ad4d60f32a4cb
2022-09-01Wifihal: Add SAR V2 Support.Hsiu-Chang Chen
The patch checks the SAR version from firmware and adds commands/values to support SAR V2. Bug: 238570847 Test: haltuil -sar Change-Id: I531e7f7f685373cfd5566ac6fd3f7fb3540e8219 CRs-Fixed: 3278406
2022-08-12WifiHal: Support legacy power scenario for vts testHsiu-Chang Chen
VTS test cases SelectTxPowerScenario_1_2_voiceCall and SelectTxPowerScenario use legacy power scenario WIFI_POWER_SCENARIO_VOICE_CALL to test the wifihal API. Bug: 242126285 Test: WifiChipHidlTest Change-Id: Ief202f3cc3caaf79b8fd12306179789fe30e82ee
2022-08-02Map power scenarios to SAR tables for wcn6740Hsiu-Chang Chen
This commit maps power scenarios to the SAR tables for wcn6740 Bug: 241036959 Test: halutil -sar Change-Id: Iedc0e8507a5594060173ad9958f5880648ac0bbf
2022-07-22wlan: create wifi_hal for wcn6740Hsiu-Chang Chen
The original wifi_hal for legacy projects is so old that we met lots of issues in wcn6740. Create another wifi_hal for wcn6740 that uses latest code and keep using the old wifi_hal code for the legacy projects. Bug: 213413875 Test: Regression Test Change-Id: Ibb3c748254c3e5472b3218bda34c88f79d343dae