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
Commit 03d3f28a698ec2c269fed35b88be30373595eee2 broke initialization of
EAPOL authenticator stat...
Small compile fix for older versions of openssl that do not have SHA256
support and hence do not...
Replace direct calls in AP mode code with os_*() wrappers.
0b04889f0dc30955862b88d0edf02cda09820b32 authored over 13 years ago by Per Ekman <[email protected]>c2197bc9bcec707f7844bf64352414706b071879 authored almost 14 years ago by Jouni Malinen <[email protected]>
If WPA/WPA2 was enabled in the configuration, the non-WPA exception
could allow an incorrect AP ...
These can be used in some cases with a bitfield having multiple
AKMs enabled (e.g., WPA-PSK and ...
a1ca02927aba6d95697c6e87ec6eff4c39135dec authored almost 14 years ago by Mahesh Palivela <[email protected]>
When the SME is in the driver or cfg80211, the automatic selection
of auth_alg is done by leavin...
This MIC is required to be correct if the keys are set, so reject
the message if it does not hav...
Add an Interface.Country property and support to get/set the value.
Signed-off-by: Sam Leffler ...
9768da202bd82b108b16fe824f5ef5ca5dbd8152 authored almost 14 years ago by Sam Leffler <[email protected]>d9040cdb10c528142c41afc80cd1b0516de6f497 authored almost 14 years ago by Jouni Malinen <[email protected]>
Commit c76e5d7f9b7a4ed8c201f280a04e579d52765572 moved the
ap_configured_cb() call into a complet...
This should fix EAPOL reauthentication and rekeying timeout issues
with Intel clients when using...
If the scan interval switches to the short interval soon after a
scan, bgscan_simple should not ...
We gain diminishing returns by the short scan interval. The short
scan interval is used to hunt ...
It is not guaranteed that we will get a CQM signal shortly after setting
up monitoring. In order...
This provides a means for the supplicant to directly request signal
quality metrics from the dri...
The "debug_strings" private array in dbus_new_handles.c has fallen out
of sync with wpa_debug.h....
When building IE from an empty string and CONFIG_WPS_STRICT is
not defined, redundant 2 bytes ar...
Some deployed supplicants update their SNonce for every receive
EAPOL-Key message 1/4 even when ...
2fee890af75fb05a69f41b01faa590b75fa7327c authored almost 14 years ago by Jouni Malinen <[email protected]>
Store Manufacturer, Model Name, Model Number, and Serial Number
attributes for P2P peers and exp...
Configure more WPS attributes in the P2P module and use them
when generating WSC IE for Probe Re...
Control interface command 'SET tdls_disabled <1/0>' can now be used
to disable/enable TDLS at ru...
Change the old design of running a single long living RSN IBSS
instance to keep a separate insta...
21bdbe38be0534b03f3cde6b702dee95cf604d9a authored almost 14 years ago by Jouni Malinen <[email protected]>
Previously, a bug in GKeyDoneStations count would remain in effect
until the authenticator is re...
If the STA to be freed is still included in GKeyDoneStations count,
decrement the count when the...
ef985058f48edb47411aacfbf9e95b7a229bc77a authored almost 14 years ago by Jouni Malinen <[email protected]>
This makes it more likely to be able to fetch the 20 octet seed from
/dev/random in cases where ...
This avoids leaving a freed interface on the global list in case
driver initialization fails.
CFLAGS += -DCONFIG_RSN_TESTING in .config and rsn_testing=1 in
hostapd.conf can now be used to e...
Replace compile-time BSS cache expiration age and scan count by config
parameters that can be se...
Move the code snippet to switch on bgscan over to wpa_supplicant.c
from event.c, so that it can ...
87880919adea24fda1204b647b90d92776563b75 authored almost 14 years ago by Jouni Malinen <[email protected]>
This adds a new command to the interface to remove all configured
netblocks. Without this it's n...
This fixes an issue seen in our wifi testbed, where we frequently
switch the SSID of the AP. wpa...
Add an "Interface.FlushBSS" method to the new D-Bus API and a "flush"
method to the old API. Bot...
This provides feature parity with the old-style D-Bus API. Explicit
properties to control global...
fe885594ac4c8fb88856eeb3f6cd3818da34e6ef authored almost 14 years ago by Jouni Malinen <[email protected]>
This enables setting the syslog facility at build time.
3e1996216ea87c25926aad11d9bb96970ee9238c authored almost 14 years ago by Sam Leffler <[email protected]>
The AP code might, currently only in the case of HT40, defer actual
enabling to after a scan. In...
When wpa_s scans in AP mode, it doesn't propagate the scan event to the
AP code, so that code ca...
With this, p2p_find can be extended to find certain requested device
types.
Signed-off-by: Joha...
046ef4aa6738a423741c369e8d38d2e7a9bae342 authored almost 14 years ago by Jean-Michel Bachot <[email protected]>10c5d2a593249a2a1e0a5d4bfdba6caaff00bdb3 authored almost 14 years ago by Jouni Malinen <[email protected]>
Make the P2P code keep track of WPS vendor extensions received from
peers so they can be exposed...
This adds the ability to add WPS vendor extension attributes in P2P
frames, like GO Negotiation ...
This adds the ability to add WPS vendor extensions to an AP (or GO).
They will be added to the W...
This cleans up debug log by keeping the WSC IE attributes for Beacon
frames before starting to b...
ea244d2156791e9701ead185a99faf685e9df008 authored almost 14 years ago by Xi Chen <[email protected]>
Instead of converting back and forth from the string representation,
always use the binary repre...
Use the first interface (last in the list), not the last added
interface. In addition, use the s...
f2b3c6bc9c4e757f3d0d30841132b125a869c5f5 authored almost 14 years ago by Jouni Malinen <[email protected]>
Use only the UUID-E to remove active PBC session(s) at the completion of
successful PBC protocol...
Hide the long command lines used for linking the binaries in the
default build. "make V=1" can b...
Signed-off-by: Jean-Michel Bachot <[email protected]>
Signed-off-by: Johannes ...
Add Secondary Device Type List attribute in WSC IE for P2P
Probe Response frames if one or more ...
The secondary device type list is an optional attribute in the WSC IE.
Signed-off-by: Jean-Mich...
a9e86bfb74e1ce54f5ed350fd14f16f1e5885ca6 authored almost 14 years ago by Jean-Michel Bachot <[email protected]>13579b987b6b190824fc2d2359be12355c4a1e15 authored almost 14 years ago by Xi Chen <[email protected]>
92ac6376c47e58c7cc7fac32dd061dbe06f8a524 authored almost 14 years ago by Xi Chen <[email protected]>
f385833bda47890e35f87d0d91493509910c07f3 authored almost 14 years ago by Xi Chen <[email protected]>
This is used to avoid starting IBSS RSN processing with a peer before
the IBSS connection itself...
Signed-off-by: Johannes Berg <[email protected]>
ee7ab173c79d3eb88e9d3777184bea386f2d8c42 authored almost 14 years ago by Johannes Berg <[email protected]>Signed-off-by: Johannes Berg <[email protected]>
d8a43924eca4fc92a07fc60f00024d76c6749fd8 authored almost 14 years ago by Johannes Berg <[email protected]>
There's a bug in the getter for the 'Interfaces' property
of /fi/w1/wpa_supplicant1 (new D-Bus i...
Currently hostapd will force HT Mixed Mode if at least one non-GF STA is
associated. This will f...
There is no point in running through the 40 MHz scan if HT is
actually disabled regardless of wh...
4db9f805c7104ff0a8b218895879d312385e4acc authored almost 14 years ago by Jouni Malinen <[email protected]>
Signed-off-by: Dmitry Shmidt <[email protected]>
c6a3a11048097fcec9925b3da528eab9eb272c18 authored almost 14 years ago by Dmitry Shmidt <[email protected]>8e8f849f9d63a0f7cbe01dd6348419b6ff453673 authored almost 14 years ago by Jouni Malinen <[email protected]>
CONFIG_CTRL_IFACE_DIR can now be defined to modify the default directory
wpa_cli uses for the wp...
Signed-off-by: Dmitry Shmidt <[email protected]>
b1001e4c4594103808bab4051c8aa9c8f3ea0b85 authored almost 14 years ago by Dmitry Shmidt <[email protected]>Signed-off-by: Paul Stewart <[email protected]>
5bbf9f10868b8718ed2f52a5afecf825f2f4b982 authored almost 14 years ago by Paul Stewart <[email protected]>
Chooses between EAP and non-EAP authentication modes and
uses the appropriate method to retrieve...
Signed-off-by: Paul Stewart <[email protected]>
cf83fb0b5baaa192042db7452b1426e2e02fd9ce authored almost 14 years ago by Paul Stewart <[email protected]>Signed-off-by: Paul Stewart <[email protected]>
c83e2e1c4504636ad2cdc0b7adcc41574cf2c1e8 authored almost 14 years ago by Paul Stewart <[email protected]>If there is an active EAP method, return its name.
Signed-off-by: Paul Stewart <[email protected]>
8813e4d57e2de675384ea025bbd5bb8598f1f10c authored almost 14 years ago by Paul Stewart <[email protected]>
Previously, only the main interface was added to a bridge. Extend this
to apply to all configure...
This is needed to be able to find the correct TDLS entry for the
frame regardless of whether a F...
39c147261e996eadc3f55f398e77e6a845fd5dba authored almost 14 years ago by Jouni Malinen <[email protected]>
7099861e4e16f6565ec918a5fcba09543ce72899 authored almost 14 years ago by Ken Zhu <[email protected]>
61fbd3df04d78189c32520b6999efefe711bdd48 authored almost 14 years ago by Jouni Malinen <[email protected]>
Use a specific return value, WPS-PBC-OVERLAP, to indicate a reason
for rejecting a wps_pbc comma...
This allows the user to complete WPS provisioning using PBC by
selected a specific Enrollee even...
If the wpa_supplicant configuration file does not specify an UUID,
we need to copy the generated...
This makes it easier to debug PBC session overlap issues.
80e75578c4e67438ea3b9eb67fbe92e11072e96e authored almost 14 years ago by Jouni Malinen <[email protected]>
Instead of generating a different UUID for each interface, use the
same UUID that was either con...
Ignore possible mismatches in the source address of the frame and only
use UUID-E to check wheth...
b8fb017272ed4794339978c9fbc0e74571a44728 authored almost 14 years ago by Jouni Malinen <[email protected]>
52c9e6f3f5554ead02739fff9ff4b857c2cfaea7 authored almost 14 years ago by Jouni Malinen <[email protected]>
fb12d186b6b12e2a81ee6d377273cd2cac817cdb authored almost 14 years ago by Jouni Malinen <[email protected]>
If there is already a link the requested peer, request start of
renegotiation instead of complet...
tdls_testing 0x104 can now be used to disable expiration of TPK
(0x100) and to use a short lifet...
tdls_testing 0x80 can now be used to request wpa_supplicant to send
a TDLS Setup Request frame (...
The logic here was reversed: the STA with lower MAC address is the
one that continues as the ini...
a8b2c2d657ca196887a82ce7921f466197878cf0 authored almost 14 years ago by Jouni Malinen <[email protected]>
2a469a6b5633b0c610466313d6a3067ecbea4e2d authored almost 14 years ago by Jouni Malinen <[email protected]>
1c0b2ad1ce5586b36c13e306be5a5100cd4c2831 authored almost 14 years ago by Jouni Malinen <[email protected]>
Blindly clearing all struct wpa_tdls_peer members is a risky
operation since it could easily cle...
c61f3e5544dd90d0371bccac2243c6ed8221eb30 authored almost 14 years ago by Jouni Malinen <[email protected]>