History log of /wlan-dirver/utils/sigma-dut/traffic.c (Results 1 – 15 of 15)
Revision Date Author Comments
# 5bfb16a8 09-May-2020 Veerendranath Jakkam <vjakkam@codeaurora.org>

traffic_start_iperf: Add support for additional CAPI parameters

Add support for the following parameters:
- clientport: Specify the client-side port
- reverse: Run in reverse mode (server sends, cli

traffic_start_iperf: Add support for additional CAPI parameters

Add support for the following parameters:
- clientport: Specify the client-side port
- reverse: Run in reverse mode (server sends, client receives)
- DSCP: The type-of-service for outgoing packets
- iptype=version6: Alias for IPv6

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

show more ...


# c9bc15d1 29-Jan-2020 Alexei Avshalom Lazar <ailizaro@codeaurora.org>

Add option to override the default tmp dir

Add command line argument -Z<path> for overriding the default temporary
path.

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


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


# a3042042 19-Feb-2019 Jouni Malinen <jouni@codeaurora.org>

traffic: Convert process() handlers to use enum sigma_cmd_result

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


# 3886d5e1 26-Oct-2018 Peng Xu <pxu@codeaurora.org>

traffic_stop_iperf: Fix uninitialized variable usage issue

In parsing iperf results, variable summary_buf would have been used
without initialization if there was no expected result lines. Fix this

traffic_stop_iperf: Fix uninitialized variable usage issue

In parsing iperf results, variable summary_buf would have been used
without initialization if there was no expected result lines. Fix this
by initializing it to an empty string.

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

show more ...


# 1165f172 06-Oct-2018 Peng Xu <pxu@codeaurora.org>

NAN: Handle IPv6 link local address in traffic_send_ping

ping6 is used for NAN datapath testing and on some Android builds the
-I option does not work. This change uses %-notation to work around tha

NAN: Handle IPv6 link local address in traffic_send_ping

ping6 is used for NAN datapath testing and on some Android builds the
-I option does not work. This change uses %-notation to work around that.
Note that -I is left for other cases so that it does not break other
address types.

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

show more ...


# 57784e04 27-Jun-2018 Peng Xu <pxu@codeaurora.org>

Add commands for sending and receiving iperf traffic

This allows sigma_dut to send and receive iperf traffic and report the
throughput numbers from such operations.

Signed-off-by: Jouni Malinen <jo

Add commands for sending and receiving iperf traffic

This allows sigma_dut to send and receive iperf traffic and report the
throughput numbers from such operations.

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

show more ...


# 525965bb 26-Jun-2018 Peng Xu <pxu@codeaurora.org>

Share a single is_ipv6_addr() implementation

No need to maintain two functions for doing the same thing.

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>


# a11683a8 11-Dec-2017 Purushottam Kushwaha <pkushwah@qti.qualcomm.com>

Revert "NAN: Fix NDP ping failure issue"

This reverts commit 93c6489a1407c5f0f072a25feadf013822b83dfb which
assumes that -I is deprecated (which it is not). On the other hand, some
devices may not s

Revert "NAN: Fix NDP ping failure issue"

This reverts commit 93c6489a1407c5f0f072a25feadf013822b83dfb which
assumes that -I is deprecated (which it is not). On the other hand, some
devices may not support (%) which will lead to ping6 failure. Revert
this commit to get rid of the regressions. If that ping6 change for NAN
is needed in some cases, that needs to be redone in a safer way that
does not break ping6 for other users.

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

show more ...


# 93c6489a 16-Aug-2017 Rakesh Sunki <rsunki@qti.qualcomm.com>

NAN: Fix NDP ping failure issue

Modify the way interface name is specified in the IPv6 ping as the older
way of specifying with interface name with option I is deprecated.

Fix the issue by specifyi

NAN: Fix NDP ping failure issue

Modify the way interface name is specified in the IPv6 ping as the older
way of specifying with interface name with option I is deprecated.

Fix the issue by specifying the interface name in the correct format,
"IPV6 link local address%interface name".

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

show more ...


# 2e80731f 22-Jun-2017 Rakesh Sunki <rsunki@qti.qualcomm.com>

NAN: Fix ping issue when ndp is enabled

Ping failed because the pings were routed to an incorrect interface. Fix
the issue by routing the pings to nan0 interface when ndp is enabled.

Signed-off-by:

NAN: Fix ping issue when ndp is enabled

Ping failed because the pings were routed to an incorrect interface. Fix
the issue by routing the pings to nan0 interface when ndp is enabled.

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

show more ...


# 95093ac6 13-Oct-2016 Pradeep Reddy POTTETI <c_ppotte@qti.qualcomm.com>

traffic_send_ping: Limit maximum duration to 3600 seconds

This commit fixes static analysis taint issues.

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


# eeb2ccb7 30-Aug-2016 Pradeep Reddy POTTETI <c_ppotte@qti.qualcomm.com>

traffic_send_ping: Include "-I" option for IPv6 ping

Include interface option for ping when IP type is of IPv6 type to
specify the source interface. Without the interface option, ping6 may
fail.

Si

traffic_send_ping: Include "-I" option for IPv6 ping

Include interface option for ping when IP type is of IPv6 type to
specify the source interface. Without the interface option, ping6 may
fail.

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>