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
31fa4c6d98bf7a5da304117c77a075fb4bf19626 authored over 14 years ago
There is no need to process the public key and generate keys if
the AP is going to reject this M...
A new hostapd_cli command, wps_ap_pin, can now be used to manage
AP PIN at runtime. This can be ...
As a compromise between usability and security, do not disable
AP PIN permanently based on faile...
This can happen on the AP if the AP PIN is not configured and
the client tries to go through the...
The wpa_supplicant compilation without CONFIG_WPS option results in
messages below.
scan.c: In ...
509a39727f533a5592a5a899b0096f268e7e502a authored over 14 years ago
This indicates that the peer identity is associated with the
credential and will be required to ...
This clears up authentication state in the driver and in case of
cfg80211, unlocks the BSS entry...
wpa_s->bssid is already cleared by mark_disassoc() when we're getting the
disassociation event f...
2e75a2b3a630d434fb0426b838762424ec19b58b authored over 14 years ago
43dd46b3bcb9442d4ffc3ed2d241f8e4bb617f9e authored over 14 years ago
When passing several authentication algorithms through auth_alg, we
should try all of them when ...
DEAUTH messages can come from a number of different sources. The one
that's hurting us currently...
Commit c5b26e33c1829c62c3b5872865ca202f6c42436e broke the processing
of the candidate list entri...
Currently, we don't use the sock_ctx that we get passed by eloop, so
don't assign it.
Signed-of...
ba2d0d7d68fbf6fbecde14686f515a0545630d19 authored over 14 years ago
This variable is assigned only once and never tested, so basically
unused.
Signed-off-by: Johan...
f48ffe4364e1b03044b7b3d5a59f0c8f0506ba9d authored over 14 years ago
This can be used to insert information from external programs to the
wpa_supplicant debug log.
92afbe9d63ed76c3e3351ffed74cb3b3ca4a6fc0 authored over 14 years ago
15ed5535ad4f9d55019758b990e9b567f89c46d7 authored over 14 years ago
cfg80211/mac80211 seems to be unwilling to change interface mode in
some cases. Make these less ...
f3f0f648d773b284d3108379b96c48e2f1605559 authored over 14 years ago
In theory, this should not really be needed, but Windows 7 uses
Registrar mode to probe AP's WPS...
This makes it easier (and a bit faster) to handle multiple local
radios with FT. There is no nee...
Previously, large event_id values (> 2^31) resulted in integer
overflow that would make ER drop ...
7f6ec672ea429cc02bbe5532f3cc9e8892adb00c authored over 14 years ago
f3a3e6987e2201e17cdb244e166b62325f99eb7d authored over 14 years ago
This has already been disabled in most use cases and can result
in problems with some drivers, s...
If the station does not include WSC IE in Association Request, it
is marked with WLAN_STA_MAYBE_...
This works around issues with EAP-Failure getting lost for some reason.
Instead of waiting up to...
This works around some problems where the station is unable to disconnect
for some reason (e.g.,...
9b7124b27f2ed015ea5cd1f3a89643ba4a91ce21 authored over 14 years ago
This is needed to avoid trying to reassociate based on new scan
results when using wpa_supplican...
It is unclear which PIN is used if both Label and Display config
methods are advertised. Avoid t...
When SME is in wpa_supplicant (mac80211), we need to make sure that
the kernel code has valid BS...
This is needed to avoid getting stuck if driver fails authentication
request for some reason.
It is possible that l2_packet is not used with wpa_supplicant
in some cases, so better make sure...
This is needed to avoid setting EAPOL PAE port status incorrectly
when using wpa_supplicant to c...
c01106f3e8a3b83964aa1f8cd64a4400218fb1d8 authored over 14 years ago
This did not really change any behavior since Deauthentication frame
uses the same format.
b3b2da770e0b8f87a5035510231bcc3af8694912 authored over 14 years ago
950388f7459f6f59fc34ae474360109f21b7b3cf authored over 14 years ago
4796272f5f5199bdf50120f08b6f627931399b69 authored over 14 years ago
The pairwise cipher field is supposed to be little endian, but the
message building functions di...
79614ec55b942017eee43b34ba1b547528c05e73 authored over 14 years ago
3b7442e5feca2210a211d02bdaa535b5fc7d6b44 authored over 14 years ago
This allows APs to be found from channels that have not previously
been observed to contain APs ...
Store list of all discovered BSSes in the ESS and on which frequencies
they have been seen. Use ...
2e8d6ae32e15a78ac8952158671d18959b69630b authored over 14 years ago
This is based on the bgscan "simple" module and this initial commit
does not add any new functio...
c2594c3677c8f529febe31600afb95e61d8b39bb authored over 14 years ago
Clear bgscan_ssid on disassoc event so bgscan is initialized the next
time we reach COMPLETED st...
It looks like 10.6.3 and 10.6.4 do not like to receive Network Key
with WPA passphrase while PSK...
It looks like Mac OS X adds unexpected 0x00 padding to the end of M1.
Skip that padding to avoid...
Some frequent debug prints are of limited use and make debug output
difficult to read. Make them...
The length of the prime was used incorrectly and this resulted
in WPS DH operation failing whene...
The AP configuration may change after provisioning, so it is better
not to use the current secur...
This makes it easier to debug AP selection for WPS provisioning.
f62c2315f71860d7334c8dcd470c702a20d8392b authored over 14 years ago
Some deployed implementations do not include the mandatory Network
Key attribute when a WPS Cred...
Addition of the background scanning mechanism in commit
60b94c9819199c0427e623080ebae27fe44be6b5...
We must only indicate stations that are either probing the wildcard SSID
or our own SSID.
Replace use of rfkill block event with rtnetlink ifdown. This makes
the design more robust since...
Some of the driver wrappers need to get set_ieee8021x() call before
they can configure keys. Reo...
It is possible that the timeout pointer becomes invalid in one of the
signal handlers, so we nee...
Setting IEEE80211_PARAM_AUTHMODE to IEEE80211_AUTH_AUTO ends up enabling
Privacy mode in the dri...
wps_er_config can now be used to configure an AP. It is similar to
wps_er_learn, but instead of ...
3085b8052ebe96957187e6103a0c0032391c7666 authored over 14 years ago
15dbf1291a923940b031e5b206638a609c933278 authored over 14 years ago
wps_er_start command now takes an optional parameter that can be used
to configure a filter to o...
When starting the protocol run with an Enrollee, clone the AP Settings
and replace the AP MAC Ad...
If the associating station indicates that it is intents to use WPS
by including WPS IE in (Re)As...
Use a function that will take care of possible (though, very unlikely)
fragmentation of WPS TLVs...
99e437ad5251f3712fa17868d76c8a6956c2e2a8 authored over 14 years ago
There may be more than one attribute of same type (e.g., multiple DC
attributes), so the code ne...
969b403fa732f9a662fb68efd6fcc6f1c26f1200 authored over 14 years ago
5216938960b8ef9f7c066f4c6afa4b4018c3a348 authored over 14 years ago
8c0ef181996828403febae7acdd818c023204eff authored over 14 years ago
This avoids an invalid D-Bus call during interface initialization.
The wpa_state change can happ...
Previous version driver_bsd.c switches the channel in
wpa_driver_bsd_associate(). This patch cha...
25c226ea458f8f85efc1a48d18ef7bf384f49b42 authored over 14 years ago
The wpa_supplicant compilation with CONFIG_AP option and without
CONFIG_IEEE80211R, CONFIG_WPS, ...
Add a new wpa_supplicant state: interface disabled. This can be used
to allow wpa_supplicant to ...
This is needed to handle cases where WPS state may have changed and
hostapd is reloading its con...
Use regular expression matches to see if input is not the (now translated?)
string "Select any n...
Enable a network block, even if there is a current configuration, if it
was disabled.
Signed-of...
adc8d4a791ca7ef5245d2030d7096cf8675a3720 authored over 14 years ago
Vendor-specific IEs are supposed to be in the end of the frame, so move
WMM into the end of Beac...
Commit 83935317a78fb4157eb6e5134527b9311dbf7b8c added forced
disconnection in case of 4-way hand...
Commit c02d52b405fb017e1eec80082dbe433fec53d9c2 removed direct calls
to the WPA authenticator, b...
When using WPS, we may end up here if the STA manages to re-associate
without the previous STA e...
0.7.x for branched into hostap-07.git for stable releases.
fb2ab5dd6a2938bd011baa3498907c18952437b4 authored almost 15 years ago0b86f67a2970403d1b1b6d34ce49f5485ef5dbb3 authored almost 15 years ago
4fc387fce85951321d9be7124d2495edbfc627a7 authored almost 15 years ago
df9b245e76cbcb49b08942348efb349243b9e0f4 authored almost 15 years ago
be48214d2b76d5e432aacd93a1c1c08456dacedf authored almost 15 years ago
e4cbe058d6091fa04ef22d85fba861ec1618c685 authored almost 15 years ago
62477841a18233586e352d7b901addf18abc1d8a tried to address fragmentation
issues, but it did not a...
5febb0d272672d63878aad46a1407ebd30a40773 authored almost 15 years ago
125c74cd80957f42c2514fdf5ebb725b5683f1da authored almost 15 years ago
e0f412b927fa3a2fecf24e2212278f502e643223 authored almost 15 years ago
9b748120324dc784067c8bbd500a813247418253 authored almost 15 years ago
a317d8520e64c38980f054d7daf86debd0ed7b79 authored almost 15 years ago