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
Removed the hack that used typecast to get rid of const by using local
variables that are alloca...
This is needed to avoid bogus WPA_TRACE error reports.
a646086d510812d9ba96a7dc51772d4fc340df26 authored about 15 years ago719347511ad6a9b4d7ef6f1459cb08597900cbc9 authored about 15 years ago
81f4f6195ecaf4d8c24f178183c7f6237ef0073c authored about 15 years ago
6e6e8c31ffcc2c20e684b5f16accf33d99852e98 authored about 15 years ago
This adds explicit #include line for ap_config.h into the src/ap/*.c
files that actually use the...
Doxygen and some build tools may get a bit confused about same file
name being used in different...
fcfda83bf9ea76a888bc8000f0286f62eec2533b authored about 15 years ago
src/ap/*.c must not call functions in hostapd or wpa_supplicant
directories directly, so avoid t...
70db2ab30816bb55d9fd9f9a94461480f22bd622 authored about 15 years ago
This fixes AP mode use in wpa_supplicant with the
no-AP-driver-wrapper design.
Initialize struct hostapd_data driver context with the same driver
information that was initiali...
This matches with the earlier change of moving driver initialization
and allows more control on ...
Not all prototypes in hostapd.h really belong there. This is an initial
step in cleaning that up.
0aef3ec8322f6e16a138871e7db6b5afeda4805b authored about 15 years ago
c442055ecf70c8af9f6be0dde25f9e9ca3ae0ee0 authored about 15 years ago
2586bc64d0537bd3bea7f164c91121dcab978da3 authored about 15 years ago
ad44e244b18806c977c93b7f926b0190f95874d1 authored about 15 years ago
0e2d35c6145d3fd353b86362d2d3eec45efaf2af authored about 15 years ago
This makes it easier to customize AP mode initialization for
wpa_supplicant.
363b9e605240689ecf0edb2828a6e9087c06863d authored about 15 years ago
Need to allocate and free memory with same style to avoid WPA_TRACE
errors.
The caller is able to handle the error code properly and there is no
need to forcefully stop the...
Commit 32da61d9c9594a35db46dacd8ca3e0ae7167bac2 was supposed to add
this file.
Skip WPS IE building for Beacon and Probe Response frames is set_ie_cb()
is not set. This fixes ...
32da61d9c9594a35db46dacd8ca3e0ae7167bac2 authored about 15 years ago
This code can be shared by both hostapd and wpa_supplicant and this
is an initial step in gettin...
6d1278e9980e0f2b92aecdb23de5433d8eb2c652 authored about 15 years ago
2ce86d9d7210cdaae8411f5c8d13e9c8cc9e9db9 authored about 15 years ago
bdee6fceb9fcb3ac2d8057a129f9037895ec6232 authored about 15 years ago
36592d31c17df2fd9b876e21ffd5195efa229fdb authored about 15 years ago
677449b97ea4c3338ef63507b65423a2edb54a06 authored about 15 years ago
2f3e0bd4d4ad826978857d82258ea5d3d7096bbd authored about 15 years ago
d24df7c33d29baaa3e3e48cd8b22f7a66767bcd0 authored about 15 years ago
This is not called directly by any of the driver wrappers anymore, so
the function can be remove...
94709ea35868edd8d59a6a0cd01406ee06e45a4f authored about 15 years ago
010401fe654e18aba39d466d7ec8a552977c90c4 authored about 15 years ago
4c2ddda4955b8f32f6dfafceeb988ed3917430b8 authored about 15 years ago
This cleans up config.o from driver wrapper dependencies.
d3b86aed73d8bc52bf323e41723147fbb94f08e7 authored about 15 years agoa3d4fafa4134d7e983c5e5935d1881175e558d2b authored about 15 years ago
config.c includes now only the generic helper functions that are needed
both for hostapd and the...
This removes need to include driver_i.h into ieee802_1x.c.
45cefa0bf3402ef53554a4d0bbe7837200f73dbf authored about 15 years ago
IEEE 802.1X code does not need to know about this driver configuration
mechanism and all the oth...
c90933d2a3826206cef6822ac6d6293794ef273a authored about 15 years ago
set_ap_wps_ie() is not used to set WPS IE for both Beacon and Probe
Response frames with a singl...
It would be bettet to avoid including driver_i.h, i.e., direct driver
operation calls from hosta...
This avoids bogus error reports for cases where the timeout handler
frees the memory that was po...
1b9eb51bbd8b20fbef6b7f62aaa784a3db4fade8 authored about 15 years ago
This structure is embedded in some other structures and as such, it
would be nicer if this would...
f42cdcc894a0f6511430d3d5fa984edd04f9ebf1 authored about 15 years ago
This needs to be used consistently in order to get correct size for
struct hostapd_ip_addr.
e20845184a0ae33307d74b5e78bb7692c05f37b1 authored about 15 years ago
174e899f698eeafe40e77616aad0b50803d7ad3b authored about 15 years ago
8a404b598dde68085c1361f25ebf5e0eed746314 authored about 15 years ago
019c8c669df3547e550658a71e226b9d604c679b authored about 15 years ago
This mode allows associated stations to use 4-address frames to allow
layer 2 bridging to be use...
09eac1ac56257e8c0251d1164e28fac7fd7c404f authored about 15 years ago
2a29f0d45c3f131040becaad2add3b56cb6120b7 authored about 15 years ago
09e47a07687b166f0cb91b293d71c8f05e3e234e authored about 15 years ago
3e82a2ed62df234336e83d75d26e4faddcd3d70a authored about 15 years ago
96603e4fe12250ad5c09d3a1aa1164a6223a31c1 authored about 15 years ago
bf5d6fc37eec13aa2f65d39607aec007288f2a82 authored about 15 years ago
a5b9337fc88ea9ff4e85220c66a062da44f1c8e1 authored about 15 years ago
5e5223bf295bdfb19d0ff0905d0da77f846f8de1 authored about 15 years ago
This filters out the functions inside trace.c and functions before
main() since those are not re...
This WPA_TRACE=y additions allows components to register active references
to memory that has be...
a698d28415e9d510321954673b4a76b862b4066d authored about 15 years ago
7bf127572c9a6fc7860abe64ac3720ba184a250b authored about 15 years ago
Both supported_rates and basic_rates arrays must be freed when freeing
hostapd configuration.
e62fb0a0defa9b75a61470573633bc73e4691017 authored about 15 years ago
094393b1447df668015bfed0fa19e9ad29b217fa authored about 15 years ago
This adds config_methods configuration option for wpa_supplicant
following the design used in ho...
Since an Enrollee that does not advertise display as one of the
Config Methods is unlikely to be...
The use_psk_key parameter can now be used to force the Registrar to
use PSK format instead of AS...
Instead of dropping the configured PSK and deriving it based on
passphrase, use the provided PSK...
1078126f6460d75b7be0c13ec7f61634c10c32ed authored about 15 years ago
b22b41ee87a4f1dbcdd31afc58d4a403ac725862 authored about 15 years ago
CONFIG_WPA_TRACE=y and CONFIG_WPA_TRACE_BFD=y can now be used to get
even more complete symbols ...
b763863d97a640156e66d0ee0f6945a4235fa596 authored about 15 years ago
9dd37a224b1e12a3acec6b0f5588082e20f4896d authored about 15 years ago
This allows EAP-FAST build to be completed even if it does not actually
work yet with GnuTLS.
6d59e14c58e0c254bad52fbc66d4e466d8ca2e95 authored about 15 years ago
496c5d981e3d183c5d56d7dfc1fc4cf575a999ed authored about 15 years ago
The D-Bus interface does not really have anything to do with the
wpa_supplicant ctrl_iface inter...
36da1358bc1020038b6904ae7e035cc1679a08a8 authored about 15 years ago
a8c481c10a79acd48a74e32e82355bf59d198e6d authored about 15 years ago
In addition, add preliminary build rules for build libwpadbus.a.
eb3b34ceea72469a567a3d7670a9d50f2b419770 authored about 15 years ago926ab7e6a0bed875d9e91500fb7ddf6320d1a128 authored about 15 years ago
65bea134adae03e2a088b73445085eefd59e3a17 authored about 15 years ago
19b3211d190c74f3a89a8e57dfb4b131b4c012f0 authored about 15 years ago
Undocumented (at least for the time being) TLS parameters can now
be provided in wpa_supplicant ...
In addition, show more detailed reason for the failure in debug log.
4a1e97790de4c3e9ddc3aed98836a2a2b26a0ad8 authored about 15 years agoa86a7316a40bd5f17005340c8d981cb32ad1f0ca authored about 15 years ago
The new TLS wrapper use may end up returning alert data and we need to
make sure here that it do...
074be2332f6226b0dd1897b8bc4387fefd1bf063 authored about 15 years ago
This converts tls_connection_handshake(),
tls_connection_server_handshake(), tls_connection_encr...
94c3e91fc52e4c70098c8eb51f2d97109d65a560 authored about 15 years ago
8f431bc808615454555506103cdb508d45815e7f authored about 15 years ago
de979ef18c1aced0597e342de7dab37c15718090 authored about 15 years ago
f266d1a16230ffe024dfd0183be8659563adb84c authored about 15 years ago