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
Active PBC mode is indicated by Device Password Id == 4, not Config Methods
attribute.
f8130b07bbf62cdbe3c5fc4b650dc4ded20607de authored almost 15 years ago
IGTK get_seqnum needs to be skipped in the same way as GTK one when
rekeying group keys. Previou...
This drops PTK and PMK without notifying the AP.
32d5295f9d2571323dcdeefc4ab7c138f0fe6e59 authored almost 15 years ago358c3691cf0513a13ee906ea237297e92f915ab9 authored almost 15 years ago
This can be used to test 802.11w by sending a protected or unprotected
deauth/disassoc frame.
h...
b91ab76e8ca3dceb6b0d9262988bbff12e722220 authored almost 15 years ago90a3206a1449af0058704482b4703b1a9f7c3d95 authored almost 15 years ago
e820cf952f29baabbfd3dba8e65fb54029f5a2ae authored almost 15 years ago
The previous version would crash here on NULL pointer dereference if
WPS was disabled.
This allows bgscan modules to use more information to decide on when
to perform background scans...
b625473c6c9ac968bf59932df4582e1fe33466d9 authored almost 15 years ago
93910401c976f53ade1c29895ca66b2ca9f9b6af authored almost 15 years ago
d43331b6eac84d3bad5469ee65db743c490f554b authored almost 15 years ago
The driver data was changed from struct wpa_driver_nl80211_data * to
struct i802_bss * and the i...
This could cause NULL pointer deference if multi-BSS configuration
was used with OKC in some cases.
This can be used to limit which frequencies are considered when
selecting a BSS. This is somewha...
9fad706c686dff097bcbffe3d335eb93f76ab135 authored almost 15 years ago
This happens in common case and is expected, so there is no need to
include the potentially conf...
4-way handshake or EAPOL is not used in this case, so we must
force Authorized flag to be set at...
This fixed FT-over-DS to end up in Authorized state when the EAPOL
PAE state machine re-enters A...
62c72d729997c57df821764a7b287efffc5b32e7 authored almost 15 years ago
Must update sm->pairwise when fetching PMK-R1 SA.
Add a workaround for drivers that cannot set k...
This can be used with FT-over-DS where FT Action frame exchange
triggers transition to State 2 (...
This is needed to allow FT-over-DS to request correct channel for
the reassociation with the tar...
If the PTK configuration prior to association fails, allow reassociation
attempt to continue and...
71024cb2553b18308cb23f15c3befe56be94b3c4 authored almost 15 years ago
This attribute is supposed to indicate which methods the AP supports as
an Enrollee for adding e...
a7918ec7490022051ffc89600ab82bc5b6eed0f3 authored almost 15 years ago
Need to kill the monitor process before running detach command on
the monitor connection to avoi...
dd63f314bd8c7f292a4aa6abed4700328e78b2e6 authored almost 15 years ago
Previously, this was only done with userspace MLME (i.e., driver_test.c);
now, driver_nl80211.c ...
Need to include payload header in the data length to avoid sending
truncated FT Action frame.
On NetBSD 5.0.2, wpa_supplicant build results in messages below.
../src/drivers/driver_bsd.c: I...
c1bbb0cee10bd321de664b8a8f24fbbf48aada05 authored almost 15 years ago
This is a step in adding FT support with nl80211-based drivers.
driver_nl80211.c is now register...
This is needed to fix PTK derivation to use correct length. Previously,
64-octet PTK may have be...
The new per-BSS context needs to be used here when calling
wpa_driver_nl80211_deauthenticate() t...
The second item on the line is R1KH-ID, not R0KH-ID.
921a2786042a08aaabb5088d93539075d083113e authored almost 15 years ago
This was not supposed to have duplicate value with WPA_AUTH_ALG_LEAP.
The previous version was u...
a4652ce64ce3aa4ecc2e79636b6c0d67bebae5e3 authored almost 15 years ago
0ebdf62735f183538674fe9f06f0b3940f34b654 authored almost 15 years ago
d3e3a20565b426ce5cd402630812503a78abe9dc authored almost 15 years ago
3234cba40e6802d97c3df0339c4392fd2c1f294f authored almost 15 years ago
62847751e4d7e478198424767944ce79a464fecd authored almost 15 years ago
8709de1ae8e48c53f9530cd4f84a2b751d9d5081 authored almost 15 years ago
aa48451698a86c3ed77add18993cfe89ca2f3975 authored almost 15 years ago
d5dd016a8acd41e5b74804da492d1f9706ff6345 authored almost 15 years ago
The ifname-based lookup can now be replaced with the new mechanism that
allows driver wrappers t...
hostapd_flush_old_stations() needs to check whether the driver
initialization was successful sin...
7ab68865c03615be7a69daf219336a3c123b894c authored almost 15 years ago
17557ebe30e00fe9775903d98e0170b4e8280bb0 authored almost 15 years ago
071799872f0496f1854e5904e35b4fcc573ed30f authored almost 15 years ago
05ba8690cb296a83e0823553bcc7f7b5f8d5db30 authored almost 15 years ago
The new per-BSS driver context makes this unnecessary.
8b897f5a17739b506a7f757905594d8d3a61c3bf authored almost 15 years ago
With this patch, a client gets kicked out of the last BSS it was
attached to, when it is associa...
This patch allows the nl80211 driver to create its own per-bss context
and pass it to the drv_pr...
39f42d1193bc55cba6cf28f9bf8d16fc9cd24a76 authored almost 15 years ago
This fixes multi-BSS STA operations (e.g., setting AUTHORIZED flag) with
nl80211-based drivers.
These are not needed for WPS builds since CONFIG_WPS=y enables all
the needed EAP components.
CONFIG_NO_STDOUT_DEBUG removes wpa_printf() calls, so need to ifdef
some function and variable d...
Despite comments in the wpa_config_update_prio_list(struct wpa_config
*config) telling that it i...
This patch allows wpa_supplicant to compile on Debian's kfreebsd
architectures.
Patch by Stefan...
09bd6e8cca713adc35dac214daa8d71c254a651d authored almost 15 years agod2f46a2b133e469d9405508b5202135164ed2b85 authored almost 15 years ago
filter_ssids=1 global configuration parameter can now be used to
enable scan result filtering (w...
New global configuration parameter bss_max_count can now be used to
change the maximum BSS table...
ac26ebd8b5de0aea409bd896235325a64ff27e1f authored almost 15 years ago
There is no point in inhibiting suspend in case wpa_supplicant is
not running and as such, retur...
wpa_supplicant can now be notified of suspend/resume events, e.g.,
from pm-action scripts. This ...
This is needed to allow the BSS table entry for the previously used
BSS to be removed. Now wpa_b...
159dd3e28ae4c3a13ab39738ed91a3292dd4cf9e authored almost 15 years ago
e824cc46484739f5fd68981281a2a4be719ec6c2 authored almost 15 years ago
This makes it easier to build both EAP peer and server functionality
into the same project with ...
6fa2ec2d2b7afa5347af0c4fa9beb8a147e897cf authored almost 15 years ago
This patch enables the use of device capability information from the
driver when possible.
The kernel side support for this was just added into
wireless-testing.git. This commit adds the ...
Some drivers may need to use a specific ifname for the virtual
interface, so allow them to do th...
01b350ed740f1aeef7328f4b6bb17867ee3f9dbf authored almost 15 years ago
CFLAGS += -DCONFIG_WPA_CLI_FORK=y in .config can be used to
configure wpa_cli build to make a ve...
TNC IF-T is somewhat unclear on this are, but
draft-hanna-nea-pt-eap-00.txt, which is supposed t...
4a3ade4e11e4211e0e4e8b232304a335a1c23931 authored almost 15 years ago
If the last message from the EAP-TNC server was fragmented, the
fragment processing lost the DON...
TNC IF-T specification is unclear on the exact contents of the fragment
acknowledgement frame. A...
Do not show WPS event tray messages as they can happen too frequently.
Signed-off-by: Kel Modde...
aff5e54d4af7b6d7f018573f77550c4c925d88fb authored almost 15 years agoThis patch aggregates ioctls.
First is SIOCS80211. The SIOCS80211's arguments has 3 couples.
...
This patch adds both wpa_supplicant and hostapd support for
FreeBSD 8.0.
I refered
http://www.j...
This patch enables FreeBSD channel control.
I have tested on FreeBSD 7.2 with these cases.
[ho...
362468d117edd3b747121e0454049585dd2306bd authored almost 15 years ago
The attached patch unifies hostapd wpa_driver_bsd_ops and
wpa_supplicant wpa_driver_bsd_ops.
I ...
e1b1309b6a89495a03cc8f47a781cb79ebfbf1a0 authored almost 15 years agoThis patch unifies struct bsd_driver_data and struct wpa_driver_bsd_data.
86b24ea93c11b4b87784a2392e3b1c6dd441b32d authored almost 15 years ago
This patch modifies field name of struct bsd_driver_data to use
same name of struct wpa_driver_b...
This allows external programs (e.g., UI) to get more information
about server certificate chain ...
Need tof free TLS context in some cases to avoid a memory leak
on error path.
The previous version could end leaking memory since os_free() was used
instead of wpabuf_free()....
The conf argument to tls_init() may be NULL (as it is when using
hostapd), so we must check that...
Ignore the pending WPS message from ER (PutWLANReseponse action) if the
internal Registrar has a...
This makes it easier for external programs to probe EAP server
preferences and potentially autom...
This removes confusing error messages from the default (no WDS) case.
e748062b58f790fe15d74201e904cf483d3362ea authored almost 15 years ago
At least FreeBSD 7 does not seem to define this and failed to build
after the previous changes.
42f34a9b4137f2c0568bbfeb57cd6fa1d986b674 authored almost 15 years ago
The bsd_send_eapol() adds Ethernet header by itself. This patch changes it
to use l2_packet func...
This patch reduces code duplication between hostapd and wpa_supplicant
for IEEE80211_IOC_WPAKEY.
This patch reduces code duplication between hostapd and wpa_supplicant
for SIOC[GS]IFFLAGS.