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

Fix lastReqData freeing to use wpabuf_free()

f52ab9e6b0f7cb77d35c59f7f561bcf383795002 authored about 15 years ago
wpabuf: Add WPA_TRACE code to validate correct freeing of wpabuf

Use an extra header to move the returned pointer to break os_free()
or free() of the returned va...

eeb04821ad18ae358c0d45a8877adb393ba65eef authored about 15 years ago
wpabuf: Allow wpabuf_resize(NULL, len) to be used

This matches with realloc() usage, i.e., allocate a new buffer if no
buffer was specified.

859db534bf29e360adfdc7da6a0bf0ad86fc1ec2 authored about 15 years ago
EAP-FAST server: Piggyback Phase 2 start with end of Phase 1

If Finished message from peer has been received before the server
Finished message, start Phase ...

c479e41f53b10ff91f4c1e183c441da76d47f05e authored about 15 years ago
WPS ER: Delay wpa_supplicant termination to allow unsubscription

Instead of forcefully deinitializing ER immediately, give it some
time to complete unsubscriptio...

1a1bf008cb25f327a69fcb06451771c227574d2e authored about 15 years ago
WPS ER: Unsubscribe from AP events whenever removing the AP entry

Store the subscription identifier during subscription process and use
this to unsubscribe from e...

e46338fc7678388ea7e2408ae7dd8dfbf57024a3 authored about 15 years ago
WPS: Convert Registrar PIN list to use struct dl_list

187533a4c5e845c08820db1c24b0ff854ca3295f authored about 15 years ago
hostapd_cli: Use os_program_{init,deinit}

3433ed8c035b44b052ee29f53c78652ad6ce8712 authored about 15 years ago
WPS ER: Convert lists to use struct dl_list

96f52347357780848ca3dc153483f4f615991807 authored about 15 years ago
Free readline() output with free(), not os_free()

a24eb8424bd746376317ffb5278d8efbe48793e8 authored about 15 years ago
WPS: Remove unused net_if copy

45767a9597a675212e20c2d5ea77da9f52b0f36e authored about 15 years ago
driver_test: Use OS wrappers consistently for memory allocation

eeb49f991b5f1ada60ce2bea30409e014d23ac62 authored about 15 years ago
Add memory allocation analyzer to verify OS wrapper use

WPA_TRACE=y builds will now verify that memory allocation in done
consistently using os_{zalloc,...

fb4baa688bdb15c7776b424cce38cfc70f5aa524 authored about 15 years ago
hostapd: Call os_program_{init,deinit}()

80d77c31ff3ddb54f2c32b5026c6e66041f8608e authored about 15 years ago
eloop: Do not use printf() or fprintf() directly

f45fb672cc221dc1325baeb7cf111100c77106f8 authored about 15 years ago
eloop: Use struct dl_list for timeouts

eaa3f04b97f7bf3ffb91fe0acb2bb6bcb8f566fe authored about 15 years ago
eloop: Remove global user data pointer

This is not really needed since all signal handlers can use a context
pointer provided during si...

0456ea16d8edfa47c4ff1ddabf4f496a3c5c67bd authored about 15 years ago
Make hostapd_for_each_interface() take context pointer as argument

This removes need for using eloop_get_user_data().

9969e5a46a4671a6c75dfc6c2952296e170bf50b authored about 15 years ago
Fix RADIUS client to cancel IPv6 socket read notifications

2988796257e4ce850372376b5bc0a8c6c8db7a71 authored about 15 years ago
Fix RADIUS server deinit to cancel timeout for session removal

f481459f5e3eb24932057b88fea32b4576cccfc7 authored about 15 years ago
Add backtrace support for debugging

WPA_TRACE=y can now be used to enable internal backtrace support that
will provide more details ...

930f704aacaf90b3f9119099aa1dc22f02818796 authored about 15 years ago
eapol_test: Fix build after RADIUS msg API changes

f5d4a8ead4103da3e499e4236964ac654529f1f2 authored about 15 years ago
Make struct radius_msg private to radius.c

This is internal data structure for RADIUS message handling and
external code should not touch i...

1489e11a9442929c96a00c0090c8912577fd2315 authored about 15 years ago
Convert RADIUS message code to use wpabuf internally

aa235d2ef75d7f20d19b8ec5416cd63222e4d64e authored about 15 years ago
Change radius_msg_free() to free the buffer

Since all callers were freeing the buffer immediately anyway, move
this operation into radius_ms...

9e7245bdb414dec167363b9178a37f4745afa595 authored about 15 years ago
RADIUS message initialization cleanup

d94f86d85ef1a846ff91fe3c66b368c1d535352c authored about 15 years ago
Add documentation for RADIUS code and some minor cleanup

d04a96b0d64c0bf6a1ab7527c24e2c8359349313 authored about 15 years ago
WPS: Remove parent pointer from advertisement state machine

a9f92c487f4f7ca10a139e62b013c14407e0e0fd authored about 15 years ago
WPS: Convert struct advertisement_state_machine to use struct dl_list

158aff0035b4d15ab56a81a0e85892778cdd5f0a authored about 15 years ago
WPS: Remove unused struct subscr_addr parent pointer

ea8f09acb237bee49e39b020dc9eac337dbc8264 authored about 15 years ago
WPS: Convert struct wps_event_ to use struct dl_list

f1de40f72803211c5851186e8556ebe04e7c5cbb authored about 15 years ago
WPS: Convert struct subscription to use struct dl_list

ec32c2947139f630a414cadd402191bc7af439af authored about 15 years ago
WPS: Convert struct subscr_addr to use dl_list

f98b440c47c06481768aa2607a3ad52ad95d769e authored about 15 years ago
Add generic doubly-linked list implementation

dacf47835208a24ae5ba51c4a869b36339f78897 authored about 15 years ago
Fix xcode build (eap_register.c needs to be included)

d2e6100c1671a96377e44efa92d51a75f1d650fa authored about 15 years ago
Mac OS X: Fix driver_osx.c build

1c9c03d08da992c23aa867e3aa148eb77cb77972 authored about 15 years ago
ralink: Add WPS support

649b28f9e63a906387d86ee8969722bb64804200 authored about 15 years ago
Change Linux driver wrappers to use shared netlink receive code

a6fc4f3c82488e4f283d9413de7e3f417089e27f authored about 15 years ago
netlink: Move more of the newlink/dellink parsing into shared code

62d680c3cabb860a31bec4e044d6cc9309449a80 authored about 15 years ago
netlink: Use NLMSG_OK and NLMSG_NEXT macros

f37cf89ccb4f9c8a74ba8979f60bf3979f44d87e authored about 15 years ago
nl80211/wext: Share netlink new/del link event receive code

08063178fb48e2ee2f46b345326890ac295e2cfa authored about 15 years ago
driver_nl80211/wext: Share netlink operstate send function

As an initial step in sharing netlink helper functions among driver
wrappers, create a new file ...

e2d02c29b50aebacf13a8dcd3f27f46f9d16dff0 authored about 15 years ago
Fix netlink payload length calculation

nlmsghdr length needs to be removed from payload length. [Bug 341]

3b31db5199dba0b3749d92ca4fe6633694711fa8 authored about 15 years ago
Show current mode (station/AB/IBSS) in status

0e15e529eb201478954c7104ebb22edb7fb4359b authored about 15 years ago
driver_test: Fix AP mode to initialize bss_ctx for first interface

67f0112d83138c84ea4b97822ef19ee87e84ddc6 authored about 15 years ago
Initialize new_connection = 1 to fix wpa_supplicant AP mode operstate

When setting up an AP with wpa_supplicant, the initial connection was
not necessarily setting op...

c302f20740fade2547b0e315d22fc14b93ec86d3 authored about 15 years ago
Fix driver_nl80211.c build without CONFIG_CLIENT_MLME

cdc7f66bda6541ca7effe8d5b13f75c8323b6789 authored about 15 years ago
OpenSSL: Silence "Failed to read possible Application Data"

This message from tls_connection_handshake() is not really an error in
most cases, so do not sho...

d986b1b6c113083c8701abc54fd0c912fba329a6 authored about 15 years ago
Mark management frame processing functions to use const buffer

b57e086cc18e01336413bfb448ec1ce5d05280fb authored about 15 years ago
Mark ieee802_11_parse_elems() input and parsed elems const

In addition, re-order IE pointers and u8 length so that the shorter
length fields are together t...

ba091c06c53702ff76bdb17a59e6ab4fdb2aef30 authored about 15 years ago
Use generic driver events for TX status and RX reporting

Replace driver wrapper calls to hostapd_tx_status(),
hostapd_rx_from_unknown_sta(), hostapd_mgmt...

f8b1f695617c8f00e733064f2f7570ed78719da9 authored about 15 years ago
nl80211: Remove some of the unnecessary conditional compilation

These functions can be built for both hostapd and wpa_supplicant.

1b648c7e1ab9712576394242c35939768c4d4d24 authored about 15 years ago
Replace hostapd_button_pushed() with generic driver event

fcf0f87d9746033d245a75c8d224b81836e88806 authored about 15 years ago
Fix EVENT_FT_RRB_RX processing

f2dab64ee3fcc8e072b7d9da00b5bf5768e40200 authored about 15 years ago
Replace hostapd_michael_mic_failure() with generic driver event

1cd973d5015bfe97c2752b3d2fff7765b6cc350c authored about 15 years ago
Fix VS project files to match with source code file changes

ac7043f265f57264a53ae63a5350f0368dab5a7e authored about 15 years ago
driver_test: Merge drv->hapd into drv->ctx

A separate struct hostapd_data pointer is not really needed anymore
and the generic context poin...

85cc05110defcfd39ddc7b5e8250a2d6dda9aff3 authored about 15 years ago
Add BSS ctx to if_add() driver op

This remove the need from driver_test.c to go through internal hostapd
structures to find the ap...

8043e72589a57ed80abe1377fff562f01a9f89a3 authored about 15 years ago
Merge hostapd/sta_flags.h into sta_info.h

The separate header file is not needed since none of the driver wrappers
include it anymore. Mov...

9b5d2b8b9ccbd146f382d36f2a08187d459c532a authored about 15 years ago
Map STA flags into values defined in driver.h

This removes need for including hostapd/sta_flags.h into driver
wrappers and removes any remaini...

0de39516aeb185d54cd755e366dde2f2cc149e50 authored about 15 years ago
Remove unneeded hostapd_wmm_sta_config()

The WMM STA flag is already taken care of by handle_assoc_cb() and there
is no point trying to d...

a34325dde9d88ec379f5b2c960ad1ef9182a2f33 authored about 15 years ago
Remove usused flags parameter from sta_add() driver op

60c8cfb4fbd15837843a0a39a3cd5fd587f95bc5 authored about 15 years ago
driver_bsd: Fix build after previous commit

c9b9e494fc1a705de149ee099556dc8be64e3b38 authored about 15 years ago
Add more WPA/IEEE 802.1X parameters into set_ieee8021x() driver op

This gets rid of the need to touch internal hostapd data structures
directly from the driver wra...

af586419fd87de9aa7dee1d219ed4b352cd8274e authored about 15 years ago
driver_bsd: Fix build (eapol_sm.h is not needed anymore)

ff2a74eeb1e21661b70632313e5f15e262799627 authored about 15 years ago
Change set_ieee8021x driver op to use parameters structure

This makes it easier to extent the set of parameters passed to
this driver wrapper function.

e3bd3912ca50d4f694a459d700988ea4fdbc5af4 authored about 15 years ago
Replace direct driver call to wpa_ft_rrb_rx() with driver event

This avoids need to include hostapd/wpa.h into the driver wrappers.

08fd8c15a0eee9d29535264d8d350e7132e8121e authored about 15 years ago
driver_wired: Share multicast membership add/drop function

c779b04ab6644c0e697432bf49db22de680d70e6 authored about 15 years ago
driver_wired: Remove unneeded conditional building blocks

caf005b0feeedc62dbd75057097740430c73ca86 authored about 15 years ago
Remove obsolete Prism54.org driver support (driver_prism54.c)

The Prism54.org project seems have been dead for a while and it does not
look like this driver w...

50b5bf4eda928ab9408eecb4bf7cf2cdec2c8a44 authored about 15 years ago
driver_wired: Move STA entry processing away from driver wrapper

Get rid of hostapd/sta_info.h dependency by introducing a new driver
callback function for hostapd.

0531006644d7854ad6492597d65296aadfe192b6 authored about 15 years ago
WPS: Handle Selected Registrar as a union of info from all Registrars

Instead of using the latest selected registrar change, collect selected
registrar information se...

7e683ceeb49eb25ffcf08318da9499aef256a091 authored about 15 years ago
WPS: Add display and keypad config methods for WPS ER

c1a853438fa2db871c25ef1bf7e617d6ef004487 authored about 15 years ago
WPS: Move POST URL validation into web_connection_parse_post()

This is more logical location for checking the URL and potentially
handling a call to another UR...

6a029035f5fbdc493eead46f1bc0d393c6ba69b3 authored about 15 years ago
WPS: Remove an obsolete comment about UPnP actions and callbacks

ed74dcd5127ebadbe60ebed1dfabeddc16278ebc authored about 15 years ago
WPS: Remove unnecessary GetDevice and PutMessage callbacks

These callbacks can be handled internally within core WPS code, so there
is no need to go throug...

5e9c730a2b5d8455fdbcf1e6f14429d6efe9ffaf authored about 15 years ago
WPS: Remove unnecessary SetSelectedRegistrar callback

This can be handled internally within core WPS code, so there is no
need to go through wps_hosta...

d0d45d8276d6099b0bf60d83bffa2e3aacefe52e authored about 15 years ago
Update git instructions to use more modern command line structure

ad1f0291f867b25e7ac0b641bdd8bc00fa024c49 authored about 15 years ago
Fix dh_groups.o build for some configurations

Need to include dh_groups.o in the build even if not all DH groups
are included. Only internal c...

50ceddcfd63f230891913dc5bdca5ebf2a66912f authored about 15 years ago
Fix hostapd build without RADIUS server

616ea674c8b21587436b5f7800899d85c8e96b51 authored about 15 years ago
Merge get_seqnum_igtk() driver op with get_seqnum()

IEEE 802.11w uses distinct key indexes (4 and 5) so the same
get_seqnum() handler can be used to...

9008a3e44d3607099f10df31016dcde97a25c6d7 authored about 15 years ago
Add Doxygen comments for rest of struct wpa_driver_ops members

All members have now at least minimal documentation.

90b8c4c5f8733c9c17cbd95174aefaadbf11ba2a authored about 15 years ago
Move vendor-specific IE type defines away from driver.h

These are generic IEEE 802.11 defines and do not really need to be in
the driver interface speci...

6fe82961978a4f30f871c5691c7b99fcd6c44fba authored about 15 years ago
Add more documentation for driver ops

15333707d5c9eff6f30f47ee6b1741b60fbf55f7 authored about 15 years ago
EAP-TTLS/PAP: User-Password obfuscation for zero length password

The password in User-Password AVP is padded to a multiple of 16 bytes
on EAP-TTLS/PAP. But when ...

bab31499fd0883be8614d807daa6e05da2f9f4f8 authored about 15 years ago
hostapd: Remove unused bridge_packets configuration option

There was code for configuring this, but no driver wrapper actually
implements the actual settin...

3484a18a135b20ffbc54f4a9e99daaa560651b4c authored about 15 years ago
Remove struct hostapd_rate_data from driver API

In addition to the bitrate, the only other variable in this structure
is used internally in host...

fb7842aa5131c9a0b5e044432c4030e71e04918b authored about 15 years ago
Remove unused rate flags from driver use

These are not really used and can be removed to clean up the driver
interface definition. The on...

217e7eeaf070cc47c25712937cc84a75c77b44f8 authored about 15 years ago
Merge bss_add/bss_remove drivers ops into if_add/if_remove

if_add/if_remove can now be used as the generic driver ops for adding
and removing virtual inter...

22a7c9d735d3df82d982d0f0915fa0d35a88cb7b authored about 15 years ago
Remove unused if_update() driver op

b5996353e768625539fe4747eafd7943ecfa34c1 authored about 15 years ago
Fix driver_bsd.c build

On NetBSD 5.0.1, driver_bsd.c build fails with message below.

../src/drivers/driver_bsd.c: In f...

2a91091e154e99cb57f16a2f95fc90d9920c2907 authored about 15 years ago
Add support for building IEEE 802.11n support into wpa_supplicant AP

803a811b7357881eea151bbde83928c012ce0a8e authored about 15 years ago
Fix conditional EAP-SIM/AKA DB code selection

95272a888c0e4973e2bbffd59fb46d5257d65c45 authored about 15 years ago
Move IEEE 802.11n HT management code into a separate file

d45354be5306c5cf58e95af70c0ee193d629b1f0 authored about 15 years ago
Remove unnecessary CONFIG_IEEE80211N use

eb53b752df05adce1afd05901a40f54e0835b519 authored about 15 years ago
Remove unused phytype RX info variable

644a8f2208abb68919e72e53cc5aeb2c5f1091b6 authored about 15 years ago
Remove unused hostapd reconfig code

22a7f39f2342c4a74d26df1046ccd9587573617a authored about 15 years ago
Fix some issues with test program builds

bed4d574886868f3678b99f9ad483abb236b34ac authored about 15 years ago
Move EAP-SIM DB conditional build into hostapd

5c90d47657be7cda59bbf1605b989429d3e82978 authored about 15 years ago
Move test_x509v3 into the new tests subdirectory

655702f38db2f9fe52461637217cdce3db0f3675 authored about 15 years ago