History log of /wlan-dirver/utils/sigma-dut/atheros.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 829f82c8 19-Feb-2019 Jouni Malinen <jouni@codeaurora.org>

atheros_config_scan: Fix error case return values

Failure to generate the netlink message is an internal error, not an
invalid CAPI command.

send_and_recv_msgs() return value is not appropriate val

atheros_config_scan: Fix error case return values

Failure to generate the netlink message is an internal error, not an
invalid CAPI command.

send_and_recv_msgs() return value is not appropriate value to return
from a sigma_dut command handler function, so replace that with
ERROR_SEND_STATUS.

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

show more ...


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

atheros: Convert process() handlers to use enum sigma_cmd_result

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


# 12366462 04-Apr-2018 Ankita Bajaj <bankita@codeaurora.org>

Avoid false static analyzer warning on impossible snprintf() error path

Explicitly check that snprintf() return value is not negative to silence
a static analyzer. This call cannot fail, but it is s

Avoid false static analyzer warning on impossible snprintf() error path

Explicitly check that snprintf() return value is not negative to silence
a static analyzer. This call cannot fail, but it is simpler to do this
than try to figure out other ways of getting rid of false warnings.

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

show more ...


# 291d97da 01-Feb-2018 Peng Xu <pxu@codeaurora.org>

Add support for sending netlink messages

This allows sigma_dut to issue nl80211 commands directly without having
to use an external tool like iw (or go through wpa_supplicant) to do so.

An example

Add support for sending netlink messages

This allows sigma_dut to issue nl80211 commands directly without having
to use an external tool like iw (or go through wpa_supplicant) to do so.

An example of how to send a vendor command to the driver is provided in
atheros.c by function cmd_atheros_config_scan(), which is to enable or
disable scan functionality in the driver.

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

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>