summaryrefslogtreecommitdiff
path: root/wifi/hostapd/aidl
AgeCommit message (Collapse)Author
2022-04-16Freeze AIDL APIs for TMJiyong Park
Bug: 225941299 Test: m Change-Id: I61eb51c0334eb99489c6f1570110d7e18c350c99
2022-03-28Fixed HostApd VTS test failure.Chris Ye
Add filed in hwModeParams.maximumChannelBandwidth for Non-ACS AP interface. Use HAL AP iface name instead of hardcoding constant. Bug: 226872346 Test: atest VtsHalHostApdTargetTest Change-Id: Ic5eacb99659a27cb18536a1c11f9027c13281862
2022-02-18Reorder the hostapd Generation enum to listGabriel Biren
the WiFi generations chronologically. Bug: 213475388 Test: Build the interface (mm -j) Change-Id: I9f501c021956a376c03884dadade473ab0953bd3 (cherry picked from commit 04deb64be1cb1fdc4242babf6eddb240d16bfd39)
2022-02-08Wifi: add maximum channel bandwidth limit to softApAhmed ElArabawy
This commit adds the maximum bandwidth limit on softAp connection. Bug: 215120219 Test: VTS test Change-Id: Ic364ad13ec2787080f99479e00bce5aacf88022d
2022-02-04IHostapd: Add support for OWE security encryption type.Ahmed ElArabawy
This commit is to add the EncryptionType:WPA3_OWE to allow setup of OWE Soft-AP. Bug: 217669241 Test: VTS tests Change-Id: Ib862ba014eacaf4429bd3e44def3f7394643f98e
2022-01-28Merge "IHostapd: Add support for OWE_TRANSITION security encryption type."Ahmed ElArabawy
2022-01-26IHostapd: Add support for OWE_TRANSITION security encryption type.Purushottam Kushwaha
This commit is to add the EncryptionType:OWE_TRANSITION to allow setup of OWE-Transition Soft-AP. Bug: 181736011 Test: VTS tests Change-Id: Ibfcadfc6fd9c4d0d88755f6d07de72c78efc5968 Signed-off-by: Purushottam Kushwaha <quic_pkushwah@quicinc.com>
2022-01-25Get bridged AP interface name from Wifi HAL.Chris Ye
In bridged AP VTS test, need to get the interface name from bridged AP from Wifi HAL. As Wifi HAL is still in HIDL interface, need to use HIDL API to obtain the bridged AP interface name. Test: atest VtsHalHostapdTargetTest Bug: 211073349 Change-Id: Ib594877899ff0fe3ef0a7f01fdb169204dff6a74
2022-01-18WiFi: Basic support for 11be to Hostapd HALAhmed ElArabawy
In this commit, basic support for 11be is added to HostApd HAL. That includes: 1. Adding 320MHz bandwidth channels 2. Adding 11be to list of standards 3. Add a flag to enable/disable 11be for SoftAp Bug: 198746544 Test: Pass VTS tests, and presubmit tests Change-Id: I14e1bd8ab00692e743a3a49096fbd66aca806730
2022-01-13Merge "Allow VTS tests to pass on devices without Hostapd AIDL." am: ↵Gabriel Biren
f97801a1c5 am: 81271949c0 am: 72c29327b7 am: a0cfeae37a Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1947696 Change-Id: Ic3a17a86f4b0eb1f4aa64676b51b4845f059c65c
2022-01-12Allow VTS tests to pass on devices without Hostapd AIDL.Gabriel Biren
Bug: 214298597 Test: Run VTS tests on an AOSP build (since AOSP is still using the HIDL interface). Change-Id: I4bd005b5c96570694477a4b45fa5cc790c45be8f
2022-01-11[IHostapd] Support vendor-specific AP config elemSerik Beketayev
Bug: 139204496 Test: mma -j Change-Id: I7caa7d3b27bca7898d8857bfb841b5466643644e
2021-12-17wifi: Extend onFailure callback for dual AP caseLes Lee
There are two AP instances when bridged AP is running. Extend onFailure callback to support if there is a problem one of the instances, The framework can handle the failure separately. (i.e. No need to shutdown whole Soft Ap) Bug: 188921389 Test: Test with test code, the callback works normally. Change-Id: I0aba5f3c5bf21badd3cf925908c853e9285fa6aa
2021-11-03Switch hostapd VTS tests to NDK backend.Gabriel Biren
Bug: 204889679 Test: Make and run VtsHalHostapdTargetTest m vts -j vts-tradefed run commandAndExit vts \ --module VtsHalHostapdTargetTest Change-Id: I0fe97b18b83098df6c70a5057576704c4b1f7383
2021-09-08[LSC] Add LOCAL_LICENSE_KINDS to hardware/interfacesBob Badour
Added SPDX-license-identifier-Apache-2.0 to: wifi/hostapd/aidl/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I0178f1f02cee7046256a3e4425e5c1fbabe6da85
2021-09-01Add Wifi HAL hostapd AIDL interface definitions.Chris Ye
Add AIDL version of Wifi HAL hostapd interfaces, converted from android.hardware.wifi.hostapd@1.3 HIDL interfaces. Bug: 194806512 Test: m android.hardware.wifi.hostapd-update-api Change-Id: I1035f8bc9171e59967448fa438f2cc79ad53c066