History log of /wlan-dirver/utils/sigma-dut/sta.c (Results 251 – 275 of 312)
Revision Date Author Comments
# e8898cbd 26-Sep-2017 Jouni Malinen <jouni@qca.qualcomm.com>

sta_set_security: GroupMgntCipher

Add support for specifying a required group management cipher for a
connection.

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


# 7b239520 14-Sep-2017 Jouni Malinen <jouni@qca.qualcomm.com>

sta_set_security: Fix spelling of GroupMgntCipher

The CAPI argument name is spelled with "Mgnt".. This fixes the spelling,
but the actual functionality remains to-be-implemented.

Signed-off-by: Jou

sta_set_security: Fix spelling of GroupMgntCipher

The CAPI argument name is spelled with "Mgnt".. This fixes the spelling,
but the actual functionality remains to-be-implemented.

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

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


# 6814313d 01-Sep-2017 Jouni Malinen <jouni@qca.qualcomm.com>

InvalidSAEElement for SAE negative testing

This extends ap_set_security and sta_set_security commands to support
the new InvalidSAEElement,hexdump argument to allow the SAE commit
message fields to

InvalidSAEElement for SAE negative testing

This extends ap_set_security and sta_set_security commands to support
the new InvalidSAEElement,hexdump argument to allow the SAE commit
message fields to be overridden.

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

show more ...


# ad395a20 01-Sep-2017 Jouni Malinen <jouni@qca.qualcomm.com>

Suite B: Add ap_set_security and sta_set_security support

This adds initial support for Suite B testing into sigma_dut.

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


# 0ab50f44 30-Aug-2017 Jouni Malinen <jouni@qca.qualcomm.com>

sta_set_security: Support transitional PSK+SAE case

This adds support for the new Type,PSK-SAE argument.

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


# 992a81eb 22-Aug-2017 Jouni Malinen <jouni@qca.qualcomm.com>

sta_set_security: Add support for SAE

This adds support for Type,SAE and ECGroupID argument.

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


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


# 46a19b61 23-Jun-2017 Jouni Malinen <jouni@qca.qualcomm.com>

sta_associate: Add channel argument to speed up the process

This is not officially defined in the CAPI spec, but for testing
purposes, it can be significantly faster to skip the full scan for each
a

sta_associate: Add channel argument to speed up the process

This is not officially defined in the CAPI spec, but for testing
purposes, it can be significantly faster to skip the full scan for each
association. If the channel argument is present, wpa_supplicant is
requested to use a single channel scan.

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

show more ...


# 4c8158ff 25-May-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

sta_reassoc: Issue scan before issuing reassoc (WCN)

The cld driver is not initiating a scan as part of FASTREASSOC
implementation and the command can fail if there is no scan entry for
the requeste

sta_reassoc: Issue scan before issuing reassoc (WCN)

The cld driver is not initiating a scan as part of FASTREASSOC
implementation and the command can fail if there is no scan entry for
the requested BSSID. Hence initiate a scan explicitly from sigma_dut.
Initiate a single channel scan if channel number is provided with
FASTREASSOC command else do a full scan.

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

show more ...


# 467efef7 25-May-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

Code cleanup in cmd_sta_reassoc()

Use a single location for closing the monitor interface socket in
cmd_sta_reassoc().

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


# cc317ed4 18-May-2017 Peng Xu <pxu@qti.qualcomm.com>

Add support for 160 MHz CTS channel bandwidth (WCN)

Add support for setting 160 MHz CTS bandwidth for the channel.

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


# 8c9c1563 12-May-2017 vamsi krishna <vamsin@qti.qualcomm.com>

Fix length checks on inputs to ascii2hexstr() for WPS+NFC commands

The previously used checks were assuming incorrect direction for
hexdump/binary conversion and could have resulted in buffer write

Fix length checks on inputs to ascii2hexstr() for WPS+NFC commands

The previously used checks were assuming incorrect direction for
hexdump/binary conversion and could have resulted in buffer write
overflow with invalid input. The used buffers were long enough to avoid
issues with valid input of maximum SSID/passphrase length, i.e., this
does not show up in normal CAPI operations.

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

show more ...


# e9fa7953 09-May-2017 Peng Xu <pxu@qti.qualcomm.com>

Fix static analysis issues

Fix various static analysis issues.

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


# 6dbf7b0c 20-Mar-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

MBO-STA: Add support for FT-PSK

Add support to configure key_mgmt as FT-PSK.

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


# 9183fdb1 13-Apr-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

MBO-STA: Enable/Disable roaming

This allows the Roaming,<Disable|Enable> command to be used to control
whether the driver is allowed to roam to another BSS.

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

MBO-STA: Enable/Disable roaming

This allows the Roaming,<Disable|Enable> command to be used to control
whether the driver is allowed to roam to another BSS.

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

show more ...


# d174f2c2 13-Apr-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

MBO-STA: Set gas_address3 field to be compliant with IEEE 802.11-2012

Set gas_address3 field to IEEE 802.11-2012 standard compliant while
sending ANQP Query frame.

Signed-off-by: Jouni Malinen <jou

MBO-STA: Set gas_address3 field to be compliant with IEEE 802.11-2012

Set gas_address3 field to IEEE 802.11-2012 standard compliant while
sending ANQP Query frame.

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

show more ...


# a75de5ad 13-Apr-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

MBO-STA: Ignore/Consider Assoc Disallowed

Allow station to ignore/honor assoc_disallowed when AP advertises it.

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


# c63161ea 13-Apr-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

MBO-STA: Reject/Accept BSS Transition Request

Reject/Accept BSS Transition Request using sta_preset_testparameters
command.

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


# 5acd738c 13-Apr-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

MBO-STA: Initiate BTM query with neighbor report IE

Set neighbor report candidate list using sta_set_rfeature
command. The candidate list is buffered and added to the BTM
query frame when initiated.

MBO-STA: Initiate BTM query with neighbor report IE

Set neighbor report candidate list using sta_set_rfeature
command. The candidate list is buffered and added to the BTM
query frame when initiated. The list is cleared once BTM query
frame is initiated or in sta_reset_default command.

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

show more ...


# db59b3cd 13-Apr-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

MBO-STA: Initiate GAS ANQP query frame with sta_send_frame

Initiate GAS ANQP query to get either neighbor report or MBO cellular
data connection preference whe sta_send_frame is used with program,MB

MBO-STA: Initiate GAS ANQP query frame with sta_send_frame

Initiate GAS ANQP query to get either neighbor report or MBO cellular
data connection preference whe sta_send_frame is used with program,MBO
and FrameName,ANQPQuery.

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

show more ...


# 0040258b 13-Apr-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

MBO-STA: Set non-preferred channel list

Set non-preferred channel list using sta_preset_testparameters and
sta_set_rfeature commands. The channel list is buffered and new list is
appended to it. The

MBO-STA: Set non-preferred channel list

Set non-preferred channel list using sta_preset_testparameters and
sta_set_rfeature commands. The channel list is buffered and new list is
appended to it. The list is cleared when UCC sends clear indication
("ch_pref" with value "clear") or sends sta_reset_default command.

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

show more ...


# 68d02cd2 10-Jan-2017 Ashwini Patil <c_apati@qti.qualcomm.com>

MBO-STA: Set cellular data capability

Set cellular data capability using sta_preset_testparameters and
sta_set_rfeature commands when Cellular_Data_Cap,<val> is issued with
MBO as the program.

Sign

MBO-STA: Set cellular data capability

Set cellular data capability using sta_preset_testparameters and
sta_set_rfeature commands when Cellular_Data_Cap,<val> is issued with
MBO as the program.

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

show more ...


# d52090b6 31-Mar-2017 Jouni Malinen <jouni@qca.qualcomm.com>

Android: Remove ANDROID43 define

Now that the PLATFORM_VERSION -based determination of keystore
functionality has been removed from Android.mk, ANDROID43 was being
defined unconditionally. Remove th

Android: Remove ANDROID43 define

Now that the PLATFORM_VERSION -based determination of keystore
functionality has been removed from Android.mk, ANDROID43 was being
defined unconditionally. Remove that define and conditional code that
is not used anymore (i.e., support for pre-Android 4.3 versions).

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

show more ...


1...<<111213