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

dbus: Fix wpa_supplicant_add_iface() calls

Removed the hack that used typecast to get rid of const by using local
variables that are alloca...

2f00ad446e00f9ae349ab5437f9f2b8ec6f543a6 authored about 15 years ago
dbus: Use os_*() wrappers for memory allocations consistently

This is needed to avoid bogus WPA_TRACE error reports.

a646086d510812d9ba96a7dc51772d4fc340df26 authored about 15 years ago
Get rid of unnecessary typedefs for enums.

719347511ad6a9b4d7ef6f1459cb08597900cbc9 authored about 15 years ago
Include header files explicitly in *.c, not via header files

81f4f6195ecaf4d8c24f178183c7f6237ef0073c authored about 15 years ago
Replace src/ap/driver_i.h with non-inlined functions in ap_drv_ops.c

6e6e8c31ffcc2c20e684b5f16accf33d99852e98 authored about 15 years ago
Remove ap_config.h dependency from driver_i.h

This adds explicit #include line for ap_config.h into the src/ap/*.c
files that actually use the...

8b06c1ed0d4a59fc0652ca0185fcb087e3c61e5c authored about 15 years ago
Rename some src/ap files to avoid duplicate file names

Doxygen and some build tools may get a bit confused about same file
name being used in different...

6226e38d002cac786709ef1c24fe09811f70b6d7 authored about 15 years ago
Add new src/ap directory into Doxygen documents

fcfda83bf9ea76a888bc8000f0286f62eec2533b authored about 15 years ago
Get rid of direct hostapd_for_each_interface() calls

src/ap/*.c must not call functions in hostapd or wpa_supplicant
directories directly, so avoid t...

1b56c26c408d3d04cd5ab8eb46d8a0b5ee8a2f7e authored about 15 years ago
Move rest of the generic AP mode functionality into src/ap

70db2ab30816bb55d9fd9f9a94461480f22bd622 authored about 15 years ago
test: Use more shared code for driver wrapper AP and station modes

This fixes AP mode use in wpa_supplicant with the
no-AP-driver-wrapper design.

481a11c94f50a82058e961de2be1a856e2409245 authored about 15 years ago
Do not use virtual driver_ops for wpa_supplicant AP mode

Initialize struct hostapd_data driver context with the same driver
information that was initiali...

a911a6e61f9acbdc04fdb3fdf0b77c5385abd8d6 authored about 15 years ago
Move driver deinitialization away from hostapd.c

This matches with the earlier change of moving driver initialization
and allows more control on ...

8c5fe31fe87cdd8bd5af51df3bb3f99929770e0f authored about 15 years ago
Clean up some of the hostapd.h function prototype definitions

Not all prototypes in hostapd.h really belong there. This is an initial
step in cleaning that up.

a4f2110934465c60236a6e3a44a1303022998f3e authored about 15 years ago
Move hostapd_prune_associations() into ap/utils.c

0aef3ec8322f6e16a138871e7db6b5afeda4805b authored about 15 years ago
Move WPA authenticator glue code into a separate file

c442055ecf70c8af9f6be0dde25f9e9ca3ae0ee0 authored about 15 years ago
Move authentication server setup into separate file

2586bc64d0537bd3bea7f164c91121dcab978da3 authored about 15 years ago
Move iapp.c into src/ap

ad44e244b18806c977c93b7f926b0190f95874d1 authored about 15 years ago
Move ctrl_iface_ap.c into src/ap

0e2d35c6145d3fd353b86362d2d3eec45efaf2af authored about 15 years ago
Move hostapd driver initialization away from hostapd.c

This makes it easier to customize AP mode initialization for
wpa_supplicant.

e5f2b59c7e39bbc0d8b378878f7a92934642d687 authored about 15 years ago
Fix wpa_supplicant CONFIG_AP build

363b9e605240689ecf0edb2828a6e9087c06863d authored about 15 years ago
wired: Use os_*() wrappers more consistently

Need to allocate and free memory with same style to avoid WPA_TRACE
errors.

64ee63a0d80dd8b04c102acc1c0944b4e91651f0 authored about 15 years ago
hostapd: Do not call eloop_terminate() on interface setup failure

The caller is able to handle the error code properly and there is no
need to forcefully stop the...

bee07ce80531bdb1c4f9efa0e34b46c872ef6f36 authored about 15 years ago
Add forgotten src/ap/utils.c file

Commit 32da61d9c9594a35db46dacd8ca3e0ae7167bac2 was supposed to add
this file.

65668bfb77bacde3dd07a5d35cd5bc9de0dc460e authored about 15 years ago
WPS: Fix a memory leak if set_ie_cb() is not set

Skip WPS IE building for Beacon and Probe Response frames is set_ie_cb()
is not set. This fixes ...

9fdeaf8f3ab8523d68fdb82de163158689a123e4 authored about 15 years ago
Move wps_hostapd.c into src/ap

32da61d9c9594a35db46dacd8ca3e0ae7167bac2 authored about 15 years ago
Move generic AP functionality implementation into src/ap

This code can be shared by both hostapd and wpa_supplicant and this
is an initial step in gettin...

1057d78eb8aa08bd17f2e1d12ba92d7c0718f294 authored about 15 years ago
Remove direct driver calls from tkip_countermeasures.c

6d1278e9980e0f2b92aecdb23de5433d8eb2c652 authored about 15 years ago
Remove direct driver calls from ieee802_11.c

2ce86d9d7210cdaae8411f5c8d13e9c8cc9e9db9 authored about 15 years ago
Remove direct driver calls from sta_info.c

bdee6fceb9fcb3ac2d8057a129f9037895ec6232 authored about 15 years ago
Remove direct driver calls from vlan_init.c

36592d31c17df2fd9b876e21ffd5195efa229fdb authored about 15 years ago
Remove direct driver calls from beacon.c

677449b97ea4c3338ef63507b65423a2edb54a06 authored about 15 years ago
Remove need for direct driver calls from ieee802_11_auth.c

2f3e0bd4d4ad826978857d82258ea5d3d7096bbd authored about 15 years ago
Avoid direct call to hostapd_new_assoc_sta from ieee802_11.c

d24df7c33d29baaa3e3e48cd8b22f7a66767bcd0 authored about 15 years ago
Removed hostapd_new_assoc_sta() from driver wrapper API

This is not called directly by any of the driver wrappers anymore, so
the function can be remove...

a2de634d1cd4cdd3eff0146ee57718cd87986972 authored about 15 years ago
Avoid a direct call to drv_callbacks.c from beacon.c

94709ea35868edd8d59a6a0cd01406ee06e45a4f authored about 15 years ago
Move hostapd_set_drv_ieee8021x() into ap_drv_ops

010401fe654e18aba39d466d7ec8a552977c90c4 authored about 15 years ago
Move hostapd-to-driver flag mapping to be within ap_drv_ops.c

4c2ddda4955b8f32f6dfafceeb988ed3917430b8 authored about 15 years ago
Move wpa_drivers dependency into config_file.c

This cleans up config.o from driver wrapper dependencies.

d3b86aed73d8bc52bf323e41723147fbb94f08e7 authored about 15 years ago
Remove direct driver calls from accounting.c

a3d4fafa4134d7e983c5e5935d1881175e558d2b authored about 15 years ago
Move hostapd configuration parser into separate file

config.c includes now only the generic helper functions that are needed
both for hostapd and the...

41d719d6e0c78286eb2b884e6ef8ff5df5d709e9 authored about 15 years ago
Move more driver ops into struct hostapd_driver_ops

This removes need to include driver_i.h into ieee802_1x.c.

45cefa0bf3402ef53554a4d0bbe7837200f73dbf authored about 15 years ago
Move hostapd_set_privacy() call to hostapd.c

IEEE 802.1X code does not need to know about this driver configuration
mechanism and all the oth...

579bc0e64ceafa4d5931fc9ec4e0336f36290269 authored about 15 years ago
Use hostapd driver op wrapper for send_mgmt_frame

c90933d2a3826206cef6822ac6d6293794ef273a authored about 15 years ago
Merge driver ops set_wps_beacon_ie and set_wps_probe_resp_ie

set_ap_wps_ie() is not used to set WPS IE for both Beacon and Probe
Response frames with a singl...

14f7938660b1d41dc05ecef44a7dbb56ba34e9ad authored about 15 years ago
hostapd: Use separate driver operations abstraction

It would be bettet to avoid including driver_i.h, i.e., direct driver
operation calls from hosta...

bf65bc638fe438b96f2986580ad167d5e276ef4c authored about 15 years ago
Drop WPA_TRACE reference before eloop timeout handler call

This avoids bogus error reports for cases where the timeout handler
frees the memory that was po...

9aca4401993fd0d409148130b8564f5236347055 authored about 15 years ago
Enable IPv6 support for libutils.a and libradius.a

1b9eb51bbd8b20fbef6b7f62aaa784a3db4fade8 authored about 15 years ago
Redesign struct hostapd_ip_addr to be of fixed size

This structure is embedded in some other structures and as such, it
would be nicer if this would...

6aa9e7a64ac4677b03dfafc48f3ef1ed23fe8dd5 authored about 15 years ago
radius_example: Fix memory leak on deinit

f42cdcc894a0f6511430d3d5fa984edd04f9ebf1 authored about 15 years ago
Comment out CONFIG_IPV6 for now in RADIUS library build

This needs to be used consistently in order to get correct size for
struct hostapd_ip_addr.

64ce68fc420c4cb99e042140222f1720b6ff916d authored about 15 years ago
Build radius_example using src/*/lib*.a

e20845184a0ae33307d74b5e78bb7692c05f37b1 authored about 15 years ago
Fix RADIUS client callback function parameters

174e899f698eeafe40e77616aad0b50803d7ad3b authored about 15 years ago
Add build rules for src/radius/libradius.a

8a404b598dde68085c1361f25ebf5e0eed746314 authored about 15 years ago
Fix radius_example build

019c8c669df3547e550658a71e226b9d604c679b authored about 15 years ago
hostapd: Add WDS (4-address frame) mode with per-station interfaces

This mode allows associated stations to use 4-address frames to allow
layer 2 bridging to be use...

fbbfcbac29c0b3d2c6702e2e1123e93087747386 authored about 15 years ago
nl80211: Sync with wireless-testing.git linux/nl80211.h

09eac1ac56257e8c0251d1164e28fac7fd7c404f authored about 15 years ago
Rename EAP TLS variables to make server and peer code consistent

2a29f0d45c3f131040becaad2add3b56cb6120b7 authored about 15 years ago
Convert to use struct dl_list

09e47a07687b166f0cb91b293d71c8f05e3e234e authored about 15 years ago
Add developer documentation for WPA_TRACE

3e82a2ed62df234336e83d75d26e4faddcd3d70a authored about 15 years ago
Comment CONFIG_WPA_TRACE_BFD=y out by default

96603e4fe12250ad5c09d3a1aa1164a6223a31c1 authored about 15 years ago
Update documentation for uni tests to use the new tests directory

bf5d6fc37eec13aa2f65d39607aec007288f2a82 authored about 15 years ago
Avoid NULL dereference on error path when default driver is used

a5b9337fc88ea9ff4e85220c66a062da44f1c8e1 authored about 15 years ago
trace: Show eloop unregistered handler function name/file/line

5e5223bf295bdfb19d0ff0905d0da77f846f8de1 authored about 15 years ago
trace: Filter out uninteresting functions from backtrace

This filters out the functions inside trace.c and functions before
main() since those are not re...

94caf8cd622b7333820291a9a07d5143777d5337 authored about 15 years ago
trace: Add active reference tracking

This WPA_TRACE=y additions allows components to register active references
to memory that has be...

a6ff0e0810b49c8f8901406a42e3c975f3aed85e authored about 15 years ago
Check fread return value

a698d28415e9d510321954673b4a76b862b4066d authored about 15 years ago
nl80211: Use couple more os_*() wrappers for allocation

7bf127572c9a6fc7860abe64ac3720ba184a250b authored about 15 years ago
Fix memory leak in config freeing

Both supported_rates and basic_rates arrays must be freed when freeing
hostapd configuration.

79d6c85ffd135eed5fbd62481fa3b8347093555f authored about 15 years ago
nl80211: Use os_* allocation wrappers to avoid WPA_TRACE issues

e62fb0a0defa9b75a61470573633bc73e4691017 authored about 15 years ago
Copy config_methods and device_type configuration for AP mode

094393b1447df668015bfed0fa19e9ad29b217fa authored about 15 years ago
WPS: Make Config Methods configurable for wpa_supplicant

This adds config_methods configuration option for wpa_supplicant
following the design used in ho...

c0e4dd9eeb96fa39cc8bd6151fbf5a7a9cc46a97 authored about 15 years ago
WPS: Prefer PSK format if Enrollee does not advertise Display

Since an Enrollee that does not advertise display as one of the
Config Methods is unlikely to be...

b64576fcf511dc7f705708e6640bbef76ead4b7b authored about 15 years ago
WPS: Add option for forcing Registrar to use PSK format in Credential

The use_psk_key parameter can now be used to force the Registrar to
use PSK format instead of AS...

f3f2eeba01b678572aa01016c18d262b80f599d9 authored about 15 years ago
AP: Allow both WPA passphrase and PSK to be configured

Instead of dropping the configured PSK and deriving it based on
passphrase, use the provided PSK...

0ae687bd106fbf7dda31daee4c6d4203edf57eea authored about 15 years ago
Add "keypad" to config methods for wpa_supplicant AP mode with WPS

1078126f6460d75b7be0c13ec7f61634c10c32ed authored about 15 years ago
Describe tracing build options for developers

b22b41ee87a4f1dbcdd31afc58d4a403ac725862 authored about 15 years ago
Add option libbfd support for tracing code

CONFIG_WPA_TRACE=y and CONFIG_WPA_TRACE_BFD=y can now be used to get
even more complete symbols ...

f2f7d965b86cb59c179c2102d5173916a70ae0a0 authored about 15 years ago
GnuTLS: Implement tls_connection_enable_workaround()

b763863d97a640156e66d0ee0f6945a4235fa596 authored about 15 years ago
GnuTLS: Add support for piggybacked Application Data

9dd37a224b1e12a3acec6b0f5588082e20f4896d authored about 15 years ago
GnuTLS: Define empty tls_connection_set_session_ticket_cb()

This allows EAP-FAST build to be completed even if it does not actually
work yet with GnuTLS.

c9a7bbe5a85a39c10238770bf63df75a9c9d576b authored about 15 years ago
dbus: Fix build with "ctrl_iface_" prefix removed

6d59e14c58e0c254bad52fbc66d4e466d8ca2e95 authored about 15 years ago
Use wpabuf with tls_connection_ia_send_phase_finished()

496c5d981e3d183c5d56d7dfc1fc4cf575a999ed authored about 15 years ago
dbus: Remove the confusing "ctrl_iface_" prefix from file names

The D-Bus interface does not really have anything to do with the
wpa_supplicant ctrl_iface inter...

a206a29a540236216031dc83ff6470ca526ed92f authored about 15 years ago
dbus: Move some of conditional WPS code into separate files

36da1358bc1020038b6904ae7e035cc1679a08a8 authored about 15 years ago
dbus: Remove unnecessary CONFIG_WPS ifdefs from header files

a8c481c10a79acd48a74e32e82355bf59d198e6d authored about 15 years ago
dbus: Clean dbus build files on wpa_supplicant 'make clean'

In addition, add preliminary build rules for build libwpadbus.a.

eb3b34ceea72469a567a3d7670a9d50f2b419770 authored about 15 years ago
dbus: Rename .service file to use the service name as the file name

926ab7e6a0bed875d9e91500fb7ddf6320d1a128 authored about 15 years ago
dbus: Add missing .service file for the new D-Bus API

65bea134adae03e2a088b73445085eefd59e3a17 authored about 15 years ago
Move D-Bus related files into their own subdirectory

19b3211d190c74f3a89a8e57dfb4b131b4c012f0 authored about 15 years ago
Allow TLS flags to be configured (allow MD5, disable time checks)

Undocumented (at least for the time being) TLS parameters can now
be provided in wpa_supplicant ...

29446569253c689356e7519feacddb7c923015cf authored about 15 years ago
GnuTLS: Report certificate validation failures with TLS alert

In addition, show more detailed reason for the failure in debug log.

4a1e97790de4c3e9ddc3aed98836a2a2b26a0ad8 authored about 15 years ago
OpenSSL: Fix memleak in previous wpabuf changes on an error path

a86a7316a40bd5f17005340c8d981cb32ad1f0ca authored about 15 years ago
Check TLS status on EAP server during handshake

The new TLS wrapper use may end up returning alert data and we need to
make sure here that it do...

2574634b7f47ab584ce43f62f67a6fef06bd3b6b authored about 15 years ago
GnuTLS: Use struct wpabuf for push/pull buffers

074be2332f6226b0dd1897b8bc4387fefd1bf063 authored about 15 years ago
Convert TLS wrapper to use struct wpabuf

This converts tls_connection_handshake(),
tls_connection_server_handshake(), tls_connection_encr...

81c85c069ac0f2980db4745e1f85f521affb8619 authored about 15 years ago
Add empty FIPS PRF wrapper for CryptoAPI

94c3e91fc52e4c70098c8eb51f2d97109d65a560 authored about 15 years ago
Add empty crypto_mod_exp() wrapper for CryptoAPI.

8f431bc808615454555506103cdb508d45815e7f authored about 15 years ago
Fix MinGW build: CertCreateCertificateContext() is now known

de979ef18c1aced0597e342de7dab37c15718090 authored about 15 years ago
eloop_win: Fix build after eloop user_data removal

f266d1a16230ffe024dfd0183be8659563adb84c authored about 15 years ago