Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos-legacy/wpa

VyOS wpa packages
https://github.com/vyos-legacy/wpa

nl80211: Support GTK rekey offload

Add support to wpa_supplicant for device-based GTK rekeying. In order to
support that, pass the ...

b14a210ce24e6434b8cc2bd3b5c92b0b0ee50749 authored over 13 years ago by Johannes Berg <[email protected]>
Sync with linux/nl80211.h from wireless-testing.git

7aec3776b901cd27fe666fb906a144282e210757 authored over 13 years ago by Jouni Malinen <[email protected]>
nl80211: Send STA flags to kernel on station addition

Send STA flags to kernel when adding a new station. This ensures
stations are added with up to d...

95ab6063458da3a333f729ba9b970b5540565812 authored over 13 years ago by Arik Nemtsov <[email protected]>
hostapd: Set STA flags when adding a new station

When adding a new station, set the STA flags as part of the sta_add()
command. This ensures the ...

d83ab1fe375445d5ca3b3df8774c7bf33072fcfe authored over 13 years ago by Arik Nemtsov <[email protected]>
Fix non D-Bus builds by removing 'void void' in return value

ed49fbbf3a50c4091f3783f824eea41fc1bd78c5 authored over 13 years ago by Mikael Wikström <[email protected]>
FT: Clear SME ft_used/ft_ies when disconnecting

Previous ft_ies needs to be removed before supplicant starts a new FT
initial association and th...

8fd0f0f323a922aa88ec720ee524f7105d3b0f64 authored over 13 years ago by Hong Wu <[email protected]>
FT: Disable PMKSA cache for FT-IEEE8021X

wpa_supplicant uses XXKEY instead of PMK to derive PMK-R0 and PMK-R1 for
FT-IEEE8021X key mgmt.
...

715ed737dcc00277a625b86576841e65b7847bf4 authored over 13 years ago by Hong Wu <[email protected]>
Allow PMKSA caching to be disabled on Authenticator

A new hostapd configuration parameter, disable_pmksa_caching=1, can now
be used to disable PMKSA...

cb465555d47feabc4f041ef88ca81b9bc740c036 authored over 13 years ago by Jouni Malinen <[email protected]>
wpa_s AP mode: Enable HT20 if driver supports it

If the driver supports HT20, set the config parameter ieee80211n
to enable it. This does not ena...

2db9174503561a05e312ad1a667e7350445d8eb0 authored over 13 years ago by Angie Chinchilla <[email protected]>
wpa_supplicant AP: Disable AP mode on disassoc paths

Regardless of how the AP mode is disabled, wpa_supplicant_ap_deinit()
must be called. Make sure ...

ca62e114aa7b716fc5edc5e8da5e20b74d942201 authored over 13 years ago by Jouni Malinen <[email protected]>
Move peer certificate wpa_msg() calls to notify.c

This type of wpa_supplicant specific message construction does not need
to be at the EAP impleme...

4f525d8e5bc6ea89062d70044ee583f11af4126b authored over 13 years ago by Jouni Malinen <[email protected]>
Add dbus signal for information about server certification

In general, this patch attemps to extend commit
00468b4650998144f794762206c695c962c54734 with db...

ade74830b45466abb41b8e8dbc2f595d8bacb793 authored over 13 years ago by Michael Chang <[email protected]>
hostapd: Clear keys configured when hostapd reloads configuration

Data path is broken when hostapd reloads its configuration
disabling the security which was prev...

a3e685a04bbe0d97233d46f2a9473c742a3c6bec authored over 13 years ago by Yogesh Ashok Powar <[email protected]>
TLS: Add support for tls_disable_time_checks=1 in client mode

This phase1 parameter for TLS-based EAP methods was already supported
with GnuTLS and this commi...

235279e777137dd7b03cd09ea8ad0fb2dc605e4e authored over 13 years ago by Jouni Malinen <[email protected]>
wpa_supplicant: Respect PKG_CONFIG variable if set in the environment

This is required for cross-compilation support on certain
platforms to avoid changing the pkg-co...

572a171f4f88dbaae9ea0b99b0ed1b25a268bebb authored over 13 years ago by Paul Stewart <[email protected]>
wpa_cli: Add missing parameter for P2P_GROUP_ADD command

Both freq and persistent parameters of P2P_GROUP_ADD could be passed at
one time.

751bc722bd18c49997b5813f6060489c1c9ecbc0 authored over 13 years ago by Marcin Klimczewski <[email protected]>
P2P: Only call dev_lost() for devices that have been dev_found()

Fix a bug with the current dev_found()/dev_lost() usage. Previously
in p2p_device_free() dev_los...

f5fc6032513cce651aee12608be72d79259b2fb8 authored over 13 years ago by Angie Chinchilla <[email protected]>
DBus/P2P: Rectified type of SecondaryDeviceTypes in device property Get

To be consistent with what it expected in corresponding Set property as
byte[][].

Signed-off-by...

a362dc1d43a03651f2e3f32d389126d48bed7506 authored over 13 years ago by Jayant Sane <[email protected]>
DBus/P2P: Adding decl for PersistentGroupRemoved signal

Minor - for completeness sake.

Signed-off-by: Jayant Sane <[email protected]>

b05fe0e557162f59108c16f2855bf889e7f0a921 authored over 13 years ago by Jayant Sane <[email protected]>
nl80211: Process association/disassociation events in AP mode

This allows non-mac80211 drivers that implement AP mode SME/MLME
in firmware or driver to notify...

5f310a9e2474cb36bf15b4796fe199477d55eb94 authored over 13 years ago by Jouni Malinen <[email protected]>
nl80211: Allow AP mode to be started without monitor interface

This is in preparation for supporting AP mode with SME/MLME in the
driver/firmware.

866af8b6bdfed42c7628d5da149ba1962257d005 authored over 13 years ago by Jouni Malinen <[email protected]>
Fix D-Bus build without CONFIG_P2P=y

7a2b53b4ef16c688dba9b29cfeec7719478e26cf authored over 13 years ago by Jouni Malinen <[email protected]>
Clear WPA and EAPOL state machine config pointer on network removal

Make sure that the WPA and EAPOL state machines do not hold a pointer
to a network configuration...

20a0b03debef66cc57b0c34a05f8be5229be907c authored over 13 years ago by Jouni Malinen <[email protected]>
atheros: Fix glibc 'invalid pointer' error when WPA_TRACE is enabled

Signed-off-by: Baruch Siach <[email protected]>

567afddb69a84aa144a87e27ad94baa40967d964 authored over 13 years ago by Baruch Siach <[email protected]>
P2P: Fix WpsFailed signal in P2P D-Bus

Fix a NULL pointer dereference in commit
3734552f15856f3247f8bc484ffdb6d2a7d08113 in the case of...

8be6450cb661587f065ec8d0649d2f690c5a2264 authored over 13 years ago by Jean-Michel.Bachot <[email protected]>
P2P: Update listen and operating channel from P2P D-Bus

Some P2PDevice properties were not updated in p2p->cfg structure:
reg_class, channel, op_reg_cla...

2463ba70e298dd4dcae382c7596204085d0448ad authored over 13 years ago by Jayant Sane <[email protected]>
P2P: Add WpsFailed signal in P2P D-Bus

Signal is triggered if an error occurs during WPS provisioning phase.

Signed-off-by: Jean-Miche...

3734552f15856f3247f8bc484ffdb6d2a7d08113 authored over 13 years ago by Jayant Sane <[email protected]>
P2P: More complete persistent group management over D-Bus

Extend commit c2762e410fa319f75a174aeb12343beddf99fce4 to allow
applications to manage (add/remo...

28550706734a82eef1e62e688709b60f17150e11 authored over 13 years ago by Jayant Sane <[email protected]>
P2P: Add dissasoc_low_ack in P2P device properties

This can be used to activate the keep alive mechanism enabled in
mac80211. Allows to trigger Pee...

5d5fe8ed0826de90ac630c41f5d8372995b3b18f authored over 13 years ago by Jayant Sane <[email protected]>
P2P: Fix P2P device signal level type in D-Bus

Signed-off-by: Fabien Marotte <[email protected]>
Signed-off-by: Jayant Sane <jayant.san...

2a10959e7c60d4e0ddaf6661d6765dc3c68a1bc6 authored over 13 years ago by Jayant Sane <[email protected]>
P2P: Show P2P peer signal level in D-Bus P2P device properties

Move level parameter from p2p_device to p2p_device_info in order to
expose this information and ...

6402fc438b0548b13de3b275a264e4959a32e5d5 authored over 13 years ago by Jayant Sane <[email protected]>
P2P: Update D-Bus network object semantics during group formation

Do not emit network objects during P2P group formation since such
network objects can confuse ce...

c2762e410fa319f75a174aeb12343beddf99fce4 authored over 13 years ago by Jayant Sane <[email protected]>
P2P: Enable P2P capability advertisement on D-Bus

Append "P2P" to capability information if supported by device.

Signed-off-by: Reinette Chatre <...

c988980d95a8c88f81adb799a39caabe5bed1715 authored over 13 years ago by Jayant Sane <[email protected]>
hostapd: Don't mask out non-symmetric STA HT caps

Previously hostapd just masked the STAs HT caps with its own. However,
some HT caps are not symm...

d4744189b7647a0ac3312fab8d1a3abce51cb80d authored over 13 years ago by Helmut Schaa <[email protected]>
Fix CONFIG_NO_WPA_PASSPHRASE=y build

Need to define CONFIG_NO_PBKDF2 even though the crypto cleanup moved
the function to a separate ...

62b98282ba53184abeb90eaf5633ed583bd206aa authored over 13 years ago by Jouni Malinen <[email protected]>
Add notes for CONFIG_WPS_ER build configuration option

[Bug 407]

4aced422d30741a3ea42b368ae9f150318077bff authored over 13 years ago by Jouni Malinen <[email protected]>
Use nl80211 as an example instead of WEXT

ee8ad5d84929b732af078bd0b9c58abac791997c authored over 13 years ago by Jouni Malinen <[email protected]>
Add a copyright and license statement for a radiotap header file

This file is a part of the radiotap parser that Andy Green agreed to
relicense under the BSD lic...

56234ee168a047a481018aaeccef611ee0bcdeb6 authored over 13 years ago by Jouni Malinen <[email protected]>
bsd: Fix set_key() sequence number endian issue

In set_key handler, the seq[8] is in little endian order defined by
WPA. BSD kernel uses a u_int...

c3b0a1c8ad694af367026d5236b725e9594677b8 authored over 13 years ago by Zhu Yi <[email protected]>
Fix AP selection to check privacy mismatch and IBSS with WPA/RSN IE

These checks were previously skipped if the scan result included WPA
or RSN IE. However, that ca...

29fbc52251e37d2981033978693050c62d801138 authored over 13 years ago by Jouni Malinen <[email protected]>
Fix hostapd build without NEED_AP_MLME=y

7cc7307d90aaa197d830984c88153c382fbed684 authored over 13 years ago by Jouni Malinen <[email protected]>
Add EVENT_RX_ACTION handler for hostapd

This fixes an issue with SA Query Response frames not being processed
anymore after wpa_supplica...

9e2704c3a27308c861396b4ffd3a611bd17ce4d4 authored over 13 years ago by Jouni Malinen <[email protected]>
Remove a compiler warning on uninitialized variable

This is not really ever used, but better keep the compiler output
cleaner.

55e632df72aef2e8863db7096ee7160f95c680d3 authored over 13 years ago by Jouni Malinen <[email protected]>
P2P: Start GO without extra scan step

There are some corner cases, where the wpa_supplicant_req_scan() call
may end up scheduling a sc...

7dcdcfd68d9ef08e93f065d0a7bb6e43d00f9046 authored over 13 years ago by Jouni Malinen <[email protected]>
nl80211: Add support for driver-based PMKSA cache

Implement PMKSA cache operations add, remove, and flush using nl80211
commands NL80211_CMD_{SET,...

a6efc65ddb47a5eb0fc8c69fa09e29a77526f859 authored over 13 years ago by Jouni Malinen <[email protected]>
Fix non-P2P D-Bus build

692cb2266fb61a6c0b7d064b63d732593f800765 authored over 13 years ago by Jouni Malinen <[email protected]>
Fix CONFIG_AP=y build without CONFIG_P2P=y

634ce80246346299cc3d1767904a79570f61e6df authored over 13 years ago by Jouni Malinen <[email protected]>
DBus: Fix some typos on comments

83fa07226debc2f7082b6ccd62dbb1cd47c30472 authored over 13 years ago by Jouni Malinen <[email protected]>
DBus: Add support for P2P primitives

Signed-off-by: Johannes Berg <[email protected]>

9abafccc0d67aab140898131b7bb45b8b4cef908 authored over 13 years ago by Johannes Berg <[email protected]>
DBus: Refactor array adding, add binary arrays

Some new code we're working on will require the dbus type "aay" (an
array of arrays of bytes). T...

911e97e4002019e577bb1086f1fd02daff978544 authored over 13 years ago by Johannes Berg <[email protected]>
DBus: Move wpas_dbus_new_decompose_object_path()

Moved wpas_dbus_new_decompose_object_path from dbus_new_handlers.c
to dbus_new_helpers.c.

Signe...

58f80e2aeb6a202e615436cfe909799f5df8dcef authored over 13 years ago by Fabien Marotte <[email protected]>
P2P: Add group started notification

Signed-off-by: Johannes Berg <[email protected]>

4b6baa2f5ed9d9bc9ecb450025e14d2408b8d43c authored over 13 years ago by Jean-Michel Bachot <[email protected]>
P2P: Add wpas_notify_p2p_provision_discovery()

Add a notification for P2P provision discovery status/result.

Signed-off-by: Johannes Berg <joh...

dd8a7e054711c60fda83739ea19313ebab58d986 authored over 13 years ago by Johannes Berg <[email protected]>
P2P: Add callback for provision discovery failure

When provision discovery fails, this new callback will be called
so P2P users can react to the f...

349b213cc8babdc0212938714104f7e28d34b335 authored over 13 years ago by Jayant Sane <[email protected]>
P2P: Retry provision discovery requests in IDLE state

Since the peer may not be in Listen state when the provision discovery
request is sent, try to s...

6b56cc2d97fe9efd1feea8d418714b4658b056f1 authored over 13 years ago by Jayant Sane <[email protected]>
Fix a compiler warning on WPS-AP-without-UPnP builds

6b98a33c86159812a324e7c6cb3c237c4dae3293 authored over 13 years ago by Jouni Malinen <[email protected]>
random: Add support for maintaining internal entropy store over restarts

This can be used to avoid rejection of first two 4-way handshakes every
time hostapd (or wpa_sup...

38e24575c18b02a2f8bf7ea38b937ad010682872 authored over 13 years ago by Jouni Malinen <[email protected]>
Remove compiler warning for non-P2P builds

ceb34f250af7a7082f18c1e0451dc7fbc0f000f3 authored over 13 years ago by Jouni Malinen <[email protected]>
nl80211: Re-order functions to group AP/hostapd specific code

Get rid of separate ifdef/endif blocks for AP specific and hostapd
specific code, i.e., only hav...

f07ead6af91bf7b032189ec99d1c187db1fd859f authored over 13 years ago by Jouni Malinen <[email protected]>
nl80211: Enable more AP callbacks for non-hostapd AP mode

Some of these are required for proper functionality (like
get_seqnum); others may not be needed ...

f7b3920c9042777c67bf62384d05579bc12d23d8 authored over 13 years ago by Jouni Malinen <[email protected]>
nl80211: Implement set_rate_sets for non-hostapd AP case

.set_rate_sets is not defined for non-hostapd, which prevents
configuring basic_rates when worki...

257da773629e33ace78bd0a3c5cc2fd6a43172bb authored over 13 years ago by Eliad Peller <[email protected]>
atheros: Fix auth_alg configuration for static WEP

When IEEE 802.1X is not enabled, driver_atheros.c needs to know how
to set authentication algori...

41fd1d9e9a58ccd2b102270fc70b97aa73965494 authored over 13 years ago by Ken Zhu <[email protected]>
Fix regression in RSN pre-authentication candidate list generation

Processing of the scan results for RSN pre-authentication candidates
was moved to happen before ...

6d28fb9627155929012cda944aacd5a52ce7051a authored over 13 years ago by Jouni Malinen <[email protected]>
WPS UPnP: Fix UPnP initialization for non-bridge case with some drivers

If the driver wrapper is setting up the interface up only at commit(),
UPnP initialization fails...

86795546f7bf06a306ee288a7c8e7aad6d6a58f3 authored over 13 years ago by Vinay Adella <[email protected]>
WPS: Add a workaround for Windows 7 capability discovery for PBC

Windows 7 uses incorrect way of figuring out AP's WPS capabilities by
acting as a Registrar and ...

fa5165586fa11ecdccb7c81d40979b51c2583fd2 authored over 13 years ago by Jouni Malinen <[email protected]>
Add TDLS support to Android.mk

bcb90f750d16c9cab4c7699ab211616d0cd9bf46 authored over 13 years ago by Dmitry Shmidt <[email protected]>
Better messages when channel cannot be used in AP mode

Log messages letting user know that the channel cannot
be used because it is flagged unusable.

...

60eda5e47dc5076feaaedf11331924906ea58817 authored over 13 years ago by Ben Greear <[email protected]>
Include nl80211 driver wrapper in default configuration for hostapd

5dcfb6830e8e5ab624a3bb99f43c2e45fca5b48d authored over 13 years ago by Jouni Malinen <[email protected]>
P2P: Include operating class 124 (channels 149,153,157,161)

When using the p2p_oper_reg_class configuration option instead of
p2p_group_add freq parameter, ...

64f992652d62cf5d71bf30b788708d970b8220c4 authored over 13 years ago by Jouni Malinen <[email protected]>
WPS: Remove obsolete note about lack for WPS ER support

eec92ec597bfb33356e11160aa3d000e0f8e3896 authored over 13 years ago by Jouni Malinen <[email protected]>
Update BSS table entry if roaming event indicates frequency change

This is needed to make sure the frequency in the BSS table entry
remains up-to-date if the AP ch...

117e812d06e64dbdd2fd53cb9290d4604bec3ad3 authored over 13 years ago by Jouni Malinen <[email protected]>
nl80211: Filter out duplicated BSS table entries from scan results

cfg80211 maintains separate BSS table entries for APs if the same
BSSID,SSID pair is seen on mul...

46957a9b2da6441449741f79d5a156db5604afdb authored over 13 years ago by Jouni Malinen <[email protected]>
nl80211: Fetch assoc_freq from scan table for connect event

When kernel-based SME is used, use the scan table to find a BSS entry
for the associated AP when...

f5a8d4222910bf922d2842491f30da832b83f40f authored over 13 years ago by Jouni Malinen <[email protected]>
Enable CONFIG_DRIVER_NL80211=y in the default configuration

nl80211 should be preferred over WEXT with any recent Linux kernel
version.

0725cc7b7efc434910e89865c42eda7ce61bbf08 authored over 13 years ago by Jouni Malinen <[email protected]>
Add workaround for race condition with AssocResp TX status

It may take some time for the TX status to be delivered for a
(Re)Association Response frame and...

b8281964afb1df98135418fc22a9fa240968d100 authored over 13 years ago by Jouni Malinen <[email protected]>
Add 'signal_poll' command interface

Signed-off-by: Dmitry Shmidt <[email protected]>

60b24b0de4800b0b8461b43a21ad3e59414f34b1 authored over 13 years ago by Dmitry Shmidt <[email protected]>
Prevent explicit scan command during scan or association

Signed-off-by: Dmitry Shmidt <[email protected]>

746bba1a5ecd3d17f43f6c00e6e58d5972226c33 authored over 13 years ago by Dmitry Shmidt <[email protected]>
hostapd: Fix interfaces.iface initialization

Set all the interfaces.iface pointers to NULL after the allocation of
that memory block for case...

5b73735ba07d50583d41fa0f35a75e74ea53354d authored over 13 years ago by Guy Eilam <[email protected]>
Update driver country info on 'SET country <value>'

849b5dc78b6eeb35d6544819efc4d8d1b31217fb authored over 13 years ago by Jouni Malinen <[email protected]>
bsd: Add support for setting HT values in IFM_MMASK

ca79385ab582dfe716d2fb9520b945bd5fa6bbec authored over 13 years ago by Yi Zhu <[email protected]>
Add sanity checks for fseek and ftell return values

In theory, these calls could fail, but it is not really likely to
happen in practice in the use ...

fe655a8402a51d03da2fe39da15c9bb3f845be34 authored over 13 years ago by Jouni Malinen <[email protected]>
IBSS RSN: peer->addr is an array so it cannot be NULL

4a26df71078cc0587a34cdd1c2b71f09a873e7b1 authored over 13 years ago by Jouni Malinen <[email protected]>
WPS: Fix off-by-one check in vendor extension parsing

c8d88a145bb1d585eb8864c994e171a49c4ab882 authored over 13 years ago by Jouni Malinen <[email protected]>
driver_test: Check set_ssid len before trying to hexdump the SSID

35530d1472416795b8d4982306895ca3f3f93fcf authored over 13 years ago by Jouni Malinen <[email protected]>
TDLS: Verify that scan results for BSS are available before using them

95cb2d88e9e2a37b97e0b06e408b0056f6efabae authored over 13 years ago by Jouni Malinen <[email protected]>
WPS: Use strict validation of (Re)AssocReq only if IEs are known

6e432d3f10340670a06bff2d306f17ca7a3c14b8 authored over 13 years ago by Jouni Malinen <[email protected]>
WPS: Use strict validation of (Re)AssocResp only if IEs are known

5dac11e0274b2582dfcda78c0010797e1b2780dd authored over 13 years ago by Jouni Malinen <[email protected]>
OpenSSL: Use consistent SSL_get_app_data validation in tls_verify_cb

The returned value cannot really be NULL, but better keep this
function consistent on whether th...

0bdaa741cd252b34a51aa8780ff3f793c1cb35dd authored over 13 years ago by Jouni Malinen <[email protected]>
Avoid theoretical NULL pointer dereference during TLS reassemble

This function does not get called with in_data == NULL in practice, but
it seems to be at least ...

066608f3ff5f0042636b02737d15035129a65829 authored over 13 years ago by Jouni Malinen <[email protected]>
Add sanity checks to EVENT_RX_PROBE_REQ event data

Both the SA and IEs from the received Probe Request frames must be
included and the Probe Reques...

b211f3eb715f208ab3dd2ca6e4296f445e9d3725 authored over 13 years ago by Jouni Malinen <[email protected]>
Avoid theoretical NULL pointer dereference from debug code

The change to use wpa_dbg() in wpa_sm_parse_own_wpa_ie() could result
in a NULL pointer derefere...

2a522e71927d834060bdddd7a00aa13a4fac3157 authored over 13 years ago by Jouni Malinen <[email protected]>
Distinguish empty concatenated vendor-specific IE from missing one

When comparing BSS table entries, handle empty concatenated
vendor-specific IE differently from ...

f4fbba8cf92027b852443866e03217a4fe7644e5 authored over 13 years ago by Jouni Malinen <[email protected]>
P2P: Fix memory leak in UPnP service discovery request processing

714b8b53785aad33cefa003364dca34c0fa19a06 authored over 13 years ago by Jouni Malinen <[email protected]>
Use type cast to get rid of implicit sign extension

The size_t value here can be 64-bit and result in implicit sign
extension. In this particular ca...

74727a7b32b7f24aef0372bebf3198ce5c2f123d authored over 13 years ago by Jouni Malinen <[email protected]>
TNC: Fix TNC_{TNCC,TNCS}_ReportMessageTypes copy type

The supportedTypes parameter is a list of TNC_MessageType values
and the buffer to be copied sho...

f8b5f7dc6b24c365d723144aceb3c856d9b61abb authored over 13 years ago by Jouni Malinen <[email protected]>
TDLS: Validate FTIE length before processing it

This avoids reading past the end of the IE buffer should the FTIE
be too short. In addition, one...

a04bf77209ea23f5a86d0d075fd1cdae3479212c authored over 13 years ago by Jouni Malinen <[email protected]>
P2P: Clear go_dev_addr for group started events if it is not known

Better make sure the address value included in the event message gets
cleared in case the GO Dev...

62c0d27ed313be1ed0ea178ca3d059ff97cd7ba5 authored over 13 years ago by Jouni Malinen <[email protected]>
Make the example action script less likely to result in failures

Use "=" instead of "==" and add an example statement between "then"
and "fi".

be5b1e86a3644f18f6fcd98a402f211142908443 authored over 13 years ago by Jouni Malinen <[email protected]>
bsd: Fix buffer size for routing socket with IPv6 disabled

AF_INET6 is not always enabled by default, so use AF_INET instead. In
addition, use the old fixe...

d4a747f0067379e7e995325efdaab03103cd07b1 authored over 13 years ago by Yi Zhu <[email protected]>
Make scan interval configurable

It is now possible to configure the the time in seconds that
wpa_supplicant waits before request...

67b9bd089b0a556d3a1aa417412ecfa46f05b960 authored over 13 years ago by Dmitry Shmidt <[email protected]>