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
9078adfc8ca02ec158ac2c298fc1f84691e80a2b authored about 15 years ago
The wpa_s->bss_id list was being corrupted when the BSS entry needed
to be reallocated due to lo...
2f1a90188c922750e4439eef7b0c99327b966b9f authored about 15 years ago
There is no need to duplicate the method/signal/property arrays that
were registered for objects...
This is small enough buffer to not require more complex dynamic
allocation for temporary use.
8f770587d9b5995140860e772a17a1ba83e07783 authored about 15 years ago
Use scan results to update the BSS table and to select the BSS for
connection, but do not store ...
6fa81a3b3f4297f814f0b910db46dcaebe382018 authored about 15 years ago
e48f0fb6a794e01c43dc5c8f36380e9cd8e651a2 authored about 15 years ago
16b71ac217b9bb0889ded58c1c700754a376cf85 authored about 15 years ago
Change the old D-Bus API to use the new BSS table instead of raw
scan results.
Get more information about scans when updating BSS table information.
This allows the missing-fr...
59f2caa9258b2212de0f44a71ebaac112ddf9956 authored about 15 years ago
88ba1f7213f4df464c5c4f695ca3210bbd0d42a7 authored about 15 years ago
fff9ab1b2dd3f9ed420d1dba1a7dde26fb9f2e58 authored about 15 years ago
97d3f8c3a9e817843bfc7a247370c33658ebf56d authored about 15 years ago
No need to duplicate the check into many functions.
c2214997824455651a4777d096d9ef227ce37be1 authored about 15 years ago
WPS IE parsing for PBC mode did not check whether the UUID-E attribute
was included before deref...
2ea856aab69fe8df8a29620ab05ca404f59afc79 authored about 15 years ago
The incorrect type used with property setter call did not allow
the property to be modified.
ec99cb7b00ec8b39fba263b2b8614102ee70eaf5 authored about 15 years ago
2fd13f1baeac375bf14015ac9d685892ea0fbad4 authored about 15 years ago
1701996209e87edb51495390eb123193e42740db authored about 15 years ago
d8d8c6d02af3ebefd185b1be962015fb99fb5a5f authored about 15 years ago
d89530f7761113e16780d89084dc9bfd937c5ed6 authored about 15 years ago
db9a76c03293bafbcc13bd1621501bbb595f23b3 authored about 15 years ago
There does not seem to be a driver interface for fetching auth_algs
capability, but this may be ...
This was broken in previous cleanup.
f65a5b7598f53849fc72bbeeb3f8c1be27976f4d authored about 15 years agoccafcbed32f99a2a377f2c1f4991081d2b793e4a authored about 15 years ago
The perror() calls do not make much sense with libdbus functions and
wpa_printf() would really b...
These cannot be NULL, so there is no point in checking for that. In
addition, the accessor funct...
There is no point in making it so complex to initialize a string
with two allocations and a func...
This callback structure was specific to the new D-Bus API which makes
it more or less pointless....
These header files are included outside the dbus subdirectory and there
is not really any need t...
No point in storing this in header files anymore since SIGPOLL is only
used in dbus_common.c.
00a4784d2409a49ed3f06394cafb370d65053de9 authored about 15 years ago
There is no need to go through methods, signals, and properties in
two loops and only collect in...
The XML used in D-Bus introspection is simple and there is no need to use
libxml2 to generate it...
21e338a8600b045dc4a4421826a7ab3cc01d136e authored about 15 years ago
Simpler to use for loops instead of handling next pointer selection
in all places. In addition, ...
4292b01322dab343cba47b4e005bc29501284cec authored about 15 years ago
04551ee6d67cf217ee81c1e8cb07a49a667239f4 authored about 15 years ago
64bde6d730e099506263d76ca3cc53c91e1275f2 authored about 15 years ago
This header file is only included if the new D-Bus API is enabled.
094e9ea1d7b5666c72ec60c47dbb2d75b4bbd199 authored about 15 years agoe7f7d231a466a971115db124a3fa33cc0fa890f6 authored about 15 years ago
70993cd8e2d6f650a028ed492d61f92fba5f5a9b authored about 15 years ago
db9133acb2d7fbaab880863e363bbb570c02948f authored about 15 years ago
Change signal name to the one defined in documentation and
introspection data.
Add a dictionary argument containing all properties of the newly added
object to BSSAdded, Netwo...
In addition, remove Quality and Noise properties since the BSS table
is not the correct place fo...
This needs to avoid trying to add the NULL entry into the D-Bus
message since libdbus will make ...
fcea0b7d1d4958ab370b90d39978fbed9a9716f7 authored about 15 years ago
We don't actually need to define separate user_data argument for
each method handler and propert...
d84c8f1413965facc3602f322a4f2fd95eda8d97 authored about 15 years ago
This makes it easier to figure out which file is used by which
D-Bus interface.
This fixes a crash on error path when D-Bus initialization fails.
26e054ce6b1f6fc06cc210351edd334e5710a47d authored about 15 years ago
This was mostly identical code that had been copied for the new D-Bus
API implementation and as ...
0474686514ac2ba80b352792b034eec63ca6886e authored about 15 years ago
Use the new BSS added/removed events to add/remove BSS (AP) entries
in the Peers dialog.
ba96adb65f2fd1e63e135c3d04ddd1aeff784704 authored about 15 years ago
Do not try to unregister BSS objects twice (the latter one with invalid
path) and make sure all ...
This can be used to show active Enrollees in AP mode to make it
easier to provision a new device.
Need to use wildcard SSID matching for WPS connection if the same
BSSID occurs multiple time in ...
2e8542756ca34ea7d3fceba2fcf6ba0f5f9147d4 authored about 15 years ago
d2b8812921a5a109c31adf20c3303a0e451d377d authored about 15 years ago
d7dcba70bc1f55474fd7869a54c324ec4ea0b41a authored about 15 years ago
139a33f34e30eb2a02c2a975d2e5666705e930a1 authored about 15 years ago
2fe17720aa1e9ef93e02407189df063f0765f711 authored about 15 years ago
bd1af96ad1d7ef1959ea1cdf9ea040c270d7f361 authored about 15 years ago
d009a9dac6d0adc71f9cd1810ad44d01f1694d19 authored about 15 years ago
c6e8e8e41f63522e6add42a0961b213dca491165 authored about 15 years ago
4832ecd754f83a747328436c2a14244e018f8d9a authored about 15 years ago
cd7d80f37303802293ef36518e8643382c5166a4 authored about 15 years ago
This IE is of variable length and it is better to allocate the frame
buffer taking this length i...
Need to use strdup(), not os_strdup() here since the readline/fgets
result needs to use same sty...
e5fc8c8ce52984aa259d87b16dc65312a889d707 authored about 15 years ago
This will allow more cleanup to be done for scan results processing
since all code can now be ma...
Replace the scan results -based implementation with the use of information
from the new BSS tabl...
99a6a63f2546ed0afb5c15c633e5304dad7118fa authored about 15 years ago
No need to include these MSG_INFO level events in stdout/syslog,
so deliver them only to ctrl_if...
f0d126d3398d211e94895cc62b56d95ddb2171ac authored about 15 years ago
In addition, provide another option for iterating through the BSS
entries. The old iteration: "B...
This allows the BSS list to be iterated in order of increasing id
to avoid problems with new sca...
c9df730b039fd3162cb51773a1af27c62fb7f095 authored about 15 years ago
58c26600caca36bfa81ec57ed279df42612d3cac authored about 15 years ago
This allows the driver interface to be deinitialized before
struct hostapd_data instance gets fr...
This will catch too early freeing of the context pointer before the
driver wrapper has been dein...
Collect information from scan results into a BSS table that will not
expire information as quick...
60ad2c7befcaba3be072ab20368418a41dd828b9 authored about 15 years ago
5a464ff86e369191d4856eb9118eefb5747d8fbc authored about 15 years ago
Import D-Bus API reference into Doxygen documentation for
wpa_supplicant.
This has example code for fetching and interface object and optionally
creating a new interface ...
fae3a72f938fcb90b8a54721ef2414a8dfb4e017 authored about 15 years ago
Make this code readable by splitting it into pieces and fix couple of
emmory leaks on error paths.
Need to add a wrapper function to be able to handle the need for
having a function pointer for f...
Must initialize key to be NULL since it can be used in an error
message. If the Scan method did ...
We need to copy not only the context pointers, but also the function
pointer before the timeout ...
833fe95eb1d0d7790c86da5cdabda3a8d3063af5 authored about 15 years ago
376900708a7c1e4637f9c9f4b3e88b79778503fd authored about 15 years ago
2ee055b3c0adbe492afb5a5004a75e533ba578fc authored about 15 years ago