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
f52ab9e6b0f7cb77d35c59f7f561bcf383795002 authored about 15 years ago
Use an extra header to move the returned pointer to break os_free()
or free() of the returned va...
This matches with realloc() usage, i.e., allocate a new buffer if no
buffer was specified.
If Finished message from peer has been received before the server
Finished message, start Phase ...
Instead of forcefully deinitializing ER immediately, give it some
time to complete unsubscriptio...
Store the subscription identifier during subscription process and use
this to unsubscribe from e...
187533a4c5e845c08820db1c24b0ff854ca3295f authored about 15 years ago
3433ed8c035b44b052ee29f53c78652ad6ce8712 authored about 15 years ago
96f52347357780848ca3dc153483f4f615991807 authored about 15 years ago
a24eb8424bd746376317ffb5278d8efbe48793e8 authored about 15 years ago
45767a9597a675212e20c2d5ea77da9f52b0f36e authored about 15 years ago
eeb49f991b5f1ada60ce2bea30409e014d23ac62 authored about 15 years ago
WPA_TRACE=y builds will now verify that memory allocation in done
consistently using os_{zalloc,...
80d77c31ff3ddb54f2c32b5026c6e66041f8608e authored about 15 years ago
f45fb672cc221dc1325baeb7cf111100c77106f8 authored about 15 years ago
eaa3f04b97f7bf3ffb91fe0acb2bb6bcb8f566fe authored about 15 years ago
This is not really needed since all signal handlers can use a context
pointer provided during si...
This removes need for using eloop_get_user_data().
9969e5a46a4671a6c75dfc6c2952296e170bf50b authored about 15 years ago2988796257e4ce850372376b5bc0a8c6c8db7a71 authored about 15 years ago
f481459f5e3eb24932057b88fea32b4576cccfc7 authored about 15 years ago
WPA_TRACE=y can now be used to enable internal backtrace support that
will provide more details ...
f5d4a8ead4103da3e499e4236964ac654529f1f2 authored about 15 years ago
This is internal data structure for RADIUS message handling and
external code should not touch i...
aa235d2ef75d7f20d19b8ec5416cd63222e4d64e authored about 15 years ago
Since all callers were freeing the buffer immediately anyway, move
this operation into radius_ms...
d94f86d85ef1a846ff91fe3c66b368c1d535352c authored about 15 years ago
d04a96b0d64c0bf6a1ab7527c24e2c8359349313 authored about 15 years ago
a9f92c487f4f7ca10a139e62b013c14407e0e0fd authored about 15 years ago
158aff0035b4d15ab56a81a0e85892778cdd5f0a authored about 15 years ago
ea8f09acb237bee49e39b020dc9eac337dbc8264 authored about 15 years ago
f1de40f72803211c5851186e8556ebe04e7c5cbb authored about 15 years ago
ec32c2947139f630a414cadd402191bc7af439af authored about 15 years ago
f98b440c47c06481768aa2607a3ad52ad95d769e authored about 15 years ago
dacf47835208a24ae5ba51c4a869b36339f78897 authored about 15 years ago
d2e6100c1671a96377e44efa92d51a75f1d650fa authored about 15 years ago
1c9c03d08da992c23aa867e3aa148eb77cb77972 authored about 15 years ago
649b28f9e63a906387d86ee8969722bb64804200 authored about 15 years ago
a6fc4f3c82488e4f283d9413de7e3f417089e27f authored about 15 years ago
62d680c3cabb860a31bec4e044d6cc9309449a80 authored about 15 years ago
f37cf89ccb4f9c8a74ba8979f60bf3979f44d87e authored about 15 years ago
08063178fb48e2ee2f46b345326890ac295e2cfa authored about 15 years ago
As an initial step in sharing netlink helper functions among driver
wrappers, create a new file ...
nlmsghdr length needs to be removed from payload length. [Bug 341]
3b31db5199dba0b3749d92ca4fe6633694711fa8 authored about 15 years ago0e15e529eb201478954c7104ebb22edb7fb4359b authored about 15 years ago
67f0112d83138c84ea4b97822ef19ee87e84ddc6 authored about 15 years ago
When setting up an AP with wpa_supplicant, the initial connection was
not necessarily setting op...
cdc7f66bda6541ca7effe8d5b13f75c8323b6789 authored about 15 years ago
This message from tls_connection_handshake() is not really an error in
most cases, so do not sho...
b57e086cc18e01336413bfb448ec1ce5d05280fb authored about 15 years ago
In addition, re-order IE pointers and u8 length so that the shorter
length fields are together t...
Replace driver wrapper calls to hostapd_tx_status(),
hostapd_rx_from_unknown_sta(), hostapd_mgmt...
These functions can be built for both hostapd and wpa_supplicant.
1b648c7e1ab9712576394242c35939768c4d4d24 authored about 15 years agofcf0f87d9746033d245a75c8d224b81836e88806 authored about 15 years ago
f2dab64ee3fcc8e072b7d9da00b5bf5768e40200 authored about 15 years ago
1cd973d5015bfe97c2752b3d2fff7765b6cc350c authored about 15 years ago
ac7043f265f57264a53ae63a5350f0368dab5a7e authored about 15 years ago
A separate struct hostapd_data pointer is not really needed anymore
and the generic context poin...
This remove the need from driver_test.c to go through internal hostapd
structures to find the ap...
The separate header file is not needed since none of the driver wrappers
include it anymore. Mov...
This removes need for including hostapd/sta_flags.h into driver
wrappers and removes any remaini...
The WMM STA flag is already taken care of by handle_assoc_cb() and there
is no point trying to d...
60c8cfb4fbd15837843a0a39a3cd5fd587f95bc5 authored about 15 years ago
c9b9e494fc1a705de149ee099556dc8be64e3b38 authored about 15 years ago
This gets rid of the need to touch internal hostapd data structures
directly from the driver wra...
ff2a74eeb1e21661b70632313e5f15e262799627 authored about 15 years ago
This makes it easier to extent the set of parameters passed to
this driver wrapper function.
This avoids need to include hostapd/wpa.h into the driver wrappers.
08fd8c15a0eee9d29535264d8d350e7132e8121e authored about 15 years agoc779b04ab6644c0e697432bf49db22de680d70e6 authored about 15 years ago
caf005b0feeedc62dbd75057097740430c73ca86 authored about 15 years ago
The Prism54.org project seems have been dead for a while and it does not
look like this driver w...
Get rid of hostapd/sta_info.h dependency by introducing a new driver
callback function for hostapd.
Instead of using the latest selected registrar change, collect selected
registrar information se...
c1a853438fa2db871c25ef1bf7e617d6ef004487 authored about 15 years ago
This is more logical location for checking the URL and potentially
handling a call to another UR...
ed74dcd5127ebadbe60ebed1dfabeddc16278ebc authored about 15 years ago
These callbacks can be handled internally within core WPS code, so there
is no need to go throug...
This can be handled internally within core WPS code, so there is no
need to go through wps_hosta...
ad1f0291f867b25e7ac0b641bdd8bc00fa024c49 authored about 15 years ago
Need to include dh_groups.o in the build even if not all DH groups
are included. Only internal c...
616ea674c8b21587436b5f7800899d85c8e96b51 authored about 15 years ago
IEEE 802.11w uses distinct key indexes (4 and 5) so the same
get_seqnum() handler can be used to...
All members have now at least minimal documentation.
90b8c4c5f8733c9c17cbd95174aefaadbf11ba2a authored about 15 years ago
These are generic IEEE 802.11 defines and do not really need to be in
the driver interface speci...
15333707d5c9eff6f30f47ee6b1741b60fbf55f7 authored about 15 years ago
The password in User-Password AVP is padded to a multiple of 16 bytes
on EAP-TTLS/PAP. But when ...
There was code for configuring this, but no driver wrapper actually
implements the actual settin...
In addition to the bitrate, the only other variable in this structure
is used internally in host...
These are not really used and can be removed to clean up the driver
interface definition. The on...
if_add/if_remove can now be used as the generic driver ops for adding
and removing virtual inter...
b5996353e768625539fe4747eafd7943ecfa34c1 authored about 15 years ago
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 ago803a811b7357881eea151bbde83928c012ce0a8e authored about 15 years ago
95272a888c0e4973e2bbffd59fb46d5257d65c45 authored about 15 years ago
d45354be5306c5cf58e95af70c0ee193d629b1f0 authored about 15 years ago
eb53b752df05adce1afd05901a40f54e0835b519 authored about 15 years ago
644a8f2208abb68919e72e53cc5aeb2c5f1091b6 authored about 15 years ago
22a7f39f2342c4a74d26df1046ccd9587573617a authored about 15 years ago
bed4d574886868f3678b99f9ad483abb236b34ac authored about 15 years ago
5c90d47657be7cda59bbf1605b989429d3e82978 authored about 15 years ago
655702f38db2f9fe52461637217cdce3db0f3675 authored about 15 years ago