History log of /wlan-dirver/utils/sigma-dut/wpa_helpers.c (Results 1 – 24 of 24)
Revision Date Author Comments
# 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>


# 02254ee0 27-Jan-2020 Alexei Avshalom Lazar <ailizaro@codeaurora.org>

Support wpa_supplicant debug level without log file

When -J option is passed with an empty file name, update the
wpa_supplicant debug level but do not specify log file name with -f.
This is needed t

Support wpa_supplicant debug level without log file

When -J option is passed with an empty file name, update the
wpa_supplicant debug level but do not specify log file name with -f.
This is needed to support platforms like Android where wpa_supplicant
is compiled without support for -f, and logs directly to logcat.

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

show more ...


# 78217db5 06-Nov-2019 Jouni Malinen <jouni@codeaurora.org>

Restart wpa_supplicant when moving between 2.4/5 GHz interfaces

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


# 43757097 05-Nov-2019 Jouni Malinen <jouni@codeaurora.org>

Allow wpa_supplicant in current working directory to override

When starting wpa_supplicant dynamically, use the wpa_supplicant binary
in the current working directory by default, if it exists.

Sign

Allow wpa_supplicant in current working directory to override

When starting wpa_supplicant dynamically, use the wpa_supplicant binary
in the current working directory by default, if it exists.

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

show more ...


# d8956817 05-Nov-2019 Jouni Malinen <jouni@codeaurora.org>

Terminate wpa_supplicant instances on all configured interfaces

When using dynamic control for starting wpa_supplicant/hostapd, include
the new possible per-band interfaces in the list of instances

Terminate wpa_supplicant instances on all configured interfaces

When using dynamic control for starting wpa_supplicant/hostapd, include
the new possible per-band interfaces in the list of instances to stop.

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

show more ...


# b21f0542 04-Nov-2019 Jouni Malinen <jouni@codeaurora.org>

Allow separate 2.4 GHz and 5 GHz main/station ifnames to be set

This extends the -M and -S command line arguments to accept interface
name pair in <2.4 GHz ifname>/<5 GHz ifname> encoding to be set.

Allow separate 2.4 GHz and 5 GHz main/station ifnames to be set

This extends the -M and -S command line arguments to accept interface
name pair in <2.4 GHz ifname>/<5 GHz ifname> encoding to be set. For
example, "wlan0/wlan1". A new device_list_interfaces argument "band" can
then be used to specify which interface name is requested. This is an
initial step in allowing dynamic selection of a specific radio for
station operations based on the needed band.

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

show more ...


# 1f76fa6d 04-Nov-2019 Jouni Malinen <jouni@codeaurora.org>

Move p2p_ifname/p2p_ifname_buf into struct sigma_dut

Get rid of these global variables by moving them into struct sigma_dut.

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


# d2095485 04-Nov-2019 Jouni Malinen <jouni@codeaurora.org>

Move main_ifname/station_ifname into struct sigma_dut

Get rid of these global variables by moving them into struct sigma_dut.

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


# 8400c089 26-Apr-2019 Jouni Malinen <jouni@codeaurora.org>

Silence compiler warnings about unsigned/signed comparisons

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


# 66a4af01 07-Feb-2019 Arif Hussain <arifhussain@codeaurora.org>

sta_scan: Add support for GetParameter,SSID_BSSID

Fetch the list of BSSID/SCAN pairs from scan results if this parameter
is specified.

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


# 80566094 18-Dec-2018 Alexei Avshalom Lazar <ailizaro@codeaurora.org>

Update stop STA mode to support 60G

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


# 0c1d82d4 23-Dec-2018 Alexei Avshalom Lazar <ailizaro@codeaurora.org>

ap_get_parameter: Add a new command for fetching SSID and PSK

This is needed for 60 GHz WPS testing.

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


# 3e8267ec 18-Dec-2018 Alexei Avshalom Lazar <ailizaro@codeaurora.org>

Add option to create wpa_supplicant debug log

Add a command line option -J for specifying wpa_supplicant debug log
file. This can be used for logging debug messages to file when sigma_dut
is launchi

Add option to create wpa_supplicant debug log

Add a command line option -J for specifying wpa_supplicant debug log
file. This can be used for logging debug messages to file when sigma_dut
is launching the wpa_supplicant process.

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

show more ...


# 1080c586 20-Dec-2018 Alexei Avshalom Lazar <ailizaro@codeaurora.org>

Add specific configuration parameters for 60G WPS

Correctly configure 60G WPS parameters like supported configurations and
EAPOL version. These are needed to cover various testing requirements.

Sig

Add specific configuration parameters for 60G WPS

Correctly configure 60G WPS parameters like supported configurations and
EAPOL version. These are needed to cover various testing requirements.

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

show more ...


# dc7bf05e 23-Dec-2018 Alexei Avshalom Lazar <ailizaro@codeaurora.org>

Add hapd_command*() to communicate with hostapd

These allow control interface commands to be issued to hostapd similarly
to the previously used functionality with wpa_supplicant. These are
needed fo

Add hapd_command*() to communicate with hostapd

These allow control interface commands to be issued to hostapd similarly
to the previously used functionality with wpa_supplicant. These are
needed for 60 GHz WPS testing.

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

show more ...


# 52ec2363 18-Dec-2018 Alexei Avshalom Lazar <ailizaro@codeaurora.org>

Support monitoring hostapd events from the control interface

Some 60G tests require getting events from the hostapd control interface
connection similarly to the existing case with wpa_supplicant, s

Support monitoring hostapd events from the control interface

Some 60G tests require getting events from the hostapd control interface
connection similarly to the existing case with wpa_supplicant, so extend
this to support hostapd as well.

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

show more ...


# c86d8021 11-Oct-2018 Kiran Kumar Lokere <klokere@codeaurora.org>

HE: Add support to get beacon RSSI parameter

sta_get_parameter can now be used with Program,HE,Parameter,RSSI to
fetch information from wpa_supplicant SIGNAL_POLL command.

Signed-off-by: Jouni Mali

HE: Add support to get beacon RSSI parameter

sta_get_parameter can now be used with Program,HE,Parameter,RSSI to
fetch information from wpa_supplicant SIGNAL_POLL command.

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

show more ...


# 525dbfd1 20-Apr-2018 Rajiv Ranjan <rrajiv@codeaurora.org>

Introduce an option to change the client socket path

This commit introduces an option to change the client socket path
through an additional command line argument -z<path>. This addresses a
need to

Introduce an option to change the client socket path

This commit introduces an option to change the client socket path
through an additional command line argument -z<path>. This addresses a
need to have this client socket path in a platform specific location.

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

show more ...


# 9d7e31d5 22-Dec-2017 Jouni Malinen <jouni@qca.qualcomm.com>

Update copyright notice years

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


# 78d1a886 18-Apr-2016 Rajesh Babu Sarvepalli <c_rsarve@qti.qualcomm.com>

Fix get_main_ifname() indentation

Signed-off-by: Rajesh Babu Sarvepalli <c_rsarve@qti.qualcomm.com>
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>


# 96c347d6 18-Apr-2016 Rajesh Babu Sarvepalli <c_rsarve@qti.qualcomm.com>

OpenWrt/Atheros: Fix fetching main interface name

If multiple drivers are present in an OpenWrt based distribution (e.g.,
OpenWrt + Atheros / Atheros and mac80211 based drivers like 11ad), first
che

OpenWrt/Atheros: Fix fetching main interface name

If multiple drivers are present in an OpenWrt based distribution (e.g.,
OpenWrt + Atheros / Atheros and mac80211 based drivers like 11ad), first
check for Atheros based drivers, because mac80211 based drivers do not
seem to delete the interface (eventhough the interface is not up and
running), so it passes the if_nametoindex() check. Fix this by giving
preference to Atheros based drivers (the interface is not present when
wifi is down) and this change will not impact other drivers as well.

Signed-off-by: Rajesh Babu Sarvepalli <c_rsarve@qti.qualcomm.com>
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>

show more ...


# f2af39bf 10-Apr-2016 Danny Segal <dsegal@qti.qualcomm.com>

Use P2P virtual interface for P2P operations if needed

Implement support for virtual interface with P2P_DEVICE interface type.
This is used by wpa_supplicant for all P2P non-group operations
(discov

Use P2P virtual interface for P2P operations if needed

Implement support for virtual interface with P2P_DEVICE interface type.
This is used by wpa_supplicant for all P2P non-group operations
(discovery, GO negotiation, ..) with some drivers. It does not have an
associated netdev with it so it is simpler to implement. It is used to
separate scan and P2P search.

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>