History log of /wlan-dirver/utils/sigma-dut/dev.c (Results 1 – 21 of 21)
Revision Date Author Comments
# 314b9c65 05-Jun-2020 Jouni Malinen <jouni@codeaurora.org>

dev_exec_action: KeyRotation,1 to trigger GTK rekeying

This command can now be used to trigger GTK to be rekeyed either from
the AP or STA side.

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


# e7471189 12-Dec-2019 Jouni Malinen <jouni@codeaurora.org>

dev_exec_action: Remove forgotten TODO comment

This was already implemented.

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


# 19d52a70 12-Dec-2019 Jouni Malinen <jouni@codeaurora.org>

dev_exec_action: Rejected_DH_Groups

Allow SAE H2E report of rejected groups to be fetched from hostapd.

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


# 1f81e2d4 23-Aug-2019 Jouni Malinen <jouni@codeaurora.org>

Update TOD policy based on dev_exec_action ServerCertTrust,Accept

dut->sta_tod_policy was previously update on CTRL-EVENT-CONNECTED only
when processing sta_associate command. Same update needs to h

Update TOD policy based on dev_exec_action ServerCertTrust,Accept

dut->sta_tod_policy was previously update on CTRL-EVENT-CONNECTED only
when processing sta_associate command. Same update needs to happen with
dev_exec_action ServerCertTrust,Accept to update the locally store TOD
policy in the network profile based on the last successful connection
since this dev_exec_action is pinning a different server certificate
into the profile.

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

show more ...


# 37d5c69e 19-Aug-2019 Jouni Malinen <jouni@codeaurora.org>

Do not allow UOSC if received server certificate has TOD-STRICT policy

This handles the initial configuration from UOSC case where TOD-STRICT
does not allow this while TOD-TOFU does.

Signed-off-by:

Do not allow UOSC if received server certificate has TOD-STRICT policy

This handles the initial configuration from UOSC case where TOD-STRICT
does not allow this while TOD-TOFU does.

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

show more ...


# 560e4a97 19-Jun-2019 Jouni Malinen <jouni@codeaurora.org>

dev_exec_action: Clear domain{,_suffix}_match on UOSC

If the last received server certificate is used as an override, clear
the possible domain_match and domain_suffix_match parameters from the
prof

dev_exec_action: Clear domain{,_suffix}_match on UOSC

If the last received server certificate is used as an override, clear
the possible domain_match and domain_suffix_match parameters from the
profile since they might conflict with the specific server certificate
that is now supposed to be trusted.

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

show more ...


# ce791a3d 19-Jun-2019 Jouni Malinen <jouni@codeaurora.org>

dev_start/stop_test: Remove vendor name default

Instead of defaulting a specific vendor name, require the vendor name to
be provided from the command line (-N) to enable log files collection
and upl

dev_start/stop_test: Remove vendor name default

Instead of defaulting a specific vendor name, require the vendor name to
be provided from the command line (-N) to enable log files collection
and upload capability.

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

show more ...


# fee3c4ad 19-Jun-2019 Jouni Malinen <jouni@codeaurora.org>

dev_exec_action: Allow UOSP to be disabled

Making a file with name "uosc-disabled" in the certificate directory (-C
command line option or /etc/wpa_supplicant by default) can now be used
to disable

dev_exec_action: Allow UOSP to be disabled

Making a file with name "uosc-disabled" in the certificate directory (-C
command line option or /etc/wpa_supplicant by default) can now be used
to disable user override for server certificate for the device. This is
mainly for validating test script completeness.

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

show more ...


# 6a3005fe 13-Jun-2019 Jouni Malinen <jouni@codeaurora.org>

dev_exec_action: Update ServerCertTrust behavior

The CAPI command definition was modified, so match the changes in the
implementation. Indicate OverrideNotAllowed explicitly.

Signed-off-by: Jouni M

dev_exec_action: Update ServerCertTrust behavior

The CAPI command definition was modified, so match the changes in the
implementation. Indicate OverrideNotAllowed explicitly.

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

show more ...


# 134fe3c3 12-Jun-2019 Jouni Malinen <jouni@codeaurora.org>

User override of server certificate

Store server certificate hash and TOD policy from WPA3-Enterprise
connection attempts with sta_associate. Add support for dev_exec_action
ServerCertTrust,Accept a

User override of server certificate

Store server certificate hash and TOD policy from WPA3-Enterprise
connection attempts with sta_associate. Add support for dev_exec_action
ServerCertTrust,Accept argument. If TOD policy is in place for the
current network profile, reject that command; if TOD policy is not in
place, update network profile to use the last received server
certificate (from the last failed connection attempt) and try to
reconnect.

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

show more ...


# 0128bf99 09-Apr-2019 Kiran Kumar Lokere <klokere@codeaurora.org>

dev: Implement log file collecting and uploading

Add support for dev_start_test and dev_stop_test to collect logs and
push them to a TFTP server.

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


# 4a3c2f80 02-May-2019 Alexei Avshalom Lazar <ailizaro@codeaurora.org>

dev_send_frame: More flexibility in requiring the Interface argument

Remove the strict enforcement of the Interface argument for this CAPI
command so that each individual handler can decide on its o

dev_send_frame: More flexibility in requiring the Interface argument

Remove the strict enforcement of the Interface argument for this CAPI
command so that each individual handler can decide on its own whether to
require that argument. In particular, this allows dev_send_frame to be
used in AP mode without the Interface argument being used to enable some
60 GHz testing needs.

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

show more ...


# aa1df05f 27-Feb-2019 vamsi krishna <vamsin@codeaurora.org>

Remove unused variable from dev.c

Remove unused variable buf from dev.c in order to fix compile
time warning in Android builds.

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


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

dev: Convert process() handlers to use enum sigma_cmd_result

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


# 2052daa2 31-Aug-2018 Anurag Das <anurdas@codeaurora.org>

Implement dev_ble_action

dev_ble_action aims to interface sigma_dut with the BLE stack. This
commit implements this interface by having sigma_dut interact with a BLE
application. Also, this commit a

Implement dev_ble_action

dev_ble_action aims to interface sigma_dut with the BLE stack. This
commit implements this interface by having sigma_dut interact with a BLE
application. Also, this commit aims to enable NAN service discovery on
top of a successful BLE scan. Currently, this is implemented only for
Android platforms by having the NAN + BLE activity registered with
org.codeaurora.nanservicediscovery.MainActivity. sigma_dut invokes this
activity with the respective parameters.

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

show more ...


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

Add commands indicating start/stop test and log fetch

This adds empty implementation of dev_start_test, dev_stop_test, and
dev_get_log to work with test scripts that use the new commands with
some d

Add commands indicating start/stop test and log fetch

This adds empty implementation of dev_start_test, dev_stop_test, and
dev_get_log to work with test scripts that use the new commands with
some devices.

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

show more ...


# d86e5828 29-Aug-2017 Jouni Malinen <jouni@qca.qualcomm.com>

DPP: Add dev_exec_action support for Program,DPP

This adds initial, but not yet fully complete, support for the new DPP
CAPI operations using the dev_exec_action command.

Signed-off-by: Jouni Malin

DPP: Add dev_exec_action support for Program,DPP

This adds initial, but not yet fully complete, support for the new DPP
CAPI operations using the dev_exec_action command.

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

show more ...


# 3c367e8d 23-Jun-2017 Jouni Malinen <jouni@qca.qualcomm.com>

dev_configure_ie: Add support for overriding RSNE

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


# 9c381f59 17-Mar-2017 Amarnath Hullur Subramanyam <amarnath@qca.qualcomm.com>

Add Miracast R2 functionality along with R1

This provides an option to use an external library to execute Miracast
operations.

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


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