Sukru Senli
8b0263ed90
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* bb65654 network: give ipaddr and network for disconnect clients
-------------------------------------------------------------------------------
commit bb656543d0775057247c8b1e3048157121e0f399
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-10-18 14:58:05 +0200
network: give ipaddr and network for disconnect clients
Base directory -> /
network.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-10-18 14:58:47 +02:00
Reidar Cederqvist
8b211d1fa9
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 945be06 port: change to a quicker port validation function ref #13044
* 1e2b4d3 port: TEMPORARY fix for eg300 wan slowing down port calls
-------------------------------------------------------------------------------
commit 945be064408d5c6c1f1dfd34453d81657b8e1b87
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-10-12 11:15:33 +0200
port: change to a quicker port validation function ref #13044
and made default up to true for non eth devidces in ports call
Base directory -> /
port.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 1e2b4d3bb447f0249e81e4df36e8ad0b5c6195c6
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-10-12 11:13:48 +0200
port: TEMPORARY fix for eg300 wan slowing down port calls
Base directory -> /
port.c | 40 +++++++++++++++++++++++++++++++++-------
1 file changed, 33 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2017-10-12 11:49:35 +02:00
Reidar Cederqvist
a224f4ccd8
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 8cfa617 port: fix incorrect string comparison
-------------------------------------------------------------------------------
commit 8cfa6179b00e5a1278271cd48559d6bcd5829d46
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-10-11 17:09:55 +0200
port: fix incorrect string comparison
Base directory -> /
port.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-10-11 17:13:31 +02:00
Reidar Cederqvist
8bd23fa7e1
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 0b3e3b4 port: fixe typo and redirect stderr to stdout ref #13044
-------------------------------------------------------------------------------
commit 0b3e3b4350d9c7d5250eff7e52a22dcb2aef514a
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-10-11 14:32:50 +0200
port: fixe typo and redirect stderr to stdout ref #13044
Base directory -> /
port.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2017-10-11 14:33:03 +02:00
Reidar Cederqvist
c11422844c
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* abad9c8 port: update logic for getting port-speed ref #13044
* 9d4cb92 change strcpy to strncpy
-------------------------------------------------------------------------------
commit abad9c874b47e366384f2751a9ab846223bf7b5e
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-10-11 13:24:15 +0200
port: update logic for getting port-speed ref #13044
Base directory -> /
port.c | 133 ++++++++++++++++++++++++++++-------------------------------------
1 file changed, 57 insertions(+), 76 deletions(-)
-------------------------------------------------------------------------------
commit 9d4cb9218fa75b4d4c091449fcd65c60d50e6caf
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-10-02 12:19:32 +0200
change strcpy to strncpy
Base directory -> /
network.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2017-10-11 13:44:31 +02:00
Sukru Senli
9948080efe
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 7964428 network: overwrite macaddress of repeated clients and tag them as repeated
* 2ed8d81 Revert "remove the duplicate clients that have half mac mangled by the repeater"
* 5c7f00e remove the duplicate clients that have half mac mangled by the repeater
-------------------------------------------------------------------------------
commit 7964428754135891ce3a88c0ad6f8c44033dfb0e
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-10-02 10:25:11 +0200
network: overwrite macaddress of repeated clients and tag them as repeated
Base directory -> /
network.c | 27 +++++++++++++++++++++++----
1 file changed, 23 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 2ed8d8165fe7e7c65c052de1285f6d914755da49
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-09-29 18:34:16 +0200
Revert "remove the duplicate clients that have half mac mangled by the
repeater"
This reverts commit 5c7f00e565a29eb2f9b3ccdc8107a5a86d0aebd4.
Base directory -> /
network.c | 28 +---------------------------
1 file changed, 1 insertion(+), 27 deletions(-)
-------------------------------------------------------------------------------
commit 5c7f00e565a29eb2f9b3ccdc8107a5a86d0aebd4
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-29 15:45:51 +0200
remove the duplicate clients that have half mac mangled by the repeater
Base directory -> /
network.c | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-10-02 11:38:55 +02:00
Ionut-Alex Oprea
5373a52046
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 4806a53 fix errors reported by cppcheck
* f77f333 Merge branch 'bridge_port_no' into devel
|\
| * 677bd87 use the bridge and bridge_port structures to find where the clients are connected
| * a3af3da add _get functions for bridge and bridge_port
| * 28a5d50 load the bridges information on startup
| * 82cae47 release the mutex for the bridges
| * 9eab326 fix the bridge_port cleanup
| * ad66e16 fix the code for the lists
| * 55eb4c6 make the code compile
| * 0f2d19e fixed some bugs
| * eafd6e3 debug print
| * 64c8d51 trigger the bridges_load
| * d5d5f41 fix errors reported by checkpatch.pl
| * 108129e bridge_port functions
| * 99e0bd6 more work on the bridge
| * 2cb1cb0 working on bridge ports etc.
|/
* 2270bc8 fix ws error
* 08e8d5e use only one curly bracket in #if so the editors don't get confused
* 542b049 remove redundant variable
-------------------------------------------------------------------------------
commit 4806a53412b7368dd9b46c2c0ae3f4601dad6493
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 18:39:23 +0200
fix errors reported by cppcheck
Base directory -> /
broadcom.c | 4 ++--
dropbear.c | 10 +++++-----
dumper.c | 2 +-
port.c | 12 +++++++-----
wps.c | 4 ++--
5 files changed, 17 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
commit f77f333032cf23c1ead28b8efb497cac04f6d060
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 18:23:34 +0200
Merge branch 'bridge_port_no' into devel
Base directory -> /
network.c | 18 ++---
port.c | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
port.h | 42 +++++++++++
questd.c | 1 +
4 files changed, 302 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 677bd87f53d4016fa6539f524e01abff8da1a7da
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 17:37:21 +0200
use the bridge and bridge_port structures to find where the clients are
connected
Base directory -> /
network.c | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit a3af3da42c67765eb5765527148057464f408a5c
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 17:36:04 +0200
add _get functions for bridge and bridge_port
Base directory -> /
port.c | 28 ++++++++++++++++++++++++++++
port.h | 4 ++++
2 files changed, 32 insertions(+)
-------------------------------------------------------------------------------
commit 28a5d503c19d3831bdfa6474b34a2fd89295f056
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 17:35:14 +0200
load the bridges information on startup
Base directory -> /
questd.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit 82cae47ca0b607d67d774ffd9d0b02aed2e46818
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 19:47:26 +0200
release the mutex for the bridges
Base directory -> /
port.c | 14 +++++++-------
port.h | 5 +++--
2 files changed, 10 insertions(+), 9 deletions(-)
-------------------------------------------------------------------------------
commit 9eab326f6a4536af92c1081c49db81a44fbced7b
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 19:34:10 +0200
fix the bridge_port cleanup
Base directory -> /
port.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit ad66e16811f3793dff88524ce83ee7abae4237dd
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 19:27:52 +0200
fix the code for the lists
Base directory -> /
port.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
commit 55eb4c6cf4227ad70a3f4ff1c04e65f07733d90d
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 17:37:23 +0200
make the code compile
Base directory -> /
port.c | 17 +++++++++--------
port.h | 4 ++--
2 files changed, 11 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 0f2d19e976bd285ddeb94a85404990c7630a8c01
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 16:26:52 +0200
fixed some bugs
Base directory -> /
port.c | 34 +++++++++++++++++-----------------
port.h | 7 ++++---
2 files changed, 21 insertions(+), 20 deletions(-)
-------------------------------------------------------------------------------
commit eafd6e391ebadee424d8144ce754b2a2c4df47b4
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 14:16:13 +0200
debug print
Base directory -> /
port.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 64c8d518d5c4cbc8ab846018672fd7215130611b
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 14:15:51 +0200
trigger the bridges_load
Base directory -> /
network.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit d5d5f41aa51533911665bd0a3117d62289aaec82
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 14:00:30 +0200
fix errors reported by checkpatch.pl
Base directory -> /
port.c | 17 +++++++++--------
port.h | 10 +++++-----
2 files changed, 14 insertions(+), 13 deletions(-)
-------------------------------------------------------------------------------
commit 108129e41d0c37646c62597c422ad4298ce2d780
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 13:51:19 +0200
bridge_port functions
Base directory -> /
port.c | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------
port.h | 5 ++-
2 files changed, 121 insertions(+), 34 deletions(-)
-------------------------------------------------------------------------------
commit 99e0bd6acff2f4f2826c44b782b1006b642a7891
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-26 16:43:02 +0200
more work on the bridge
Base directory -> /
port.c | 160 ++++++++++++++++++++++++++++++++++++++++++++++-------------------
port.h | 15 +++++++
2 files changed, 128 insertions(+), 47 deletions(-)
-------------------------------------------------------------------------------
commit 2cb1cb01d5f7bb9714c5209907ad801927239e02
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-21 17:10:18 +0200
working on bridge ports etc.
Base directory -> /
port.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
port.h | 18 +++++++++++++++++
2 files changed, 90 insertions(+)
-------------------------------------------------------------------------------
commit 2270bc854bcddd4ec5c531ed2e9264938dd75ef7
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 10:57:05 +0200
fix ws error
Base directory -> /
network.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 08e8d5ee3fd19ab10acec4bf0b0436a511d90828
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 10:56:38 +0200
use only one curly bracket in #if so the editors don't get confused
Base directory -> /
network.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 542b0497aa088ce202e34f092e78a677f81cbd20
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 10:42:26 +0200
remove redundant variable
Base directory -> /
network.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
2017-09-28 19:08:03 +02:00
Sukru Senli
53ba69c31a
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* a8d02b0 router.network: do not show repeated clients with all true
-------------------------------------------------------------------------------
commit a8d02b0010b637d50f02a4a7cf33a9fcda0f0aab
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-09-21 10:43:19 +0200
router.network: do not show repeated clients with all true
Base directory -> /
network.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-09-21 10:43:38 +02:00
Sukru Senli
53985c2411
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 112d30f router.network: all true: consider the case if uplink is wireless
-------------------------------------------------------------------------------
commit 112d30f92fdaa1617d843dbaab26845039c40ce6
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-09-20 18:03:33 +0200
router.network: all true: consider the case if uplink is wireless
Base directory -> /
network.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2017-09-20 18:03:53 +02:00
Sukru Senli
a90ba2106c
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* e54d40f router.network: all true filter dumps only physically connected devices
-------------------------------------------------------------------------------
commit e54d40f1f96f70104c5d42549fae91bd7298e29f
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-09-20 16:39:26 +0200
router.network: all true filter dumps only physically connected devices
Base directory -> /
network.c | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
2017-09-20 16:43:21 +02:00
Sukru Senli
f61a0528f1
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 7c05f36 graphd: iface_traffic: change to tx = downstream, rx = upstream
* 33225dd mediatek: remove channels 116=> from chanlist
-------------------------------------------------------------------------------
commit 7c05f3629207b591714d3dd229a7b3f9b0b7a7d4
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-09-20 09:18:26 +0200
graphd: iface_traffic: change to tx = downstream, rx = upstream
Base directory -> /
graphd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 33225dd3ebd69142928dae174c08b639c92a68e1
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-09-19 11:54:37 +0200
mediatek: remove channels 116=> from chanlist
Base directory -> /
mediatek.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
2017-09-20 09:19:47 +02:00
Sukru Senli
73ecd33a20
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 33225dd mediatek: remove channels 116=> from chanlist
-------------------------------------------------------------------------------
commit 33225dd3ebd69142928dae174c08b639c92a68e1
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-09-19 11:54:37 +0200
mediatek: remove channels 116=> from chanlist
Base directory -> /
mediatek.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
2017-09-19 11:55:19 +02:00
Anjan Chanda
ab9ec9002b
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 1e38a65 wireless: mtk: fix channel bandwidth reporting
* 9cb2602 show macaddress of client for client move events
* 9641e64 port.c: fix port status call for eg400
* 069a557 init bluf after loading dsl stats
* f1bb6a5 check bridge index correctly for eth connected devices
* bb8fdf1 router.network: clients method can show all discoverd devices with all filter
* f2d8588 wireless: mtk: fix tx/rx data rates and counters
* de2fe8a wireless: mtk rai0 is AC
* 96477c3 port: add up to all ports when router.ports status is called without argument
-------------------------------------------------------------------------------
commit 1e38a650e55e3a5316272d9d2bd809bff3af1bbf
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-09-15 16:22:45 +0530
wireless: mtk: fix channel bandwidth reporting
Base directory -> /
mediatek.c | 35 ++++++++++++++++++++++++++++-------
1 file changed, 28 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit 9cb26024d8dd608c4763386d124ab4eb2cde84bb
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-09-15 09:32:27 +0200
show macaddress of client for client move events
Base directory -> /
network.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 9641e647099660df80e829e1bd5ece92d1271c11
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-09-06 09:37:33 +0200
port.c: fix port status call for eg400
Base directory -> /
port.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 069a557d47e239ee09d559c37ae8dd617b577bc5
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-08-30 17:42:33 +0200
init bluf after loading dsl stats
Base directory -> /
dsl.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit f1bb6a5e799ed209a61f754f825f8bd2cb892193
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-08-30 11:31:44 +0200
check bridge index correctly for eth connected devices
Base directory -> /
network.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit bb8fdf1286bd4ec0375c01c69cd9fdc1a48b6310
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-07-06 15:44:18 +0200
router.network: clients method can show all discoverd devices with all
filter
Base directory -> /
network.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---------
network.h | 1 +
2 files changed, 62 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit f2d85888a980cb8a30f9a0a497a7bfecadf42edb
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-08-23 19:44:02 +0530
wireless: mtk: fix tx/rx data rates and counters
Base directory -> /
mediatek.c | 241 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
mediatek.h | 45 ++++++++----
2 files changed, 267 insertions(+), 19 deletions(-)
-------------------------------------------------------------------------------
commit de2fe8abc0187f1ae9710b472c43c401404df16b
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-08-23 10:54:40 +0200
wireless: mtk rai0 is AC
Base directory -> /
wireless.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 96477c386daec724d2d59a0ccdb9660492bc3673
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-07-10 14:56:39 +0200
port: add up to all ports when router.ports status is called without
argument
Base directory -> /
port.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
2017-09-15 16:57:53 +05:30
Sukru Senli
7afb317d39
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 9cb2602 show macaddress of client for client move events
-------------------------------------------------------------------------------
commit 9cb26024d8dd608c4763386d124ab4eb2cde84bb
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-09-15 09:32:27 +0200
show macaddress of client for client move events
Base directory -> /
network.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-09-15 09:48:10 +02:00
Reidar Cederqvist
7f0409a57a
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 9641e64 port.c: fix port status call for eg400
-------------------------------------------------------------------------------
commit 9641e647099660df80e829e1bd5ece92d1271c11
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-09-06 09:37:33 +0200
port.c: fix port status call for eg400
Base directory -> /
port.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2017-09-06 09:39:54 +02:00
Sukru Senli
8d281e2060
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 069a557 init bluf after loading dsl stats
-------------------------------------------------------------------------------
commit 069a557d47e239ee09d559c37ae8dd617b577bc5
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-08-30 17:42:33 +0200
init bluf after loading dsl stats
Base directory -> /
dsl.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
2017-08-30 17:43:10 +02:00
Sukru Senli
b7dd3bf6ad
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* f1bb6a5 check bridge index correctly for eth connected devices
-------------------------------------------------------------------------------
commit f1bb6a5e799ed209a61f754f825f8bd2cb892193
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-08-30 11:31:44 +0200
check bridge index correctly for eth connected devices
Base directory -> /
network.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2017-08-30 12:57:51 +02:00
Sukru Senli
c1b5bb5e7a
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* bb8fdf1 router.network: clients method can show all discoverd devices with all filter
* f2d8588 wireless: mtk: fix tx/rx data rates and counters
-------------------------------------------------------------------------------
commit bb8fdf1286bd4ec0375c01c69cd9fdc1a48b6310
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-07-06 15:44:18 +0200
router.network: clients method can show all discoverd devices with all
filter
Base directory -> /
network.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---------
network.h | 1 +
2 files changed, 62 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit f2d85888a980cb8a30f9a0a497a7bfecadf42edb
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-08-23 19:44:02 +0530
wireless: mtk: fix tx/rx data rates and counters
Base directory -> /
mediatek.c | 241 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
mediatek.h | 45 ++++++++----
2 files changed, 267 insertions(+), 19 deletions(-)
-------------------------------------------------------------------------------
2017-08-28 17:27:10 +02:00
Sukru Senli
64c24f263d
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* de2fe8a wireless: mtk rai0 is AC
* 96477c3 port: add up to all ports when router.ports status is called without argument
-------------------------------------------------------------------------------
commit de2fe8abc0187f1ae9710b472c43c401404df16b
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-08-23 10:54:40 +0200
wireless: mtk rai0 is AC
Base directory -> /
wireless.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 96477c386daec724d2d59a0ccdb9660492bc3673
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-07-10 14:56:39 +0200
port: add up to all ports when router.ports status is called without
argument
Base directory -> /
port.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
2017-08-23 10:58:30 +02:00
Reidar Cederqvist
6a685d0806
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 4f85e35 port: fixe critical bug in ports call
-------------------------------------------------------------------------------
commit 4f85e35bf0d8c13e7760b644b7779ced95802f8e
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-07-10 14:48:27 +0200
port: fixe critical bug in ports call
Base directory -> /
port.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2017-07-10 14:48:51 +02:00
Reidar Cederqvist
cd7b729f54
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* ece2add ports: port status with bridge whithout valid uplink port now fail
* 38df11e network/arping: remove warnign from arping fuctionality
* f480efe port/network: fixed bug introduced in last commit
* a37af52 port: added up: true/false to port status call
* 3bb7c24 netchec: arping device support
-------------------------------------------------------------------------------
commit ece2add7b87212c1fe93487405584d65ca665839
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-07-10 12:15:55 +0200
ports: port status with bridge whithout valid uplink port now fail
Base directory -> /
port.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 38df11e6d8a3d1b302dbf0648b734221ad8aada3
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-07-10 12:01:42 +0200
network/arping: remove warnign from arping fuctionality
Base directory -> /
arping.c | 2 +-
netcheck.c | 6 +++---
network.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit f480efe542b3253a90d461907fb9433d16ae3885
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-07-10 11:38:47 +0200
port/network: fixed bug introduced in last commit
Base directory -> /
network.c | 6 +++---
port.c | 5 +++++
2 files changed, 8 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit a37af52a10639171eb486de31c57583b335646ac
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-07-10 11:18:31 +0200
port: added up: true/false to port status call
Base directory -> /
port.c | 21 +++++++++++++++------
port.h | 2 +-
2 files changed, 16 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit 3bb7c24f9bba9a94d5e701906191ccb610302254
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-07-06 10:43:02 +0200
netchec: arping device support
Base directory -> /
netcheck.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 47 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2017-07-10 12:16:10 +02:00
Reidar Cederqvist
d8f01e711e
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* f480efe port/network: fixed bug introduced in last commit
-------------------------------------------------------------------------------
commit f480efe542b3253a90d461907fb9433d16ae3885
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-07-10 11:38:47 +0200
port/network: fixed bug introduced in last commit
Base directory -> /
network.c | 6 +++---
port.c | 5 +++++
2 files changed, 8 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2017-07-10 11:39:23 +02:00
Reidar Cederqvist
9189f9d140
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* a37af52 port: added up: true/false to port status call
* 3bb7c24 netchec: arping device support
-------------------------------------------------------------------------------
commit a37af52a10639171eb486de31c57583b335646ac
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-07-10 11:18:31 +0200
port: added up: true/false to port status call
Base directory -> /
port.c | 21 +++++++++++++++------
port.h | 2 +-
2 files changed, 16 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit 3bb7c24f9bba9a94d5e701906191ccb610302254
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-07-06 10:43:02 +0200
netchec: arping device support
Base directory -> /
netcheck.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 47 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2017-07-10 11:19:53 +02:00
Reidar Cederqvist
0729f895e9
questd: added fix-commit for broadcom builds
2017-06-30 10:55:39 +02:00
Reidar Cederqvist
5626fa7cfd
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 8cd6282 wps: fixed missing if statement
-------------------------------------------------------------------------------
commit 8cd6282bf92a6aec34351069a524d3a0ac5f12f8
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-06-30 10:33:20 +0200
wps: fixed missing if statement
Base directory -> /
wps.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
2017-06-30 10:33:54 +02:00
Reidar Cederqvist
583cf0e706
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* a6e8b8c wps: remove setpin and showpin functionality from mediatek
* e8bbdf6 wps: updated checkpin function to use internal math
-------------------------------------------------------------------------------
commit a6e8b8c6c63edc095a3f6d3c99093ca2650b04ee
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-06-30 08:12:18 +0200
wps: remove setpin and showpin functionality from mediatek
untill propperly tested
Base directory -> /
wps.c | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
commit e8bbdf6b8a0112641bc82b4ebd94bfad6acbedfd
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-06-29 11:17:07 +0200
wps: updated checkpin function to use internal math
Base directory -> /
wps.c | 66 +++++++++++++++++++++---------------------------------------------
1 file changed, 21 insertions(+), 45 deletions(-)
-------------------------------------------------------------------------------
2017-06-30 08:58:23 +02:00
Reidar Cederqvist
4735181dca
questd: updated questd to latest version
2017-06-29 11:02:55 +02:00
Alex Oprea
c70ba67607
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 41d5633 wps: addjust the status codes so that the gui does not show \"switching to repeater\"
-------------------------------------------------------------------------------
commit 41d563397f936dd7dd6db13d07e44ed9ef86f62a
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-06-28 15:56:24 +0200
wps: addjust the status codes so that the gui does not show \"switching to
repeater\"
Base directory -> /
wps.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
2017-06-28 15:57:38 +02:00
Alex Oprea
98175e38c4
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 81990b3 add even more "inteno" macs/altered macs
* f9a661b wps: fixed router.wps satus on mediatek
* 72b54f3 mediatek: added wl_get_wps_status function
-------------------------------------------------------------------------------
commit 81990b3d4a1510e8f995d253ee47bbc445e1feac
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-06-28 14:22:09 +0200
add even more "inteno" macs/altered macs
Base directory -> /
tools.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit f9a661bbd47358cb42cdca6ec4ae5643f824f809
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-06-28 10:54:19 +0200
wps: fixed router.wps satus on mediatek
Base directory -> /
wps.c | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 72b54f3aa8b1793f9129a2374010c2ff871f5e82
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-06-28 10:52:11 +0200
mediatek: added wl_get_wps_status function
Base directory -> /
mediatek.c | 64 ++++++++++++++++++++++++++++++++++----------------------------
mediatek.h | 1 +
2 files changed, 36 insertions(+), 29 deletions(-)
-------------------------------------------------------------------------------
2017-06-28 14:23:24 +02:00
Reidar Cederqvist
48195b582f
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* d053cd4 broadcom.c: changed the wl_get_channel function to use wl_get_bssinfo
-------------------------------------------------------------------------------
commit d053cd4c3411dfc064b5996826420f18a21bc10f
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-06-26 13:15:37 +0200
broadcom.c: changed the wl_get_channel function to use wl_get_bssinfo
Base directory -> /
broadcom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-06-26 13:19:18 +02:00
Sukru Senli
8bc349b6ef
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 08af87d wificontrol: run apcliconnect very 80 seconds
-------------------------------------------------------------------------------
commit 08af87d010d4e5e1a2d6af1bbfc942ae2f52ab5f
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-06-23 13:07:04 +0200
wificontrol: run apcliconnect very 80 seconds
Base directory -> /
wificontrol.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2017-06-23 13:07:51 +02:00
Alex Oprea
cedf5fb32b
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 45b38f4 network: create a cache for arp
-------------------------------------------------------------------------------
commit 45b38f40e020a6811916afabdb54b100d0659437
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-06-22 21:29:21 +0200
network: create a cache for arp
Base directory -> /
network.c | 13 ++++++++++++-
tools.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tools.h | 7 +++++++
3 files changed, 78 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-06-22 23:04:31 +02:00
Alex Oprea
9fd2bfd613
imonitor: set the limit memory for questd at 15MB
2017-06-22 16:37:59 +02:00
Sukru Senli
9e2b2866ef
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* ce16dd5 wificontrol: better handling of leds
-------------------------------------------------------------------------------
commit ce16dd5fabc97f7ea937e0be3eb9c7bda1f1eb0f
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-06-21 09:31:03 +0200
wificontrol: better handling of leds
Base directory -> /
wificontrol.c | 66 ++++++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 47 insertions(+), 19 deletions(-)
-------------------------------------------------------------------------------
2017-06-21 09:32:19 +02:00
Sukru Senli
ff051a6aab
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 9493935 mediatek: show encryption correctly for extra SSIDs
-------------------------------------------------------------------------------
commit 9493935b0dea50f372c293aebc8f2d4031765443
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-06-18 15:48:38 +0200
mediatek: show encryption correctly for extra SSIDs
Base directory -> /
mediatek.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-06-18 15:48:51 +02:00
Sukru Senli
e9d413e2db
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* ee5f30c net: make nat table work for MTK
-------------------------------------------------------------------------------
commit ee5f30c04d2f3e48c1ebb02caf3bdbd4efab44c5
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-06-18 12:37:53 +0200
net: make nat table work for MTK
Base directory -> /
net.c | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
-------------------------------------------------------------------------------
2017-06-18 12:38:22 +02:00
Jonas Höglund
985d5a9ea2
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 9560e66 Fix reboot logic
-------------------------------------------------------------------------------
commit 9560e66f6a2bd6d9a6d49e1f216aa2ebebdd965a
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2017-06-16 10:43:47 +0200
Fix reboot logic
Base directory -> /
wificontrol.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
-------------------------------------------------------------------------------
2017-06-16 10:44:32 +02:00
Sukru Senli
05ee1c51ad
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* e33c053 wificontrol: If there is an uplink IP address but no connection for 5 minutes, reboot
-------------------------------------------------------------------------------
commit e33c0535c5de324d5a4ba7f43127e7f7058b7c5c
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-06-14 17:36:49 +0200
wificontrol: If there is an uplink IP address but no connection for 5
minutes, reboot
Base directory -> /
wificontrol.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-06-14 17:37:07 +02:00
Sukru Senli
75cd1bdaa7
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 22083bc wificontrol: mtk: run ApCliAutoConnect to recover connection to master
-------------------------------------------------------------------------------
commit 22083bc9da6b1354703740b70549d4d0c86edf73
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-06-14 10:25:20 +0200
wificontrol: mtk: run ApCliAutoConnect to recover connection to master
Base directory -> /
wificontrol.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
2017-06-14 10:26:16 +02:00
Sukru Senli
342b63160d
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* dedcae9 wireless: assoclist call returns array
-------------------------------------------------------------------------------
commit dedcae9867e6a2973834c506f7dabdcb1706238e
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-06-09 10:00:49 +0200
wireless: assoclist call returns array
Base directory -> /
wireless.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-06-09 10:01:09 +02:00
Alex Oprea
9ab6046850
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* bc51ae3 sort the macs
* 5e84952 add more "inteno" macs
-------------------------------------------------------------------------------
commit bc51ae35b2aeb09c9264266a3322b7b21bef49c0
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-06-07 17:23:45 +0200
sort the macs
Base directory -> /
tools.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 5e84952cecf4362ce9d3e8f75ae45da49ab5f914
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-06-07 17:13:51 +0200
add more "inteno" macs
Base directory -> /
tools.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-06-07 18:48:49 +02:00
Reidar Cederqvist
cb8bb9c127
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 4e1e080 network: made the port statistics long long refs #12135
* 2509608 tools: always null-terminate the output buffer
-------------------------------------------------------------------------------
commit 4e1e080fb8295d89c74abb93e08dcf2f9cc5abbf
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-30 13:17:42 +0200
network: made the port statistics long long refs #12135
to hold bigger values than 2Gb
Base directory -> /
network.h | 12 ++++++------
port.c | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
commit 2509608d33aa5881a71f4794d42e76f3e9926f89
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-29 15:09:28 +0200
tools: always null-terminate the output buffer
Base directory -> /
tools.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
2017-05-30 13:21:39 +02:00
Reidar Cederqvist
503c9cff2c
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* db68fec wireless: fix incorrect frequency in router.wireless status call
-------------------------------------------------------------------------------
commit db68fecf2de5bbfc94964fedb99c831e9458b00d
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-22 16:59:54 +0200
wireless: fix incorrect frequency in router.wireless status call
Base directory -> /
mediatek.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-05-22 17:02:10 +02:00
Reidar Cederqvist
26d0f4da51
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 795756e wificontrol: fixed the led_success functionality
-------------------------------------------------------------------------------
commit 795756ec0ef7a602b8cf18de1c0a05b6a4b12065
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-17 19:59:53 +0200
wificontrol: fixed the led_success functionality
Base directory -> /
wificontrol.c | 58 ++++++++--------------------------------------------------
1 file changed, 8 insertions(+), 50 deletions(-)
-------------------------------------------------------------------------------
2017-05-17 20:07:27 +02:00
Alex Oprea
1d995b4f8a
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* f40e270 client: assoclist: minimize the time that the list is inconsistent
-------------------------------------------------------------------------------
commit f40e270a33ebf85b9ab7737efd10252fc0887266
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-17 17:21:35 +0200
client: assoclist: minimize the time that the list is inconsistent
Base directory -> /
network.c | 66 +++++++++++++++++++++++++++++++++++++++++++--------------------
1 file changed, 45 insertions(+), 21 deletions(-)
-------------------------------------------------------------------------------
2017-05-17 19:03:51 +02:00
Reidar Cederqvist
410dffcdd8
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* a56a65b add more inteno mac addresses
-------------------------------------------------------------------------------
commit a56a65b7cd08c7ca7c9d829ed092aec3dec21925
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-17 17:03:56 +0200
add more inteno mac addresses
Base directory -> /
tools.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-05-17 17:08:17 +02:00
Reidar Cederqvist
b7a8105b18
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 50eef51 wificontrol: fix bug with setting led_success string
* 510d6c7 Revert "wificontrol: remove unsused variable need_update"
-------------------------------------------------------------------------------
commit 50eef514699450e793fde6d4f92e5f1638914dc1
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-17 16:58:43 +0200
wificontrol: fix bug with setting led_success string
Base directory -> /
wificontrol.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 510d6c7f9957e0ab7961c4cd4b8ad9dc97194f67
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-17 16:57:00 +0200
Revert "wificontrol: remove unsused variable need_update"
This reverts commit ae46c985f3ae2b78072ba492a85bb908f07018fe.
Base directory -> /
wificontrol.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-05-17 16:59:16 +02:00
Reidar Cederqvist
23577050b5
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 4d3301d wificontrol: fixed incorrect ifdefs
* 30ae2f3 mediatek: fixed wl_autochannel function
* 5700ea0 wificontrol: Disable and enable apclii0 interface if repeater doesn't connect in 2 min
* 959f1dc wificontrol: do not allow clients to connect to repeater without uplink
* 44f4efe wificontrol: break very long strings into multiple lines
* ba24ba4 add wl_disassociate function
* ae46c98 wificontrol: remove unsused variable need_update
* 601b2b3 wificontrol: fix length of one-char string
* 6179f57 wificontrol: add support for --network to wificontrol --router call
-------------------------------------------------------------------------------
commit 4d3301df43d5bf43762ba880d9bb559fe493cdbd
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-17 16:37:36 +0200
wificontrol: fixed incorrect ifdefs
Base directory -> /
wificontrol.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 30ae2f3313cc44c1c44d660eef76a0658ac5c34b
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-17 11:41:41 +0200
mediatek: fixed wl_autochannel function
Base directory -> /
mediatek.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 5700ea04de13cee55ed4f74b3210995048c97005
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-17 09:27:18 +0200
wificontrol: Disable and enable apclii0 interface if repeater doesn't
connect in 2 min
Base directory -> /
wificontrol.c | 11 +++++++++++
1 file changed, 11 insertions(+)
-------------------------------------------------------------------------------
commit 959f1dc7a2cbc37ae9fa2205d34b8146c62faf1e
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-17 08:57:04 +0200
wificontrol: do not allow clients to connect to repeater without uplink
to avoid loops between repeaters
Base directory -> /
wificontrol.c | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 44f4efecf72dda0026f813cca90ae355aa45e506
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-16 11:16:16 +0200
wificontrol: break very long strings into multiple lines
Base directory -> /
wificontrol.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit ba24ba425c1e36ea01c3ca827efe9352ec5464f5
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-05-16 15:06:30 +0200
add wl_disassociate function
Base directory -> /
broadcom.c | 7 +++++++
mediatek.c | 8 ++++++++
2 files changed, 15 insertions(+)
-------------------------------------------------------------------------------
commit ae46c985f3ae2b78072ba492a85bb908f07018fe
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-16 12:41:42 +0200
wificontrol: remove unsused variable need_update
Base directory -> /
wificontrol.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 601b2b3a0c828990236a6d4809e1beaa574f8159
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-16 12:38:52 +0200
wificontrol: fix length of one-char string
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 6179f571aa1e974a87e0d38037cb52c56878feed
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-16 11:05:03 +0200
wificontrol: add support for --network to wificontrol --router call
Base directory -> /
wificontrol.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-05-17 16:38:11 +02:00
Reidar Cederqvist
3d148c515c
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 30ae2f3 mediatek: fixed wl_autochannel function
* 5700ea0 wificontrol: Disable and enable apclii0 interface if repeater doesn't connect in 2 min
* 959f1dc wificontrol: do not allow clients to connect to repeater without uplink
* 44f4efe wificontrol: break very long strings into multiple lines
* ba24ba4 add wl_disassociate function
* ae46c98 wificontrol: remove unsused variable need_update
* 601b2b3 wificontrol: fix length of one-char string
* 6179f57 wificontrol: add support for --network to wificontrol --router call
-------------------------------------------------------------------------------
commit 30ae2f3313cc44c1c44d660eef76a0658ac5c34b
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-17 11:41:41 +0200
mediatek: fixed wl_autochannel function
Base directory -> /
mediatek.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 5700ea04de13cee55ed4f74b3210995048c97005
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-17 09:27:18 +0200
wificontrol: Disable and enable apclii0 interface if repeater doesn't
connect in 2 min
Base directory -> /
wificontrol.c | 11 +++++++++++
1 file changed, 11 insertions(+)
-------------------------------------------------------------------------------
commit 959f1dc7a2cbc37ae9fa2205d34b8146c62faf1e
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-17 08:57:04 +0200
wificontrol: do not allow clients to connect to repeater without uplink
to avoid loops between repeaters
Base directory -> /
wificontrol.c | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 44f4efecf72dda0026f813cca90ae355aa45e506
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-16 11:16:16 +0200
wificontrol: break very long strings into multiple lines
Base directory -> /
wificontrol.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit ba24ba425c1e36ea01c3ca827efe9352ec5464f5
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-05-16 15:06:30 +0200
add wl_disassociate function
Base directory -> /
broadcom.c | 7 +++++++
mediatek.c | 8 ++++++++
2 files changed, 15 insertions(+)
-------------------------------------------------------------------------------
commit ae46c985f3ae2b78072ba492a85bb908f07018fe
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-16 12:41:42 +0200
wificontrol: remove unsused variable need_update
Base directory -> /
wificontrol.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 601b2b3a0c828990236a6d4809e1beaa574f8159
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-16 12:38:52 +0200
wificontrol: fix length of one-char string
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 6179f571aa1e974a87e0d38037cb52c56878feed
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-16 11:05:03 +0200
wificontrol: add support for --network to wificontrol --router call
Base directory -> /
wificontrol.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-05-17 11:54:28 +02:00
Alex Oprea
c5426947c8
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 85785b9 network: ports: fix logic for skipping clients that are behind a repeater or extender
* 4424ad4 network: client: add number of assoclist
* 0899f2b wireless: iface: add apmode flag
-------------------------------------------------------------------------------
commit 85785b97a1526114ae521beacb1b302c3cb914ab
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-15 19:52:16 +0200
network: ports: fix logic for skipping clients that are behind a repeater or
extender
Base directory -> /
network.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 4424ad493e47cc83e6de99a01e1178bb9324c54e
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-15 19:29:57 +0200
network: client: add number of assoclist
Base directory -> /
network.c | 25 +++++++++++++++----------
network.h | 1 +
2 files changed, 16 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 0899f2beb9fd1d2c8cb0fddc3f926b84e7ad3ba0
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-15 17:33:04 +0200
wireless: iface: add apmode flag
Base directory -> /
wireless.c | 9 ++++++++-
wireless.h | 1 +
2 files changed, 9 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-05-15 20:20:06 +02:00