Commit graph

6 commits

Author SHA1 Message Date
Etan Cohen
7240a1a88a [RTT] Condition RTT Controller on availability of a STA mode
Condition creation of the RTT controller on the chip being in a mode
which can support a STA (whether one is already created or one could
be created).

This is the default behavior on currently supported Wi-Fi devices.

Note: this is part of the reference HAL implementation - it is not
expected to reflect behavior of all devices. Vendors may and should
replace or modify the reference HAL implementation.

Bug: 79565105
Bug: 111218083
Test: ACTS RangeApSupporting11McTest:test_rtt_in_and_after_softap_mode
Change-Id: If76b6598acb22f7821b34f7f1c8ae2873a6dac1d
2018-10-05 07:41:19 -07:00
Oscar Shu
6f27d8d738 Merge "Add StaLinkLayerStats V1_3" 2018-10-02 17:22:39 +00:00
xshu
e9873256d9 Add StaLinkLayerStats V1_3
Gets additional scan related information from legacy_hal up to
framework.

Bug: 77603419
Test: compile, unit tests
Change-Id: I9c948166b640af192c8e6f85ed6c76719e0937a4
2018-09-14 13:58:04 -07:00
Jong Wook Kim
b1b8ee2c37 Add VTS for Wifi VendorHAL 1.3
Create 1.3 VTS for Wifi.

Bug: 113798959
Bug: 111753174
Test: atest VtsHalWifiV1_3TargetTest
Change-Id: Ib26278e8f059110f8e3597038c88c80d87c28747
2018-09-04 18:54:23 -07:00
Ahmed ElArabawy
7153e81c2f Wifi: Set wlan.driver.status to 'ok' when ready
Currently, the wlan.driver.status property is set to 'ok' once the
driver is loaded. This is not accurate, cause having the driver loaded
does not necessarily means it is ready for operation.

This commit sets the driver to 'ok' state after it is checked for
readiness. This implementation of the check is device specific.

Bug: 111924712
Test: Manual test

Change-Id: I074d819e9acdfdd6f033d85cdd71c0bc3984eb9d
Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-08-20 08:03:24 -07:00
Jong Wook Kim
da830c9da7 Uprev Wifi HAL to 1.3
Move Wifi HAL from 1.2 to 1.3

Bug: 111753174
Test: Builds and wifi works
Change-Id: I6a2b203997d6328d09065f23636d4ce01420942a
2018-08-09 15:40:09 -07:00