twy_2000
b78a01bfb5
dawn_iwinfo: release iwinfo after usage
2020-05-10 10:22:18 +02:00
twy_2000
6bad02bed7
tcpsocket: fix port print
2020-05-10 09:51:48 +02:00
David Bauer
fa6b5d4358
github: set CONFIG_SRC_TREE_OVERRIDE in actions CI
...
The OpenWrt config needs to have CONFIG_SRC_TREE_OVERRIDE enabled in
order to build from the version checked out in the linked source-tree.
This was forgotten when adding the CI and therefore the CI was always
building the version from the packages feed.
2020-05-08 19:47:28 +02:00
David Bauer
c497e18537
github: fix link to dawn source
...
This was previously a relative path which obviously didn't work at the
target location.
2020-05-08 19:46:57 +02:00
David Bauer
991eb26ed7
github: use v2 for checkout action
...
v1 does not support the path option, thus the repository is always
cloned to the workspace root.
2020-05-08 19:46:37 +02:00
David Bauer
1ecbea1514
github: add GitHub Actions CI
...
This adds a GitHub actions workflow for building DAWN from this
repository using the OpenWrt SDK.
The resulting package is archived as an artifact available to download.
2020-05-01 18:10:13 +02:00
David Bauer
617080a7c9
ubus: only update TCP socket list when using TCP connections
...
DAWN currently tries to update it's list of TCP socket endpoints using
mDNS when it is configured to use UDP.
Only update the TCP socket list when DAWN is configured to use TCP
sockets.
Fix a identation mismatch along the way.
2020-04-30 10:56:47 +02:00
Polynomialdivision
ae90e6dfd1
add notice that full wpad is requirement
2020-04-17 19:18:15 +02:00
Polynomialdivision
b5fd8fb3ad
fix link to luci-app-dawn
2020-04-17 17:46:15 +02:00
Polynomialdivision
bbd80a8929
update readme and install instructions
2020-04-17 17:14:07 +02:00
Polynomialdivision
2ff3b3017f
remove unecessary params and debug output
2020-04-17 12:59:06 +02:00
Polynomialdivision
9c6bc1b2fe
fix null mac in beacon-report
2020-04-17 12:58:21 +02:00
Polynomialdivision
a63c723e31
feed hostapd with nr reports
2020-04-17 09:46:12 +02:00
Polynomialdivision
1804d18bf5
allow disable beacon reports timer
2020-04-16 17:32:56 +02:00
Polynomialdivision
c7fc2f9c96
print iwinfo debug not to stderr
2020-04-16 15:41:46 +02:00
Polynomialdivision
0fbef59869
implement 802.11v/k
2020-04-16 15:39:29 +02:00
Polynomialdivision
899eae05f0
survive reboot
2020-04-15 17:37:59 +02:00
Polynomialdivision
5709b96a4d
dawn: fix typos
2020-04-10 10:26:54 +02:00
Polynomialdivision
a25bb91f37
dawn: change __unit8_t to uint8_t
...
Fixed #11689 .
Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-03-29 10:57:45 +02:00
Polynomialdivision
b967c1e0b6
dawn: fix missing stdint.h include
2020-03-28 21:14:17 +01:00
Polynomialdivision
f03f55ff92
first version
2020-03-23 21:22:21 +01:00