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
This patch reduces code duplication between hostapd and wpa_supplicant
about IEEE80211_IOC_MLME....
This patch reduces code duplication between hostapd and wpa_supplicant
about IEEE80211_IOC_DELKE...
On NetBSD, we should configure some parameters manually out of hostapd
like below.
ifconfig a...
5197244a04d0a4c0d6caa7477a68d21af8108205 authored about 15 years ago
This patch replaces some free() with os_free() when the memory was
allocated by os_*().
The ps3 wireless kernel driver has wireless extension support.
There is a legacy wpa_supplicant ...
There is no need to continue the loop until the 1000 max BSS limit
if a BSS command fails.
When multiple APs are present in scan results with similar signal
strength, wpa_supplicant may e...
This may help in debugging why cfg80211 refused the association
command since the scan results s...
This handles some error cases without getting stuck waiting for new
events from the driver if as...
cfg80211 has a limit on pending authentications, so we better clear
the entries that we do not c...
This patch moves the authentication server setup before
IEEE 802.1X initialization. It's because...
dff0f701d0f280f93c5c7698ef0f8e16dbbe815a authored about 15 years ago
3e674c063c585729bc2ad528b216d58c665d266a authored about 15 years ago
de1b2d143a561292e87c0b806fe508559c408f24 authored about 15 years ago
Expose RSN and WPA properties for BSS objects containing information
about key management and ci...
This allows the driver wrappers to return two sets of IEs, so that
the BSS code can use informat...
This makes the bridge parameter unnecessary for cases where the interface
is already in a bridge...
d455d0806ed30cd471937d445f4d840017f25758 authored about 15 years ago
This is needed with wpa_supplicant to get the correct context pointer
for a virtual BSS interface.
37b776eac1d40f3938a69cb4fb9d69f6d9f038ec authored about 15 years ago
af47308823091df79acd44b14635b871e53124f0 authored about 15 years ago
This meets better the needs for various Public Action frame use cases.
e882899981cf031156d25c2f9ad778734bf03266 authored about 15 years ago4e5cb1a3663e5bcc032be99a3415b18456371703 authored about 15 years ago
ae58592894bdefd6fde2ec6774795687e0332c5a authored about 15 years ago
The bsd_send_eapol() prepares 3000 bytes buffer for every EAPOL
frame transmission. I think mall...
Need to use conditional linking of some crypto functionality and add
couple of additional object...
a2e4f66edcd254395a614c149988bec3b01fa51d authored about 15 years ago
b590812e8f3bcebf88189d6fe6d0002adac791b7 authored about 15 years ago
If the driver is detected to use cfg80211, we can rely on it being able
to disconnect with SIOCS...
b0d77f43f7773647c5caeb48ce7132374f98f240 authored about 15 years ago
20766f2007f8b77fb7a657fc9f795a9ebaf3aae4 authored about 15 years ago
f5455a2dbdaf614a151e68ca0c2c547bcf370ba9 authored about 15 years ago
4a5869206e8e5bc4116eb8ef02d242549dc18fcf authored about 15 years ago
a7efb16052f1ec0b4637447d8f80289d085d606b authored about 15 years ago
fbe3e7f84095ac7e44bc866ba4205aaa3e5cfcdf authored about 15 years ago
68fd595fa5983df4f634599499a746a6e1f94e8e authored about 15 years ago
4f6050e79657d47570d90440cb3ec158147ea22f authored about 15 years ago
Use more explicit validation of input parameters and clean up the
writes by using a local end-of...
idx == 0 should be enough to make sure that the addr is set, but
verify that this is indeed the ...
Better make sure the eloop_timeout data gets fully initialized. The
current code is filling in a...
Verify that association processing did not end up freeing the state
machine. This should not rea...
This is already verified in the beginning of the function, so no need
to repeat that multiple ti...
These are hardcoded to return success, but should check the value
anyway.
wpa_s->mlme.ssid is an array so it is always != NULL and this
comparision should really have use...
This avoids potential use of uninitialized stack memory when printing
out peer address based on ...
wpa_sm_step() could theoretically free the statemachine, but it does
not do it in this particula...
Checking for IEEE80211_CAP_PRIVACY needs to use & and not &&.
097c5802daa3e6cad5175cee5fb5ae05452a10e4 authored about 15 years ago
Need to check the value returned by os_malloc(), not the pointer to
this value.
9a8d8b3db5023847ce2ab7c8a40d4c28c4e8b21d authored about 15 years ago
612162430f32821dfbeccccfa5c8f88c28f2c5c8 authored about 15 years ago
Remove ".Interface" part from BSS and Network objects and some
error names.
On FreeBSD 8.0, driver_bsd.c build fails because of changes from
older versions of FreeBSD. The ...
On FreeBSD 8.0, WPA_TRACE and WPA_TRACE_BFD functionality build fails.
953f0f63337a2d445f5d60c1ddffc4f0c441f839 authored about 15 years ago60e1ce76157a5c94350a256249f663cf82f40875 authored about 15 years ago
Add 40-bit RC2 CBC explicitly since OpenSSL 1.0.0 does not seem to that
anymore with PKCS12_PBE_...
d97572a40fd7ec77094e2e4ef83424a4c0f7e24d authored about 15 years ago
c91278a5b4be706e1d580898487683d80c846830 authored about 15 years ago
c5b26e33c1829c62c3b5872865ca202f6c42436e authored about 15 years ago
1ce77dcc66bdd8c44f85d1bea95526e4407953e9 authored about 15 years ago
wmm_ac_??_cw{min,max} parameters are in log form
When the wme_ac_??_cw{min,max} parameters aren...
594cf8b9ef9769d0f3c156407f033108946cec31 authored about 15 years agod58f4a8177e326441677d2492739af3d272387c7 authored about 15 years ago
1269489564166a2fe5c1ded0c04755d3fc0f77c7 authored about 15 years ago
158c6c746785104c090f2bb24001ea34903da708 authored about 15 years ago
c3299a8b7423653cb7da1e6b8ec8fbfd9948f7b6 authored about 15 years ago
There was an extra semicolon that broke the calculation of registered
properties and resulted in...
The path pointer used as the timeout_ctx was not constant; the path
string itself may have been ...
0de4da91c1cc8bcdfd5b29aa7b33887a1f8e3775 authored about 15 years ago
Instead of sending PropertiesChanged signals for each changed
property separately, mark properti...
Instead of exposing maximum BSS bit rate, expose sorted array
of all supported rates.
58e1452474b4ad09515cb7853085a0900114bb3c authored about 15 years ago
The StateChanged signal was removed, to use PropertiesChanged instead.
777f07b62db9a00738dd77bab8a1964bea52926f authored about 15 years ago
The actual supplicant state is exposed via a property on the interface
object. So having a separ...
Instead of using some magic integer values that really only mean
something to WPA internal code,...
3adca61c9cf24aff54caa83368d57f4791f7e9dd authored about 15 years ago
2ac9688eb884c27cb0e66470e3fd26b9d94c2999 authored about 15 years ago
Number of Linux driver wrappers included this more or less identical
function, so lets add a new...
9c3a2284de0d967689955d166619d0704207142e authored about 15 years ago
69378b792857adb9f478f9238f4f925a835add4d authored about 15 years ago
abd9fafab6498c26f282b4b3cfcbe09ba0a6f837 authored about 15 years ago
The three existing enums were already depending on using the same
values in couple of places and...
e049867788103d96e9c6d093507c0ec68b1f9d88 authored about 15 years ago
Most of this file was already moved into wpa_supplicant/scan.c and
we can remove the file comple...
This fits better in wpa_supplicant/scan.c. Couple of remaining
scan_helpers.c functions are curr...
baac649094e18dcf1bc47043f983560ee50e07be authored about 15 years ago
1d041bec843d55cd6be7be61ba83ddf96c5e2368 authored about 15 years ago
a8e0505bf0576ec014149130544a849b3d46e23d authored about 15 years ago
a70a5d6d0644c623346af907292157a03f2297ed authored about 15 years ago
This allows the MLME mode of driver_test to filter frames based on
the frequency on which they w...
This adds new commands and events for allowing off-channel Action
frame exchanges to be requeste...
d7c53e432bee5085a8d654b71a6311919e06eedf authored about 15 years ago
This adds placeholder code for allowing the virtual interfaces to be
pre-allocated a MAC address...
504e905c6e41b860e2da63bd56d8d296c531a48f authored about 15 years ago
9646a8ab8bbbe911eee8a68fcf02b673d9c7741e authored about 15 years ago
fdbe50ed98047861154f2be4faabbc527c1b895f authored about 15 years ago
This is internal data structure for hostapd/AP functionality and does
not need to be defined in ...
3af1f9cb14ee55a0aad737a5737689ceb066b413 authored about 15 years ago
It is simpler to just pass in u8* to the beginning of the header.
0d9fc3d8bd2846ee006fefa8ca890b27138e7658 authored about 15 years agoa0e0d3bb15e17f2ad53b4309893a2831973057ab authored about 15 years ago
Get rid of wpa_supplicant_sta_rx() and add a new driver event that is
marked to be used only wit...
The BSS that is currently in use must not be freed even if it does
not show up in scan results.