This change is adding all the auto generated BP files.
this will inprove the build time as compile time hidl-gen
will be removed.
Change-Id: Ia78880b97540e619eec88241f51b073d1831f650
Add hostapdCmd() API to provide hostapd_cli like string commands
to hostapd for value added feature.
Change-Id: Iec559538d1bfc76036a584c27bc1a0de94afb149
CRs-Fixed: 2667560
This commit is to remove dependency on IHostapdHal@1.2 by re-defining
structures that were imported earlier. This allows support on targets
where IHotapdHal@1.2 is not present
Additionally, this commit adds following vendor network params:
- enableOCV
- enableBeaconProtection
Change-Id: I6b9645a1defcdb8eac5178cee39ead1f8299b325
CRs-Fixed: 2673976
This adds new minor version 1.2 for IHostapdVendor. This adds
following support:
- SAE_TRANSITION vendor key management.
- VendorIfaceParams with 1.2@IHostapd IfaceParams and HwModeParams
- VendorNetworkParams with 1.2@IHostapd NetworkParams
CRs-Fixed: 2654112
Change-Id: I153a28b92be8ca024ae80ca3e71bf1e101b0d9e5
Add hostapd@1.1 vendor hal. This adds support of following on top
of hostapd@1.0:
- set loglevel
- allow setting channel list
- register callback onFailure to report initializaiton failure
Change-Id: Ia06da611586ebd58693fb7c329c9be979f5f265c
CRs-Fixed: 2431914
This commit introduces the new HAL for the notifications
from Hostapd.
Currently supports onStaConnected/onStaDisconnected
indications.
Change-Id: I2b3a7ad4e46ad03657942a6fa4c5287c3f908e3b
CRs-Fixed: 2255532
This adds vendor hal for hostapd interactions, which would be used
for additional (feature) changes for hostapd.
This also provides interface to make calls to QSAP library APIs via
setHostapdParams().
Change-Id: Ia6386dc3da6744f4b989f03bb6e97fe2fcf635c6
CRs-Fixed: 2227634