summaryrefslogtreecommitdiff
path: root/wifi/1.3/default/hidl_struct_util.cpp
AgeCommit message (Collapse)Author
2019-09-19Wifi: Uprev Wifi HAL to 1.4Ahmed ElArabawy
Move Wifi HAL from 1.3 to 1.4 This commit also include adding the VINTF fragment definition for IWifi hal. Bug: 138243400 Test: Builds and wifi works Change-Id: I5ec9b21f8d6b7e1b5b5e47e26681dd4ed3ffcc2d
2019-02-11Revert "[AWARE] Disable NANv3 data-path capabilities"Etan Cohen
This reverts commit e338c81190db1ed025bc9c5e209ed577a951d531. Cannot be supported without additional HAL APIs to provide the device's capability to the host. These aren't necessary since this capability should be enabled by default by the firmware. Bug: 112586769 Test: (ACTS) act.py ThroughputTest:test_iperf_max_ndi_aware_only_passphrases Test: (CTS) atest SingleDeviceTest
2019-01-23Merge "p2p: add HAL method to enable P2P random MAC address feature"Jimmy Chen
2019-01-18p2p: add HAL method to enable P2P random MAC address featureJimmy Chen
There are compatibility issue with driver for P2P random MAC. The framework needs to check driver capability first before enabling P2P random MAC address feature. Bug: 118904478 Test: vts - atest VtsHalWifiSupplicantP2pV1_2TargetTest Test: manual test * Enter WiFI Direct Page * check the feature is enabled in logcat * WifiP2pService: Supported feature: P2P MAC randomization * check p2p0 MAC address is randomized. Change-Id: I28e226e7d51e3d5e3e6013d3772e643c1df1ab54
2019-01-15[AWARE] Disable NANv3 data-path capabilitiesEtan Cohen
Disable the firmware to send NANv3 data-path negotiations packets. Means that device will only use NANv2 data-path negotiation packets. That is interoperable - though may miss extra information from pure NANv3 peers - where extra = port/transport-protocol/ipv6 address (we have an AOSP-specific emulation of this feature). Bug: 112586769 Test: (ACTS) act.py ThroughputTest:test_iperf_max_ndi_aware_only_passphrases Test: (CTS) atest SingleDeviceTest Change-Id: I3fd3e3bfc80a7815e035c592967e5448601c8153
2018-12-08Merge "WiFi: Get channel stats from linklayer radio stats"Sunil Ravi
2018-12-04Wifi: Add Implementation for low-latency modes APIAhmed ElArabawy
This commit adds default implementation for the new API for low-latency modes in IWifiChip@1.3 Bug: 34905427 Test: Unit test Test: ./hardware/interfaces/wifi/1.3/default/tests/runtests.sh Test: VTS test Test: run vts -m VtsHalWifiV1_3TargetTest Change-Id: I7109fbad75c0e5adf89edb47f5614a636c65d68f
2018-11-26WiFi: Get channel stats from linklayer radio statsSunil Ravi
Get the list of channel stats from linklayerstats radiostats and send it to framework. Bug: 79111545 Test: Connected STA to AP and verified the link layer stats Test: Unit test Test: ./wifi/1.3/default/tests/runtests.sh Change-Id: If1008256afe0ec918cdbd952aa4f14012d5b0caf
2018-09-14Add StaLinkLayerStats V1_3xshu
Gets additional scan related information from legacy_hal up to framework. Bug: 77603419 Test: compile, unit tests Change-Id: I9c948166b640af192c8e6f85ed6c76719e0937a4
2018-08-09Uprev Wifi HAL to 1.3Jong Wook Kim
Move Wifi HAL from 1.2 to 1.3 Bug: 111753174 Test: Builds and wifi works Change-Id: I6a2b203997d6328d09065f23636d4ce01420942a