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
Add support to wpa_supplicant for device-based GTK rekeying. In order to
support that, pass the ...
7aec3776b901cd27fe666fb906a144282e210757 authored over 13 years ago by Jouni Malinen <[email protected]>
Send STA flags to kernel when adding a new station. This ensures
stations are added with up to d...
When adding a new station, set the STA flags as part of the sta_add()
command. This ensures the ...
ed49fbbf3a50c4091f3783f824eea41fc1bd78c5 authored over 13 years ago by Mikael Wikström <[email protected]>
Previous ft_ies needs to be removed before supplicant starts a new FT
initial association and th...
wpa_supplicant uses XXKEY instead of PMK to derive PMK-R0 and PMK-R1 for
FT-IEEE8021X key mgmt.
...
A new hostapd configuration parameter, disable_pmksa_caching=1, can now
be used to disable PMKSA...
If the driver supports HT20, set the config parameter ieee80211n
to enable it. This does not ena...
Regardless of how the AP mode is disabled, wpa_supplicant_ap_deinit()
must be called. Make sure ...
This type of wpa_supplicant specific message construction does not need
to be at the EAP impleme...
In general, this patch attemps to extend commit
00468b4650998144f794762206c695c962c54734 with db...
Data path is broken when hostapd reloads its configuration
disabling the security which was prev...
This phase1 parameter for TLS-based EAP methods was already supported
with GnuTLS and this commi...
This is required for cross-compilation support on certain
platforms to avoid changing the pkg-co...
Both freq and persistent parameters of P2P_GROUP_ADD could be passed at
one time.
Fix a bug with the current dev_found()/dev_lost() usage. Previously
in p2p_device_free() dev_los...
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]>Minor - for completeness sake.
Signed-off-by: Jayant Sane <[email protected]>
b05fe0e557162f59108c16f2855bf889e7f0a921 authored over 13 years ago by Jayant Sane <[email protected]>
This allows non-mac80211 drivers that implement AP mode SME/MLME
in firmware or driver to notify...
This is in preparation for supporting AP mode with SME/MLME in the
driver/firmware.
7a2b53b4ef16c688dba9b29cfeec7719478e26cf authored over 13 years ago by Jouni Malinen <[email protected]>
Make sure that the WPA and EAPOL state machines do not hold a pointer
to a network configuration...
Signed-off-by: Baruch Siach <[email protected]>
567afddb69a84aa144a87e27ad94baa40967d964 authored over 13 years ago by Baruch Siach <[email protected]>
Fix a NULL pointer dereference in commit
3734552f15856f3247f8bc484ffdb6d2a7d08113 in the case of...
Some P2PDevice properties were not updated in p2p->cfg structure:
reg_class, channel, op_reg_cla...
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]>
Extend commit c2762e410fa319f75a174aeb12343beddf99fce4 to allow
applications to manage (add/remo...
This can be used to activate the keep alive mechanism enabled in
mac80211. Allows to trigger Pee...
Signed-off-by: Fabien Marotte <[email protected]>
Signed-off-by: Jayant Sane <jayant.san...
Move level parameter from p2p_device to p2p_device_info in order to
expose this information and ...
Do not emit network objects during P2P group formation since such
network objects can confuse ce...
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]>
Previously hostapd just masked the STAs HT caps with its own. However,
some HT caps are not symm...
Need to define CONFIG_NO_PBKDF2 even though the crypto cleanup moved
the function to a separate ...
[Bug 407]
4aced422d30741a3ea42b368ae9f150318077bff authored over 13 years ago by Jouni Malinen <[email protected]>ee8ad5d84929b732af078bd0b9c58abac791997c authored over 13 years ago by Jouni Malinen <[email protected]>
This file is a part of the radiotap parser that Andy Green agreed to
relicense under the BSD lic...
In set_key handler, the seq[8] is in little endian order defined by
WPA. BSD kernel uses a u_int...
These checks were previously skipped if the scan result included WPA
or RSN IE. However, that ca...
7cc7307d90aaa197d830984c88153c382fbed684 authored over 13 years ago by Jouni Malinen <[email protected]>
This fixes an issue with SA Query Response frames not being processed
anymore after wpa_supplica...
This is not really ever used, but better keep the compiler output
cleaner.
There are some corner cases, where the wpa_supplicant_req_scan() call
may end up scheduling a sc...
Implement PMKSA cache operations add, remove, and flush using nl80211
commands NL80211_CMD_{SET,...
692cb2266fb61a6c0b7d064b63d732593f800765 authored over 13 years ago by Jouni Malinen <[email protected]>
634ce80246346299cc3d1767904a79570f61e6df authored over 13 years ago by Jouni Malinen <[email protected]>
83fa07226debc2f7082b6ccd62dbb1cd47c30472 authored over 13 years ago by Jouni Malinen <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
9abafccc0d67aab140898131b7bb45b8b4cef908 authored over 13 years ago by Johannes Berg <[email protected]>
Some new code we're working on will require the dbus type "aay" (an
array of arrays of bytes). T...
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]>Signed-off-by: Johannes Berg <[email protected]>
4b6baa2f5ed9d9bc9ecb450025e14d2408b8d43c authored over 13 years ago by Jean-Michel Bachot <[email protected]>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]>
When provision discovery fails, this new callback will be called
so P2P users can react to the f...
Since the peer may not be in Listen state when the provision discovery
request is sent, try to s...
6b98a33c86159812a324e7c6cb3c237c4dae3293 authored over 13 years ago by Jouni Malinen <[email protected]>
This can be used to avoid rejection of first two 4-way handshakes every
time hostapd (or wpa_sup...
ceb34f250af7a7082f18c1e0451dc7fbc0f000f3 authored over 13 years ago by Jouni Malinen <[email protected]>
Get rid of separate ifdef/endif blocks for AP specific and hostapd
specific code, i.e., only hav...
Some of these are required for proper functionality (like
get_seqnum); others may not be needed ...
.set_rate_sets is not defined for non-hostapd, which prevents
configuring basic_rates when worki...
When IEEE 802.1X is not enabled, driver_atheros.c needs to know how
to set authentication algori...
Processing of the scan results for RSN pre-authentication candidates
was moved to happen before ...
If the driver wrapper is setting up the interface up only at commit(),
UPnP initialization fails...
Windows 7 uses incorrect way of figuring out AP's WPS capabilities by
acting as a Registrar and ...
bcb90f750d16c9cab4c7699ab211616d0cd9bf46 authored over 13 years ago by Dmitry Shmidt <[email protected]>
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]>5dcfb6830e8e5ab624a3bb99f43c2e45fca5b48d authored over 13 years ago by Jouni Malinen <[email protected]>
When using the p2p_oper_reg_class configuration option instead of
p2p_group_add freq parameter, ...
eec92ec597bfb33356e11160aa3d000e0f8e3896 authored over 13 years ago by Jouni Malinen <[email protected]>
This is needed to make sure the frequency in the BSS table entry
remains up-to-date if the AP ch...
cfg80211 maintains separate BSS table entries for APs if the same
BSSID,SSID pair is seen on mul...
When kernel-based SME is used, use the scan table to find a BSS entry
for the associated AP when...
nl80211 should be preferred over WEXT with any recent Linux kernel
version.
It may take some time for the TX status to be delivered for a
(Re)Association Response frame and...
Signed-off-by: Dmitry Shmidt <[email protected]>
60b24b0de4800b0b8461b43a21ad3e59414f34b1 authored over 13 years ago by Dmitry Shmidt <[email protected]>Signed-off-by: Dmitry Shmidt <[email protected]>
746bba1a5ecd3d17f43f6c00e6e58d5972226c33 authored over 13 years ago by Dmitry Shmidt <[email protected]>
Set all the interfaces.iface pointers to NULL after the allocation of
that memory block for case...
849b5dc78b6eeb35d6544819efc4d8d1b31217fb authored over 13 years ago by Jouni Malinen <[email protected]>
ca79385ab582dfe716d2fb9520b945bd5fa6bbec authored over 13 years ago by Yi Zhu <[email protected]>
In theory, these calls could fail, but it is not really likely to
happen in practice in the use ...
4a26df71078cc0587a34cdd1c2b71f09a873e7b1 authored over 13 years ago by Jouni Malinen <[email protected]>
c8d88a145bb1d585eb8864c994e171a49c4ab882 authored over 13 years ago by Jouni Malinen <[email protected]>
35530d1472416795b8d4982306895ca3f3f93fcf authored over 13 years ago by Jouni Malinen <[email protected]>
95cb2d88e9e2a37b97e0b06e408b0056f6efabae authored over 13 years ago by Jouni Malinen <[email protected]>
6e432d3f10340670a06bff2d306f17ca7a3c14b8 authored over 13 years ago by Jouni Malinen <[email protected]>
5dac11e0274b2582dfcda78c0010797e1b2780dd authored over 13 years ago by Jouni Malinen <[email protected]>
The returned value cannot really be NULL, but better keep this
function consistent on whether th...
This function does not get called with in_data == NULL in practice, but
it seems to be at least ...
Both the SA and IEs from the received Probe Request frames must be
included and the Probe Reques...
The change to use wpa_dbg() in wpa_sm_parse_own_wpa_ie() could result
in a NULL pointer derefere...
When comparing BSS table entries, handle empty concatenated
vendor-specific IE differently from ...
714b8b53785aad33cefa003364dca34c0fa19a06 authored over 13 years ago by Jouni Malinen <[email protected]>
The size_t value here can be 64-bit and result in implicit sign
extension. In this particular ca...
The supportedTypes parameter is a list of TNC_MessageType values
and the buffer to be copied sho...
This avoids reading past the end of the IE buffer should the FTIE
be too short. In addition, one...
Better make sure the address value included in the event message gets
cleared in case the GO Dev...
Use "=" instead of "==" and add an example statement between "then"
and "fi".
AF_INET6 is not always enabled by default, so use AF_INET instead. In
addition, use the old fixe...
It is now possible to configure the the time in seconds that
wpa_supplicant waits before request...