History log of /wlan-dirver/utils/sigma-dut/basic.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 77dda647 07-Jan-2020 Jouni Malinen <jouni@codeaurora.org>

Check snprintf() result to silence compiler warnings

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


# 5f4e0038 18-Nov-2019 Vamsi Krishna <vamsin@codeaurora.org>

device_get_info: Support longer version information

Increase the maximum length of the version information that can be sent
in response to device_get_info command to 512.

Signed-off-by: Jouni Malin

device_get_info: Support longer version information

Increase the maximum length of the version information that can be sent
in response to device_get_info command to 512.

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

show more ...


# b21f0542 04-Nov-2019 Jouni Malinen <jouni@codeaurora.org>

Allow separate 2.4 GHz and 5 GHz main/station ifnames to be set

This extends the -M and -S command line arguments to accept interface
name pair in <2.4 GHz ifname>/<5 GHz ifname> encoding to be set.

Allow separate 2.4 GHz and 5 GHz main/station ifnames to be set

This extends the -M and -S command line arguments to accept interface
name pair in <2.4 GHz ifname>/<5 GHz ifname> encoding to be set. For
example, "wlan0/wlan1". A new device_list_interfaces argument "band" can
then be used to specify which interface name is requested. This is an
initial step in allowing dynamic selection of a specific radio for
station operations based on the needed band.

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

show more ...


# 016ae6c8 04-Nov-2019 Jouni Malinen <jouni@codeaurora.org>

Add pointer to struct sigma_dut to get-ifname helper functions

This is needed to allow more dynamic generation of the interface name
for dual-radio cases.

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

Add pointer to struct sigma_dut to get-ifname helper functions

This is needed to allow more dynamic generation of the interface name
for dual-radio cases.

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

show more ...


# 67212370 31-May-2019 Amarnath Hullur Subramanyam <amarnath@codeaurora.org>

Fix static analysis issue with strcpy()

Replace strcpy() with strlcpy() to silence static analysis warning
about use of a deprecated function.

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


# 3aa72861 29-May-2019 Jouni Malinen <jouni@codeaurora.org>

Check snprintf() return values to silence compiler warnings

Some compilers warn about potential buffer truncation if the snprintf()
return value is not checked.

Signed-off-by: Jouni Malinen <jouni@

Check snprintf() return values to silence compiler warnings

Some compilers warn about potential buffer truncation if the snprintf()
return value is not checked.

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

show more ...


# e39cd56c 29-May-2019 Jouni Malinen <jouni@codeaurora.org>

Do not use same buffer for both readlink() pointers

This gets rid of a compiler warning.

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


# 9b85c411 31-Jan-2019 Alexei Avshalom Lazar <ailizaro@codeaurora.org>

Get the wil6210 11ad fw version using ethtool ioctl

Signed-off-by: Alexei Avshalom Lazar <ailizaro@codeaurora.org>


# cd444909 18-Feb-2019 Jouni Malinen <jouni@codeaurora.org>

basic: Convert process() handlers to use enum sigma_cmd_result

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


# c54710de 23-Jan-2019 Jouni Malinen <jouni@codeaurora.org>

server_get_info: Report hs20_spp_server version

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


# 9d7e31d5 22-Dec-2017 Jouni Malinen <jouni@qca.qualcomm.com>

Update copyright notice years

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


# 551b9866 24-Jan-2017 Pradeep Reddy Potteti <c_ppotte@qti.qualcomm.com>

device_get_info: Add support to fetch WLAN driver version

Add support to fetch WLAN driver version for WCN and LINUX-WCN
driver types.

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


# 5db3b104 04-Aug-2016 Jouni Malinen <jouni@qca.qualcomm.com>

device_get_info: Allow vendor, model, version values to be set

The new command line arguments -N<vendor>, -o<model>, and -O<version>
can now be used to override the device_get_info output arguments

device_get_info: Allow vendor, model, version values to be set

The new command line arguments -N<vendor>, -o<model>, and -O<version>
can now be used to override the device_get_info output arguments so that
sigma_dut does not need to have internal knowledge of how to figure out
such details on all platforms.

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>