History log of /wlan-dirver/utils/sigma-dut/Android.mk (Results 1 – 22 of 22)
Revision Date Author Comments
# ecae0080 05-May-2021 Khanjan Desai <khanjan@codeaurora.org>

Android: Replace the recursive assignments with simple assignments

Recursive variables are expanded each time they are referenced and would
lead to delayed evaluation. As a best practice, such varia

Android: Replace the recursive assignments with simple assignments

Recursive variables are expanded each time they are referenced and would
lead to delayed evaluation. As a best practice, such variables are
recommended to be removed and this commit does that for SIGMA_VER.

Signed-off-by: Khanjan Desai <khanjan@codeaurora.org>

show more ...


# 79e6c109 02-Apr-2020 Sunil Dutt <usdutt@codeaurora.org>

Miracast: Migrate to usage of native DHCP APIs

Use the native DHCP APIs by removing the MIRACAST_DHCP_M flag.
Remove legacy code for exercising DHCP functionality associated
with the flag.

Signed-o

Miracast: Migrate to usage of native DHCP APIs

Use the native DHCP APIs by removing the MIRACAST_DHCP_M flag.
Remove legacy code for exercising DHCP functionality associated
with the flag.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 2dfb1dae 14-Jun-2019 Vinay Gannevaram <vganneva@codeaurora.org>

Add more general function to initialize wifi hal

wifi hal is required as presetting for programs like NAN, FTM, etc. Move
the relevant initialization functionality from nan.c to a more generic
locat

Add more general function to initialize wifi hal

wifi hal is required as presetting for programs like NAN, FTM, etc. Move
the relevant initialization functionality from nan.c to a more generic
location to facilitate the programs that communicate with wifi driver
through wifi hal. In addition, move global variables of wifi hal utility
to sigma_dut context.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 235cb938 29-Apr-2018 Vinay Verma <vvinay@codeaurora.org>

Android: Fix VNDK compilation errors

VNDK restrictions enforce AOSP headers to be referenced through a header
library.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# 4b690790 13-Apr-2018 Veerendranath Jakkam <vjakkam@codeaurora.org>

Android: Use vndk keystore libs when compiled as vendor module

In order to comply treble/hidl rules, use vndk keystore libs
instead of system libs when sigma_dut is compiled as a vendor
module. libk

Android: Use vndk keystore libs when compiled as vendor module

In order to comply treble/hidl rules, use vndk keystore libs
instead of system libs when sigma_dut is compiled as a vendor
module. libkeystore-engine-wifi-hidl and libkeystore-wifi-hidl
are the vndk variants of libkeystore_binder.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# c203db93 13-Apr-2018 vamsi krishna <vamsi_krishna@codeaurora.org>

Android: Enable clang irrespective of VENDOR_MOVE

The clang compiler should be used even in the products where VENOR_MOVE
is not enabled.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# ac822b8c 27-Mar-2018 mazumdar <mazumdar@codeaurora.org>

Android: Set LOCAL_CLANG flag to true

LOCAL_CLANG is set to true, to ensure that the code is built using Clang
compiler and not with GCC. Clang compilation is faster, provides
detailed diagnostics,

Android: Set LOCAL_CLANG flag to true

LOCAL_CLANG is set to true, to ensure that the code is built using Clang
compiler and not with GCC. Clang compilation is faster, provides
detailed diagnostics, and has low memory space requirement.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 23ee579c 22-Mar-2018 mazumdar <mazumdar@codeaurora.org>

Android: Install sigma_dut to /vendor on new platform versions

Generate sigma_dut bin file on /vendor/bin with new platform versions
based on PRODUCT_VENDOR_MOVE_ENABLED.

Signed-off-by: Jouni Malin

Android: Install sigma_dut to /vendor on new platform versions

Generate sigma_dut bin file on /vendor/bin with new platform versions
based on PRODUCT_VENDOR_MOVE_ENABLED.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 8c4b27c6 05-Feb-2018 Peng Xu <pxu@codeaurora.org>

Enable NL80211_SUPPORT compilation flag for Android

For Android platform, enable NL80211_SUPPORT compilation flag
by default.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# 291d97da 01-Feb-2018 Peng Xu <pxu@codeaurora.org>

Add support for sending netlink messages

This allows sigma_dut to issue nl80211 commands directly without having
to use an external tool like iw (or go through wpa_supplicant) to do so.

An example

Add support for sending netlink messages

This allows sigma_dut to issue nl80211 commands directly without having
to use an external tool like iw (or go through wpa_supplicant) to do so.

An example of how to send a vendor command to the driver is provided in
atheros.c by function cmd_atheros_config_scan(), which is to enable or
disable scan functionality in the driver.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 1bde7947 09-Jan-2018 Ankita Bajaj <bankita@codeaurora.org>

OCE: Add support for FILS-HLP on Android

Start DHCP thread to process DHCPACK message during FILS-HLP connection
and configure IP address.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# d86e5828 29-Aug-2017 Jouni Malinen <jouni@qca.qualcomm.com>

DPP: Add dev_exec_action support for Program,DPP

This adds initial, but not yet fully complete, support for the new DPP
CAPI operations using the dev_exec_action command.

Signed-off-by: Jouni Malin

DPP: Add dev_exec_action support for Program,DPP

This adds initial, but not yet fully complete, support for the new DPP
CAPI operations using the dev_exec_action command.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>

show more ...


# d52090b6 31-Mar-2017 Jouni Malinen <jouni@qca.qualcomm.com>

Android: Remove ANDROID43 define

Now that the PLATFORM_VERSION -based determination of keystore
functionality has been removed from Android.mk, ANDROID43 was being
defined unconditionally. Remove th

Android: Remove ANDROID43 define

Now that the PLATFORM_VERSION -based determination of keystore
functionality has been removed from Android.mk, ANDROID43 was being
defined unconditionally. Remove that define and conditional code that
is not used anymore (i.e., support for pre-Android 4.3 versions).

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>

show more ...


# 556237dc 30-Mar-2017 Rakesh Sunki <rsunki@qca.qualcomm.com>

Android: Fix compilation issues

Fix compilation errors and warnings.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>


# 9c381f59 17-Mar-2017 Amarnath Hullur Subramanyam <amarnath@qca.qualcomm.com>

Add Miracast R2 functionality along with R1

This provides an option to use an external library to execute Miracast
operations.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>


# 03663755 11-Nov-2016 Amarnath Hullur Subramanyam <amarnath@qca.qualcomm.com>

Android: Add check for qcwcn before enabling NAN build

Modify Android.mk to include check for qcwcn before including
the libwifihal library.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>


# 1854ec6f 12-Aug-2016 Amarnath Hullur Subramanyam <amarnath@qca.qualcomm.com>

Support for NAN 1.0 certification as per updated wifihal API

This commit is to address the changes as per the updated wifihal API for
the NAN 1.0 certification needs which includes NAN Discovery, pu

Support for NAN 1.0 certification as per updated wifihal API

This commit is to address the changes as per the updated wifihal API for
the NAN 1.0 certification needs which includes NAN Discovery, publish
and subscribe testing. This commit also introduces support for Publish
Replied Indication message.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>

show more ...


# c5230e27 08-Sep-2016 Purushottam Kushwaha <pkushwah@qti.qualcomm.com>

Android: Add support for build with PLATFORM_VERSION 7.*

The new keystore location will be needed for the N release and possible
followups. Extend the previous check for PLATFORM_VERSION 7.0 to cove

Android: Add support for build with PLATFORM_VERSION 7.*

The new keystore location will be needed for the N release and possible
followups. Extend the previous check for PLATFORM_VERSION 7.0 to cover
all 7.* strings.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>

show more ...


# d66913ac 29-Jul-2016 priyadharshini gowthaman <pgowtham@qca.qualcomm.com>

Add support for Location program STA features

These commit includes the followng changes:
1) Fine Timing Measurement Request - Single Burst
2) Fine Timing Measurement Request - Multi Burst
3) ANQP -

Add support for Location program STA features

These commit includes the followng changes:
1) Fine Timing Measurement Request - Single Burst
2) Fine Timing Measurement Request - Multi Burst
3) ANQP - LCI, Location Civic & FQDN Request
4) Neighbor Report Request

Signed-off-by: priyadharshini gowthaman <pgowtham@qca.qualcomm.com>

show more ...


# b2c00eca 15-Jun-2016 Pradeep Reddy POTTETI <c_ppotte@qti.qualcomm.com>

Android: Add support for build with PLATFORM_VERSION 7.0

The new keystore location will be needed for the N release and it looks
likely that PLATFORM_VERSION will be changed from N to 7.0, so add th

Android: Add support for build with PLATFORM_VERSION 7.0

The new keystore location will be needed for the N release and it looks
likely that PLATFORM_VERSION will be changed from N to 7.0, so add that
new version string to the list of recognized versions.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>

show more ...


# 590b3608 14-Mar-2016 Pradeep Reddy POTTETI <c_ppotte@qti.qualcomm.com>

Android: Add support for build with PLATFORM_VERSION N

The new keystore location is needed also for the N release, so add that
as a new version string to the list of recognized versions.

Signed-off

Android: Add support for build with PLATFORM_VERSION N

The new keystore location is needed also for the N release, so add that
as a new version string to the list of recognized versions.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>

show more ...


# cd4e3c3e 29-Oct-2015 Jouni Malinen <jouni@qca.qualcomm.com>

Import the initial version of sigma_dut open source project

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>