History log of /wlan-dirver/utils/sigma-dut/traffic_agent.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 6d7c88cf 24-Jun-2020 Sunil Dutt <usdutt@codeaurora.org>

Use the tos=46 for user_priority=6 and Voice traffic class

RFC 8325 updates the DSCP to UP mappings, specifically maps the
current ToS value of 48 to user_priority 7.

Both the current implementatio

Use the tos=46 for user_priority=6 and Voice traffic class

RFC 8325 updates the DSCP to UP mappings, specifically maps the
current ToS value of 48 to user_priority 7.

Both the current implementations and RFC 8325 map the ToS 46 to
user_priority 6.

Thus, use the ToS value of 46 for the user_priority 6 to suite the
current implementation and the update proposed in RFC8325.

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


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

traffic_agent: Convert process() handlers to use enum sigma_cmd_result

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


# 04fbea73 09-Nov-2018 Arif Hussain <arifhussain@codeaurora.org>

traffic_agent: Change send() from blocking to non-blocking mode

Change send() socket call flag to non-blocking mode to avoid timeout.

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


# 1b70c32c 26-Jun-2018 Peng Xu <pxu@codeaurora.org>

traffic_agent_config: Support IPv6 address

This allows the source and destination address to be in IPv6 format.

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


# ab1fbf78 27-Aug-2018 Srikanth Marepalli <srimarep@codeaurora.org>

traffic_agent_send: Fix a memory leak on an error path

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>


# b8fc5cc8 11-May-2017 Peng Xu <pxu@qti.qualcomm.com>

Fix static analysis issues with strncpy()

Replace strncpy() with strlcpy() to silence static analysis warnings
about use of deprecated functions.

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

Fix static analysis issues with strncpy()

Replace strncpy() with strlcpy() to silence static analysis warnings
about use of deprecated functions.

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

show more ...


# c2493f83 05-Jun-2016 Jouni Malinen <jouni@qca.qualcomm.com>

Silence compiler warnings on unsigned/signed comparison

payload_size and throughput_pktsize are really only valid as unsigned
integers, so mark them as such.

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

Silence compiler warnings on unsigned/signed comparison

payload_size and throughput_pktsize are really only valid as unsigned
integers, so mark them as such.

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

show more ...


# 2c650811 16-May-2016 vamsi krishna <vamsin@qti.qualcomm.com>

traffic_agent: Limit number of TX packets appropriately in send_file()

Earlier the sleep_time is being calculated only once when the
send_file() is called and if the sleep_time is 0 then, it is not

traffic_agent: Limit number of TX packets appropriately in send_file()

Earlier the sleep_time is being calculated only once when the
send_file() is called and if the sleep_time is 0 then, it is not
getting calculated as the packets are being transmitted. As a result
on certain platforms, where the packets are being transmitted rapidly
the total number of packets transmitted is exceeding by huge extent
the expected number of packets to be transmitted, which is equal
to (duration * frame_rate).

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

show more ...


# 3f8c0b3f 03-May-2016 Pradeep Reddy POTTETI <c_ppotte@qti.qualcomm.com>

traffic_agent: Derive Interface in traffic_agent_receive_start

traffic_agent_receive_start command is not sending the Interface
parameter but sigma_dut is expecting and using it to set power save in

traffic_agent: Derive Interface in traffic_agent_receive_start

traffic_agent_receive_start command is not sending the Interface
parameter but sigma_dut is expecting and using it to set power save in
Uapsd traffic packets. As the Interface is NULL, "iw" based power save
commands are failing leading to test case failures. Fix this by getting
interface from get_station_ifname() if the Interface parameter is not
available.

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

show more ...


# 79594049 23-Nov-2015 Pradeep Reddy POTTETI <c_ppotte@qti.qualcomm.com>

Add support for U-APSD traffic stream send operations

This commit introduces the U-APSD traffic stream implementation
for the apts console.

This uses information based on the Wi-Fi Alliance sample

Add support for U-APSD traffic stream send operations

This commit introduces the U-APSD traffic stream implementation
for the apts console.

This uses information based on the Wi-Fi Alliance sample code that was
released under the ISC license terms.

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>