History log of /wlan-dirver/utils/sigma-dut/ (Results 1 – 25 of 940)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ecae008005-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 ...

3d96a1e909-Jun-2021 Jouni Malinen <jouni@codeaurora.org>

sta_set_wireless: Fix return values for common helper cases

Use enum sigma_cmd_result in the shared helper function and return those
enum values consistently. Also fix cases where incorrect value wa

sta_set_wireless: Fix return values for common helper cases

Use enum sigma_cmd_result in the shared helper function and return those
enum values consistently. Also fix cases where incorrect value was used
and no status would have been reported in an error cases.

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

show more ...

224e390709-Jun-2021 Jouni Malinen <jouni@codeaurora.org>

sta_set_wireless: Fix return values for Prog,VHT/HE cases

Use enum sigma_cmd_result in the helper function and return those enum
values consistently. Also fix a case where incorrect value was used a

sta_set_wireless: Fix return values for Prog,VHT/HE cases

Use enum sigma_cmd_result in the helper function and return those enum
values consistently. Also fix a case where incorrect value was used and
no status would have been reported in an error case.

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

show more ...

4f2d4b0f01-Apr-2021 Kiran Kumar Lokere <klokere@codeaurora.org>

sta_set_wireless: Configuration support for BSS max idle period

Add configuration support for BSS max idle period to advertise
in (Re)Association Request frames.

Signed-off-by: Jouni Malinen <jouni

sta_set_wireless: Configuration support for BSS max idle period

Add configuration support for BSS max idle period to advertise
in (Re)Association Request frames.

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

show more ...

1702fe3308-Jun-2021 Jouni Malinen <jouni@codeaurora.org>

sta_set_rfeature: Fix return values for Prog,HE cases

Use enum sigma_cmd_result in the helper functions and return those enum
values consistently. Also fix a case where incorrect value was used and

sta_set_rfeature: Fix return values for Prog,HE cases

Use enum sigma_cmd_result in the helper functions and return those enum
values consistently. Also fix a case where incorrect value was used and
no status would have been reported in an error cases.

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

show more ...

54b7252d01-Apr-2021 Kiran Kumar Lokere <klokere@codeaurora.org>

HE: Add support to prevent data and mgmt response Tx

Add support to configure the driver to prevent data and management
response Tx.

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

d0ec5edb01-Apr-2021 Kiran Kumar Lokere <klokere@codeaurora.org>

HE: Configuration support for punctured preamble RX

Add support to configure the driver for punctured preamble RX capability
setting in HE capabilities.

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

HE: Configuration support for punctured preamble RX

Add support to configure the driver for punctured preamble RX capability
setting in HE capabilities.

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

show more ...

a8bd85b808-Jun-2021 Jouni Malinen <jouni@codeaurora.org>

Update qca-vendor_copy.h to the latest qca-vendor.h

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

437476ee01-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 ...

a3af65b909-Mar-2021 Veerendranath Jakkam <vjakkam@codeaurora.org>

Retain DUT default FD frame TX setting when CAPI not received

Set default value of "ap_filsdscv" to VALUE_NOT_SET instead of
VALUE_DISABLED in sta_reset_default for STA-CFON. This is to avoid
changi

Retain DUT default FD frame TX setting when CAPI not received

Set default value of "ap_filsdscv" to VALUE_NOT_SET instead of
VALUE_DISABLED in sta_reset_default for STA-CFON. This is to avoid
changing DUT default behavior when there is no explicit CAPI command to
enable/disable FILS discovery frame transmission.

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

show more ...

59d2f99b05-Mar-2021 Lavanya Suresh <lavaks@codeaurora.org>

ap_config_commit: Add configs required for VHT 160 and 80+80 MHz (mac80211)

Add the needed 160 MHz and 80+80 MHz vht_capab flags in hostapd
configuration to configure the channel width properly into

ap_config_commit: Add configs required for VHT 160 and 80+80 MHz (mac80211)

Add the needed 160 MHz and 80+80 MHz vht_capab flags in hostapd
configuration to configure the channel width properly into the driver
and Beacon/Probe Response frame templates.

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

show more ...

bf7f295402-Mar-2021 Sunil Dutt <usdutt@codeaurora.org>

DPP: Send "BootstrapResult,OK,AuthResult,Timeout" on DPP-AUTH-INIT-FAILED

sigma_dut reporting an error with "errorCode,Peer did not reply to DPP
Authentication Request" for DPP-AUTH-INIT-FAILED whil

DPP: Send "BootstrapResult,OK,AuthResult,Timeout" on DPP-AUTH-INIT-FAILED

sigma_dut reporting an error with "errorCode,Peer did not reply to DPP
Authentication Request" for DPP-AUTH-INIT-FAILED while processing DPP
authentication response resulted in some test cases failing since those
tests cases where expecting the bootstrapresult as success but
AuthResult as failure (timeout).

These test cases expect the peer to send an improper DPP Auth Response
and check if these frames are properly dropped by the DUT, eventually
leading to a DPP Authentication timeout. Hence, modify sigma_dut's
response for such scenario to represent bootstrapresult as success but
AuthResult as failure/timeout.

This is a regression from past behavior from commit ed629d5181ff ("DPP:
NFC operations with ManualDPP"), so the change here restores the
previously used behavior for the response string in this type of timeout
cases.

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

show more ...

f7a2cbf918-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 ...

30088a7c03-Nov-2020 Vinita S. Maloo <vmaloo@codeaurora.org>

Miracast: Send a valid rtsp_session_id pointer

Earlier when zero is passed as pointer for rtsp_session_id, it was
causing a CFI failure and also a functional failure in hidl hal library.
Send a vali

Miracast: Send a valid rtsp_session_id pointer

Earlier when zero is passed as pointer for rtsp_session_id, it was
causing a CFI failure and also a functional failure in hidl hal library.
Send a valid pointer to rtsp_session_id parameter to
start_wfd_connection() in this exception to all other calls to avoid
this.

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

show more ...

baae968e23-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 ...

2e2097d023-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 ...

39fd5c4720-Dec-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

Prefer driver based scan MAC address randomization when supported

When scan MAC address randomization is enabled using preassoc_mac_addr=1
wpa_supplicant generates a new scan random MAC address and

Prefer driver based scan MAC address randomization when supported

When scan MAC address randomization is enabled using preassoc_mac_addr=1
wpa_supplicant generates a new scan random MAC address and configures
the STA interface before every scan in disconnected state.

The limitation with this approach is that DUT couldn't reuse the random
MAC address generated for the last disconnected network when
reconnection command is issued to the same network immediately. This is
due to the scan before attempting reconnect. Also the PMKSA generated
during the previous connection becomes invalid as the new connection
attempt with a new random MAC address will generate a new PMKSA.

Enabling driver-based scan MAC address randomization when supported will
avoid the above limitations.

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

show more ...

4786720420-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 ...

c1f71b6722-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 ...

0aacaa6d22-Dec-2020 Venkateswara Naralasetty <vnaralas@codeaurora.org>

ap_reset_default: Get TX streams from wiphy capabilities (mac80211)

Get TX streams from wiphy capabilities with mac80211-based drivers and
set as default from ap_reset_default().

Signed-off-by: Ven

ap_reset_default: Get TX streams from wiphy capabilities (mac80211)

Get TX streams from wiphy capabilities with mac80211-based drivers and
set as default from ap_reset_default().

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

show more ...

40ed468b30-Jan-2021 Venkateswara Naralasetty <vnaralas@codeaurora.org>

ap_config_commit: Set params needed for HE program (ath11k)

Set the required parameters for the HE program through the fw test
commands.

Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora

ap_config_commit: Set params needed for HE program (ath11k)

Set the required parameters for the HE program through the fw test
commands.

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

show more ...

54fd51c420-Dec-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

OCV: Set ocv configuration during sta_set_security command

Setting ocv configuration during sta_associate command can end up
clearing the PMKSA cache of the network if there was an earlier
connectio

OCV: Set ocv configuration during sta_set_security command

Setting ocv configuration during sta_associate command can end up
clearing the PMKSA cache of the network if there was an earlier
connection in the test case. Due to this in some test cases DUT is not
using PMKSA caching based connection attempt as per expectation.

Move ocv configuration to be done while adding the new network profile
to avoid unanticipated PMKSA cache clearing.

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

show more ...

8b953d6204-Jan-2021 Veerendranath Jakkam <vjakkam@codeaurora.org>

AP: Enable OWE PTK workaround when a specific group is not set

OWE PTK workaround needs to be enabled for all cases when configuring
OWE instead of only the cases that set a specific owe_group value

AP: Enable OWE PTK workaround when a specific group is not set

OWE PTK workaround needs to be enabled for all cases when configuring
OWE instead of only the cases that set a specific owe_group value. This
fixes an issue in cases where ECGroupID is not set, but the workaround
is needed as legacy STAs can choose group greater than 19 for the
connection.

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

show more ...

78862fc319-Nov-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

STA: Add support to parse ChnlFreq param also to send ANQP Query

Channel information can be set using either ChnlFreq or channel
parameter in the dev_send_frame CAPI command. Thus, add support to pa

STA: Add support to parse ChnlFreq param also to send ANQP Query

Channel information can be set using either ChnlFreq or channel
parameter in the dev_send_frame CAPI command. Thus, add support to parse
ChnlFreq parameter as well to get the frequency value to send ANQP Query
in cmd_sta_send_frame_wpa3().

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

show more ...

6707f03b26-Oct-2020 Srinivas Girigowda <sgirigow@codeaurora.org>

sta_set_rfeature: Add support to TWT related commands for WCN driver

Add following TWT related commands for WCN driver:
1. TWT_Operation
2. TWT_SuspendDuration
3. TWT_ResumeDuration
4. TWTInfoFrameT

sta_set_rfeature: Add support to TWT related commands for WCN driver

Add following TWT related commands for WCN driver:
1. TWT_Operation
2. TWT_SuspendDuration
3. TWT_ResumeDuration
4. TWTInfoFrameTx

Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>

show more ...

12345678910>>...38