History log of /wlan-dirver/utils/sigma-dut/sigma_dut.h (Results 1 – 25 of 201)
Revision Date Author Comments
# 437476ee 01-Apr-2021 Sunil Dutt <usdutt@codeaurora.org>

Avoid duplicate definitions from wifi_hal.h

This avoids the compiler warning on the redefinitions for the same
from wifi_hal.h, which gets included through ANDROID_WIFI_HAL.

Signed-off-by: Jouni Ma

Avoid duplicate definitions from wifi_hal.h

This avoids the compiler warning on the redefinitions for the same
from wifi_hal.h, which gets included through ANDROID_WIFI_HAL.

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

show more ...


# f7a2cbf9 18-Nov-2020 Vinita S. Maloo <vmaloo@codeaurora.org>

Miracast: Make default timeout of sigma_dut configurable

Add an option to configure the default timeout for sigma_dut operations
from the command line (-5 <timeout in sec>) for the cases where Mirac

Miracast: Make default timeout of sigma_dut configurable

Add an option to configure the default timeout for sigma_dut operations
from the command line (-5 <timeout in sec>) for the cases where Miracast
tests are executed. This is needed to avoid some timeout issues.

Signed-off-by: Vinita S. Maloo <vmaloo@codeaurora.org>

show more ...


# baae968e 23-Feb-2021 Pravas Kumar Panda <kumarpan@codeaurora.org>

Add A-MPDU configuration by default based on driver capabilities

Add AMPDU configurations to the vht_capab field of hostapd.conf
by default. This helps to solve uplink throughput test cases for VHT

Add A-MPDU configuration by default based on driver capabilities

Add AMPDU configurations to the vht_capab field of hostapd.conf
by default. This helps to solve uplink throughput test cases for VHT
clients in AP mode.

Parse the VHT capabilities from the nl80211 wiphy band attribute and get
the correct A-MPDU parameters based on the advertised capabilities.

Signed-off-by: Manikanta Pubbisetty <mpubbise@codeaurora.org>
Signed-off-by: Pravas Kumar Panda <kumarpan@codeaurora.org>
Signed-off-by: Lavanya Suresh <lavaks@codeaurora.org>

show more ...


# 2e2097d0 23-Feb-2021 Lavanya Suresh <lavaks@codeaurora.org>

ap_reset_default: Get band info from wiphy capabilities (mac80211)

Get band info from wiphy capabilities and set as default values in
ap_reset_default().

Signed-off-by: Lavanya Suresh <lavaks@codea

ap_reset_default: Get band info from wiphy capabilities (mac80211)

Get band info from wiphy capabilities and set as default values in
ap_reset_default().

Signed-off-by: Lavanya Suresh <lavaks@codeaurora.org>

show more ...


# 47867204 20-Dec-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

WPA3: Add support to enable Client Privacy feature OOB for STA DUT

Add a command line option (-4) to enable Client Privacy feature
out-of-box for STA DUT for the WPA3 program.

Signed-off-by: Veeren

WPA3: Add support to enable Client Privacy feature OOB for STA DUT

Add a command line option (-4) to enable Client Privacy feature
out-of-box for STA DUT for the WPA3 program.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>

show more ...


# c1f71b67 22-Jan-2021 Veerendranath Jakkam <vjakkam@codeaurora.org>

STA: Enable OCV and beacon protection out-of-box when STA supports them

Enable wpa_supplicant configuration for beacon protection and operating
channel validation (OCV) features out-of-box when supp

STA: Enable OCV and beacon protection out-of-box when STA supports them

Enable wpa_supplicant configuration for beacon protection and operating
channel validation (OCV) features out-of-box when supported by STA.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>

show more ...


# f0f8805a 11-Nov-2020 Venkateswara Naralasetty <vnaralas@codeaurora.org>

Determine driver name

Determine driver name to make it easier to do driver specific
operations.

Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>


# 050b85a6 03-Jul-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

Add helper functions to set wifi test config attributes

In many places QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION used
to set single QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_* attribute.

So mov

Add helper functions to set wifi test config attributes

In many places QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION used
to set single QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_* attribute.

So move the common code of such instances to helper functions.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>

show more ...


# 764553e3 10-Sep-2020 Veerendranath Jakkam <vjakkam@qti.qualcomm.com>

nl80211: Add NLA_F_NESTED to nla_nest_start() with older libnl versions

This is needed to work around a missing attribute that would cause
cfg80211 to reject some nl80211 commands (e.g.,
NL80211_ATT

nl80211: Add NLA_F_NESTED to nla_nest_start() with older libnl versions

This is needed to work around a missing attribute that would cause
cfg80211 to reject some nl80211 commands (e.g.,
NL80211_ATTR_VENDOR_DATA) with new kernel versions that enforce netlink
attribute policy validation.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>

show more ...


# d0ad6ef7 21-May-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

STA: Add support to get beacon MIC error and CMAC relay counters for WCN

Add support to get the total number of Beacon frame MIC errors,
missing MME incidents and packet replay incidents observed wh

STA: Add support to get beacon MIC error and CMAC relay counters for WCN

Add support to get the total number of Beacon frame MIC errors,
missing MME incidents and packet replay incidents observed when beacon
protection is enabled for WCN driver.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>

show more ...


# 54ddc35c 05-Jul-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

OCV: Add support for sending spurious reassoc and SA query requests

Add support to send spurious Reassociation request and SA Query Request
frames for WPA3 testbed station functionality.

Signed-off

OCV: Add support for sending spurious reassoc and SA query requests

Add support to send spurious Reassociation request and SA Query Request
frames for WPA3 testbed station functionality.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>

show more ...


# 67433fc6 26-Jun-2020 Jouni Malinen <jouni@codeaurora.org>

sta_set_wireless: Client privacy configuration

Allow wpa_supplicant to be requested to use random MAC addresses for
pre-association exchanges and for associations.

Signed-off-by: Jouni Malinen <jou

sta_set_wireless: Client privacy configuration

Allow wpa_supplicant to be requested to use random MAC addresses for
pre-association exchanges and for associations.

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

show more ...


# 1dabb5a6 26-Jun-2020 Jouni Malinen <jouni@codeaurora.org>

DPP: Reconfiguration operations

Add support for DPPActionType,DPPReconfiguration on the Enrollee and
Configurator sides.

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


# fbf12efe 08-Jun-2020 Jouni Malinen <jouni@codeaurora.org>

ap_set_security: SAE_PK_KeyPairSigOverride

This can be used for testing SAE-PK misbehavior.

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


# 0a9876c1 08-Jun-2020 Jouni Malinen <jouni@codeaurora.org>

ap_set_security: SAE_Commit_StatusCode and SAE_PK_Omit

These can be used for testing SAE-PK misbehavior.

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


# 59fab0f4 05-Jun-2020 Jouni Malinen <jouni@codeaurora.org>

AP: SAE-PK configuration

Convert SAE-PK configuration parameters to hostapd sae_password
configuration.

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


# 314b9c65 05-Jun-2020 Jouni Malinen <jouni@codeaurora.org>

dev_exec_action: KeyRotation,1 to trigger GTK rekeying

This command can now be used to trigger GTK to be rekeyed either from
the AP or STA side.

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


# ce7ba82f 27-May-2020 Priyadharshini Gowthaman <pgowtham@codeaurora.org>

AP: Allow OCV to be enabled (ap_set_wireless ocvc)

Signed-off-by: Priyadharshini Gowthaman <pgowtham@codeaurora.org>


# 176181c5 15-May-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

Add a helper function for setting IPv6 address

This can be used with other commands as well, so move the IPv6 address
functionality into a helper function.

Signed-off-by: Jouni Malinen <jouni@codea

Add a helper function for setting IPv6 address

This can be used with other commands as well, so move the IPv6 address
functionality into a helper function.

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

show more ...


# c1633d27 06-May-2020 Vamsi Krishna <vamsin@codeaurora.org>

sta_set_wireless: Add support to enable OCV for connections

Enable OCV on STA so that it uses operating channel validation
while connecting to APs which also support OCV.

Signed-off-by: Jouni Malin

sta_set_wireless: Add support to enable OCV for connections

Enable OCV on STA so that it uses operating channel validation
while connecting to APs which also support OCV.

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

show more ...


# 89cf6d64 11-May-2020 Jouni Malinen <jouni@codeaurora.org>

DPP: Use enum sigma_cmd_result

This makes the implementation easier to read.

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


# d2e9bb3e 05-May-2020 Jouni Malinen <jouni@codeaurora.org>

DPP: Start unconfigured AP without beaconing

This allows hostapd to perform DPP Initiator operations to provision the
AP without having to depend on the driver supporting offchannel
operations while

DPP: Start unconfigured AP without beaconing

This allows hostapd to perform DPP Initiator operations to provision the
AP without having to depend on the driver supporting offchannel
operations while beaconing. This applies only for the initial
provisioning step and being able to act as an Initiator/Configurator for
additional DPP exchanges may still need support for offchannel
operations. If a DPP Responder operation is requested, start beaconing
to get the AP listening on its operating channel.

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

show more ...


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

Miracast: Get modified MAC address and then do the DHCP check

Enhance the capability of obtaining the modified MAC address and then
performing the DHCP check to detect whether the peer client has re

Miracast: Get modified MAC address and then do the DHCP check

Enhance the capability of obtaining the modified MAC address and then
performing the DHCP check to detect whether the peer client has received
an IP address rather than rely on MAC address parsing from the DHCP
lease file.

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

show more ...


# 54b78cfd 30-Mar-2020 Vinita Maloo <vmaloo@codeaurora.org>

Send the FASTREASSOC command using ioctl to driver

Send FASTREASSOC command through ioctl to driver instead of using
wpa_supplicant control interface DRIVER command to remove dependency
of wpa_suppl

Send the FASTREASSOC command using ioctl to driver

Send FASTREASSOC command through ioctl to driver instead of using
wpa_supplicant control interface DRIVER command to remove dependency
of wpa_supplicant driver command extension library. The wpa_supplicant
driver command extension library is not available on all platforms.

Signed-off-by: Vinita Maloo <vmaloo@codeaurora.org>

show more ...


# f642d6ad 27-Mar-2020 Vamsi Krishna <vamsin@codeaurora.org>

sta_reset_default: Enable Interworking for QoS Management program

Add support to parse prog,QM and enable Interworking feature for
QM program.

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


123456789