History log of /wlan-dirver/utils/sigma-dut/sta.c (Results 1 – 25 of 312)
Revision Date Author Comments
# 3d96a1e9 09-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 ...


# 224e3907 09-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 ...


# 4f2d4b0f 01-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 ...


# 1702fe33 08-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 ...


# 54b7252d 01-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>


# d0ec5edb 01-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 ...


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


# 39fd5c47 20-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 ...


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


# 54fd51c4 20-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 ...


# 78862fc3 19-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 ...


# 6707f03b 26-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 ...


# 0525e294 12-Nov-2020 Srinivas Girigowda <sgirigow@codeaurora.org>

sta_set_wireless: Add support to FullBW_ULMUMIMO for WCN driver

Add support to enable/disable full BW UL MU MIMO subfield
in the HE PHY capability.

Signed-off-by: Srinivas Girigowda <sgirigow@codea

sta_set_wireless: Add support to FullBW_ULMUMIMO for WCN driver

Add support to enable/disable full BW UL MU MIMO subfield
in the HE PHY capability.

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

show more ...


# 1e1e5fdb 10-Sep-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

sta_set_rfeature: Add support to Deauth_Per_SAQueryResp for WCN driver

Add support to disable sending Deauthentication frame on SA Query
Response timeout for WCN driver.

Signed-off-by: Veerendranat

sta_set_rfeature: Add support to Deauth_Per_SAQueryResp for WCN driver

Add support to disable sending Deauthentication frame on SA Query
Response timeout for WCN driver.

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

show more ...


# 50d5c78a 21-Jul-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

sta_set_rfeature: Add support to ignore CSA for WCN driver

Add support to enable ignore CSA behavior for the WCN driver.

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


# c771fac6 21-Jul-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

sta_set_rfeature: Add support to set RSNXE Used for WCN driver

Add support to enable RSNXE Used bit in FT Reassociation Request frame
for the WCN driver.

Signed-off-by: Veerendranath Jakkam <vjakka

sta_set_rfeature: Add support to set RSNXE Used for WCN driver

Add support to enable RSNXE Used bit in FT Reassociation Request frame
for the WCN driver.

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

show more ...


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


# 0572a744 08-Oct-2020 Jouni Malinen <jouni@codeaurora.org>

Work around CR+LF in ServerCert *.sha256 files

Previously, only LF was stripped out which could result in issues if the
*.sha256 files got modified (e.g., if copied through a Windows device).
Strip

Work around CR+LF in ServerCert *.sha256 files

Previously, only LF was stripped out which could result in issues if the
*.sha256 files got modified (e.g., if copied through a Windows device).
Strip CR as well to make this more robust.

Signed-off-by: Jouni Malinen <jouni@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 ...


# dc581b55 10-Aug-2020 Veerendranath <vjakkam@codeaurora.org>

sta_scan: Abort ongoing scan and try instead of failing

When the SCAN command failed with "FAIL-BUSY" status, abort ongoing scan
and issue the SCAN command again instead of failing the sta_scan
comm

sta_scan: Abort ongoing scan and try instead of failing

When the SCAN command failed with "FAIL-BUSY" status, abort ongoing scan
and issue the SCAN command again instead of failing the sta_scan
command.

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

show more ...


# 9f81dfb4 10-Aug-2020 Veerendranath <vjakkam@codeaurora.org>

cmd_sta_send_frame_wpa3: Add support to send ANQP Query frame

Add support to parse parameters for ANQP Query frame and send ANQP_GET
wpa_command accordingly. There was no explicit ANQP Query ID
conf

cmd_sta_send_frame_wpa3: Add support to send ANQP Query frame

Add support to parse parameters for ANQP Query frame and send ANQP_GET
wpa_command accordingly. There was no explicit ANQP Query ID
configuration from UCC so used basic ANQP Capability List Query ID (257)
to send ANQP Query frame.

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

show more ...


# 132c4b4c 09-Aug-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

sta_scan: Enhance ChnlFreq param parsing

As per updated CAPI definition "ChnlFreq" param value can be a string
representing a specific band to scan. Add support to parse the param
and populate chann

sta_scan: Enhance ChnlFreq param parsing

As per updated CAPI definition "ChnlFreq" param value can be a string
representing a specific band to scan. Add support to parse the param
and populate channels range to scan based on the param value.

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

show more ...


# a9177041 09-Aug-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

sta_set_security: Add support for sae_pk_only param

Add parsing of sae_pk_only argument to sta_set_security and configure
wpa_supplicant accordingly.

Signed-off-by: Veerendranath Jakkam <vjakkam@co

sta_set_security: Add support for sae_pk_only param

Add parsing of sae_pk_only argument to sta_set_security and configure
wpa_supplicant accordingly.

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

show more ...


# 8e3f8814 05-Oct-2020 Jouni Malinen <jouni@codeaurora.org>

Use enum sigma_cmd_result in sta_set_owe()

The returned value from this function is passed to the command handler,
so make this use enum sigma_cmd_result explicitly to make the return
values easier

Use enum sigma_cmd_result in sta_set_owe()

The returned value from this function is passed to the command handler,
so make this use enum sigma_cmd_result explicitly to make the return
values easier to understand.

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

show more ...


12345678910>>...13