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
Sukru Senli
8009e2a4c5
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 824a4b2 wificontrol: set internet led state to eok upon success
* e0012e5 broadcom: autochannel: allow autochannel on channel 52 and higher
-------------------------------------------------------------------------------
commit 824a4b2f13f486fbf53b0068ad29f9dd15fae38a
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-05-15 14:00:10 +0200
wificontrol: set internet led state to eok upon success
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit e0012e5bb1cd5f3521be7840693bfa548cbde60f
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-12 16:52:04 +0200
broadcom: autochannel: allow autochannel on channel 52 and higher
Base directory -> /
broadcom.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2017-05-15 14:00:33 +02:00
Reidar Cederqvist
198a69e0c5
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* e0012e5 broadcom: autochannel: allow autochannel on channel 52 and higher
-------------------------------------------------------------------------------
commit e0012e5bb1cd5f3521be7840693bfa548cbde60f
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-12 16:52:04 +0200
broadcom: autochannel: allow autochannel on channel 52 and higher
Base directory -> /
broadcom.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2017-05-12 16:59:45 +02:00
Reidar Cederqvist
60cef7b8d8
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* a814517 wireless: added bsd_record function to router.wireless
* 1a7220c broadcom: added missing struct identifier and fixed baad naming
* 9c1cc54 wireless: added bsd_sta_info call to router.wireless
* 1dc4ca9 wireless: improved coding style on quest_bs_data function
-------------------------------------------------------------------------------
commit a8145170c3978e3dc92da9e0daab56da7ff049b6
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-11 13:57:05 +0200
wireless: added bsd_record function to router.wireless
Base directory -> /
broadcom.c | 41 +++++++++++++++++++++++++++++++++++++++++
broadcom.h | 10 ++++++++++
wireless.c | 33 +++++++++++++++++++++++++++++++++
3 files changed, 84 insertions(+)
-------------------------------------------------------------------------------
commit 1a7220cc6ce97488c1fe3a906062c151fecb7766
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-11 13:08:55 +0200
broadcom: added missing struct identifier and fixed baad naming
Base directory -> /
broadcom.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 9c1cc54b063a905921676e2ba81cfacee59bd0c7
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-11 10:53:32 +0200
wireless: added bsd_sta_info call to router.wireless
Base directory -> /
broadcom.c | 42 ++++++++++++++++++++++++++++++++++++++++++
broadcom.h | 13 +++++++++++++
wireless.c | 39 +++++++++++++++++++++++++++++++++++++++
3 files changed, 94 insertions(+)
-------------------------------------------------------------------------------
commit 1dc4ca9bcab3f6a6595dddc1d6ea11a9fae71625
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-11 10:48:59 +0200
wireless: improved coding style on quest_bs_data function
Base directory -> /
wireless.c | 108 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 56 insertions(+), 52 deletions(-)
-------------------------------------------------------------------------------
2017-05-11 14:01:01 +02:00
Reidar Cederqvist
70afc90bb0
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 5f3c52b wireless: allow router.wireless bs_data to be called without arguments
-------------------------------------------------------------------------------
commit 5f3c52b8734693f9327aeb873be9ea79ad2e56ab
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-10 15:34:08 +0200
wireless: allow router.wireless bs_data to be called without arguments
Base directory -> /
wireless.c | 39 +++++++++++++++++++++++++++++++++++----
1 file changed, 35 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
2017-05-10 15:37:00 +02:00
Alex Oprea
caefdb79d0
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* b823465 broadcom: close forgotten pipe before return
* 0f08419 mediatek: if rate is higher than 800 assume it is 80MHz
* 7bacbfd wireless: 160MHz is not selectable for MTK
* 7f39b8b wificontrol: change led-state depending on network lan count
-------------------------------------------------------------------------------
commit b8234659d7e458208fe856acebcb87c86a6d956d
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-05-09 17:26:23 +0200
broadcom: close forgotten pipe before return
Base directory -> /
broadcom.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit 0f08419df0caf1fb4493ee64635afb7dc488ed35
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-05-09 12:32:52 +0200
mediatek: if rate is higher than 800 assume it is 80MHz
Base directory -> /
mediatek.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 7bacbfdadb751f1e708999693c2635681f1c410d
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-05-09 11:57:05 +0200
wireless: 160MHz is not selectable for MTK
Base directory -> /
wireless.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 7f39b8ba41929dfc4ad3f1e105174cead1d3e1f0
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-05 11:01:21 +0200
wificontrol: change led-state depending on network lan count
Base directory -> /
wificontrol.c | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 49 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-05-09 17:42:03 +02:00
Sukru Senli
d7af74ee3d
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 0f08419 mediatek: if rate is higher than 800 assume it is 80MHz
* 7bacbfd wireless: 160MHz is not selectable for MTK
* 7f39b8b wificontrol: change led-state depending on network lan count
* cf9f6df broadcom.h: fixed missing semicolon
* 6387179 wireless.c: added bs_data call for brcm and added bs_data to stas call
* 6b9fee8 mediatek.c: added dummy wl_bs_data function refs #11798
* 5c052eb broadcom.c: added wl_bs_data function to refs #11798
-------------------------------------------------------------------------------
commit 0f08419df0caf1fb4493ee64635afb7dc488ed35
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-05-09 12:32:52 +0200
mediatek: if rate is higher than 800 assume it is 80MHz
Base directory -> /
mediatek.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 7bacbfdadb751f1e708999693c2635681f1c410d
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-05-09 11:57:05 +0200
wireless: 160MHz is not selectable for MTK
Base directory -> /
wireless.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 7f39b8ba41929dfc4ad3f1e105174cead1d3e1f0
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-05 11:01:21 +0200
wificontrol: change led-state depending on network lan count
Base directory -> /
wificontrol.c | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 49 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit cf9f6dfb7d30ba1c5833a4de62ba117bc1d8c8cc
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:51:56 +0200
broadcom.h: fixed missing semicolon
Base directory -> /
broadcom.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 6387179198a4088cd79698cb357ef5b61b3dd391
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:47:14 +0200
wireless.c: added bs_data call for brcm and added bs_data to stas call
Base directory -> /
wireless.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 71 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 6b9fee81003da0a7fc0ac8e1bcd95eb55c88b883
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:46:05 +0200
mediatek.c: added dummy wl_bs_data function refs #11798
Base directory -> /
mediatek.c | 6 ++++++
mediatek.h | 10 ++++++++++
2 files changed, 16 insertions(+)
-------------------------------------------------------------------------------
commit 5c052eb05fc2b6edb9e640d667bc4fdd19421df1
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:39:39 +0200
broadcom.c: added wl_bs_data function to refs #11798
Base directory -> /
broadcom.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
broadcom.h | 10 ++++++++++
2 files changed, 63 insertions(+)
-------------------------------------------------------------------------------
2017-05-09 12:33:11 +02:00
Sukru Senli
1456ae089a
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 7bacbfd wireless: 160MHz is not selectable for MTK
* 7f39b8b wificontrol: change led-state depending on network lan count
* cf9f6df broadcom.h: fixed missing semicolon
* 6387179 wireless.c: added bs_data call for brcm and added bs_data to stas call
* 6b9fee8 mediatek.c: added dummy wl_bs_data function refs #11798
* 5c052eb broadcom.c: added wl_bs_data function to refs #11798
-------------------------------------------------------------------------------
commit 7bacbfdadb751f1e708999693c2635681f1c410d
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-05-09 11:57:05 +0200
wireless: 160MHz is not selectable for MTK
Base directory -> /
wireless.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 7f39b8ba41929dfc4ad3f1e105174cead1d3e1f0
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-05 11:01:21 +0200
wificontrol: change led-state depending on network lan count
Base directory -> /
wificontrol.c | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 49 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit cf9f6dfb7d30ba1c5833a4de62ba117bc1d8c8cc
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:51:56 +0200
broadcom.h: fixed missing semicolon
Base directory -> /
broadcom.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 6387179198a4088cd79698cb357ef5b61b3dd391
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:47:14 +0200
wireless.c: added bs_data call for brcm and added bs_data to stas call
Base directory -> /
wireless.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 71 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 6b9fee81003da0a7fc0ac8e1bcd95eb55c88b883
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:46:05 +0200
mediatek.c: added dummy wl_bs_data function refs #11798
Base directory -> /
mediatek.c | 6 ++++++
mediatek.h | 10 ++++++++++
2 files changed, 16 insertions(+)
-------------------------------------------------------------------------------
commit 5c052eb05fc2b6edb9e640d667bc4fdd19421df1
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:39:39 +0200
broadcom.c: added wl_bs_data function to refs #11798
Base directory -> /
broadcom.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
broadcom.h | 10 ++++++++++
2 files changed, 63 insertions(+)
-------------------------------------------------------------------------------
2017-05-09 11:58:53 +02:00
Reidar Cederqvist
e67829d4f9
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 7f39b8b wificontrol: change led-state depending on network lan count
-------------------------------------------------------------------------------
commit 7f39b8ba41929dfc4ad3f1e105174cead1d3e1f0
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-05 11:01:21 +0200
wificontrol: change led-state depending on network lan count
Base directory -> /
wificontrol.c | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 49 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-05-05 11:05:27 +02:00
Reidar Cederqvist
a8865fbd99
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* cf9f6df broadcom.h: fixed missing semicolon
-------------------------------------------------------------------------------
commit cf9f6dfb7d30ba1c5833a4de62ba117bc1d8c8cc
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:51:56 +0200
broadcom.h: fixed missing semicolon
Base directory -> /
broadcom.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-05-04 12:52:21 +02:00
Reidar Cederqvist
cfd7968c30
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 6387179 wireless.c: added bs_data call for brcm and added bs_data to stas call
* 6b9fee8 mediatek.c: added dummy wl_bs_data function refs #11798
* 5c052eb broadcom.c: added wl_bs_data function to refs #11798
-------------------------------------------------------------------------------
commit 6387179198a4088cd79698cb357ef5b61b3dd391
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:47:14 +0200
wireless.c: added bs_data call for brcm and added bs_data to stas call
Base directory -> /
wireless.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 71 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 6b9fee81003da0a7fc0ac8e1bcd95eb55c88b883
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:46:05 +0200
mediatek.c: added dummy wl_bs_data function refs #11798
Base directory -> /
mediatek.c | 6 ++++++
mediatek.h | 10 ++++++++++
2 files changed, 16 insertions(+)
-------------------------------------------------------------------------------
commit 5c052eb05fc2b6edb9e640d667bc4fdd19421df1
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-05-04 12:39:39 +0200
broadcom.c: added wl_bs_data function to refs #11798
Base directory -> /
broadcom.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
broadcom.h | 10 ++++++++++
2 files changed, 63 insertions(+)
-------------------------------------------------------------------------------
2017-05-04 12:47:42 +02:00
Reidar Cederqvist
12bd3ec5fd
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* ba36f2f wireless.c: autochannel: add channel after successful switch
* 40af409 wireless.c: changed return to ok and added check if channel is dfs
* e4d7270 wireless.c: added return messge to autochannel call
-------------------------------------------------------------------------------
commit ba36f2fa761ba8e64c0dcfe1000dd1bebb8c7e5b
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-27 12:48:49 +0200
wireless.c: autochannel: add channel after successful switch
Base directory -> /
broadcom.c | 8 +++-----
wireless.c | 9 ++++++---
2 files changed, 9 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
commit 40af409c74bf3c89f246ca394b6c481d33a851f5
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-27 11:35:00 +0200
wireless.c: changed return to ok and added check if channel is dfs
Base directory -> /
broadcom.c | 7 +++++++
wireless.c | 10 ++++------
2 files changed, 11 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit e4d7270df88c66469e140acd06832f22b5cd2b80
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-27 10:02:36 +0200
wireless.c: added return messge to autochannel call
Base directory -> /
wireless.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-05-02 09:40:57 +02:00
Alex Oprea
83dad53f2c
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 16de648 questd: update is_inteno_*_macaddr functions
* 4d4e5a2 wificontrol: improve debug messages
* 92047e1 use long option --assoclist
* 703eec4 wificontrol: improve debug messages
-------------------------------------------------------------------------------
commit 16de648470f316aa3b2658e8870141d594aff074
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-26 13:45:50 +0200
questd: update is_inteno_*_macaddr functions
Base directory -> /
tools.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 4d4e5a29f2df1b4af603e53c8e237c11e020715c
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-25 11:42:31 +0200
wificontrol: improve debug messages
Base directory -> /
wificontrol.c | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
commit 92047e1c8f2c139aa1de1e02899174576a1f76af
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-21 20:23:06 +0200
use long option --assoclist
Base directory -> /
network.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 703eec48f8a8220c212a5c299ecf3315424caa35
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-21 19:08:58 +0200
wificontrol: improve debug messages
Base directory -> /
wificontrol.c | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
2017-04-26 13:50:06 +02:00
Alex Oprea
d6a6350e62
imonitor: do not check the ubus call before restarting questd
...
Do no check the ubus call before restarting questd
because in some cases the ubus call still works as normal,
even if there are 2 questd processes running.
2017-04-26 11:10:42 +02:00
Reidar Cederqvist
f88eebb055
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* d80214e only send_data to destination if its an inteno-mac
-------------------------------------------------------------------------------
commit d80214e16eb15b031cc500cd5907951b119ef505
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-21 10:11:39 +0200
only send_data to destination if its an inteno-mac
Base directory -> /
wificontrol.c | 11 +++++++++++
1 file changed, 11 insertions(+)
-------------------------------------------------------------------------------
2017-04-21 10:15:50 +02:00
Alex Oprea
0579b0ec60
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 9083bba wificontrol: consider the inteno altered mac addresses too
* bdf0309 wificontrol: improve debug messages for MSG_TYPE_ASSOC
-------------------------------------------------------------------------------
commit 9083bba577d7cceb0f03a3d86fba425f392c37d2
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-19 15:49:39 +0200
wificontrol: consider the inteno altered mac addresses too
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit bdf03091e90fcc08e3b6507e8e10c33e42cdb315
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-19 15:20:19 +0200
wificontrol: improve debug messages for MSG_TYPE_ASSOC
Base directory -> /
wificontrol.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
2017-04-19 19:20:05 +02:00
Alex Oprea
0549986c77
imonitor: restart acsd if it's using more than 20% processor
2017-04-19 16:14:16 +02:00
Alex Oprea
9c191f7f89
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 2e132f1 wificontrol: rename function to collect_intenos and remove unnecessary parameter
* 2d0821e wificontrol: fix more codingstyle
* 66b5fad wificontrol: do not do call any other function between one function and its perror
* 6358360 wificontrol: remove strange code
* 19a3e9a wificontrol: fix some codinstyle
* 4b9c6fa improve log level
* 6d5952c wificontrol: rename long flag --verbosity to --verbose
* 4e007a4 wificontrol: improve message types
* 1a911d0 wireless: assoclist: more defensive code
-------------------------------------------------------------------------------
commit 2e132f10dc83ec308a112aa636c621aac755e51d
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-18 14:51:11 +0200
wificontrol: rename function to collect_intenos and remove unnecessary
parameter
Base directory -> /
wificontrol.c | 46 ++++++++++++++++++++++++----------------------
1 file changed, 24 insertions(+), 22 deletions(-)
-------------------------------------------------------------------------------
commit 2d0821e63039ac2022fbd7dc7f1ccf605de2b520
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-18 14:26:24 +0200
wificontrol: fix more codingstyle
Base directory -> /
wificontrol.c | 37 +++++++++++++++++++++----------------
1 file changed, 21 insertions(+), 16 deletions(-)
-------------------------------------------------------------------------------
commit 66b5fad1705dcb4967240acd66ac463898c4b9b8
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-18 14:09:55 +0200
wificontrol: do not do call any other function between one function and its
perror
Base directory -> /
wificontrol.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 6358360ba56a49c9e578db7400d6aecd21d6c97a
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-18 14:02:12 +0200
wificontrol: remove strange code
Base directory -> /
wificontrol.c | 4 ----
1 file changed, 4 deletions(-)
-------------------------------------------------------------------------------
commit 19a3e9a3398abdec8a69f1aacf490257e837cf31
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-18 13:56:02 +0200
wificontrol: fix some codinstyle
Base directory -> /
wificontrol.c | 144 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 72 insertions(+), 72 deletions(-)
-------------------------------------------------------------------------------
commit 4b9c6fa6032a22cd55c4f35e2ade1c0a16cbf77e
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-18 13:11:02 +0200
improve log level
Base directory -> /
wificontrol.c | 68 +++++++++++++++++++++++++++++++++--------------------------
1 file changed, 38 insertions(+), 30 deletions(-)
-------------------------------------------------------------------------------
commit 6d5952c9b8dd9e3c944d3ed18b338ce08697771e
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-18 13:03:50 +0200
wificontrol: rename long flag --verbosity to --verbose
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 4e007a4a6441e1f1dcfbe5ddf8c4160d68d8aa26
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-18 11:30:47 +0200
wificontrol: improve message types
Base directory -> /
wificontrol.c | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit 1a911d0910162046cff8c435abdb3834e64418e2
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-13 14:30:56 +0200
wireless: assoclist: more defensive code
This might fix a bug in wich the call
ubus call router.wireless radios
returns buggy output like this:
{
"\u000100:E0:4D:04:C3:0B": {
"isup": false,
This happens because one extra entry seems to be written
in the stas array, but outside the bounds of the array,
overlapping the radios array, i.e. the first radio entry.
Base directory -> /
wireless.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2017-04-18 17:14:15 +02:00
Sukru Senli
9463e7b24b
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 9275776 wificontrol: open TCP port instead of UDP
-------------------------------------------------------------------------------
commit 927577622a47ca331bda4e3792863e786cb5bb66
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-04-13 12:55:34 +0200
wificontrol: open TCP port instead of UDP
Base directory -> /
wificontrol.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2017-04-13 12:55:50 +02:00
Sukru Senli
e13aebbd89
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* c335702 wificontrol: open WIFICONTROL_LISTENING_PORT in repeater mode
-------------------------------------------------------------------------------
commit c3357024b2f818d7a3530aac8e5d549f45a53c1d
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-04-13 11:46:33 +0200
wificontrol: open WIFICONTROL_LISTENING_PORT in repeater mode
Base directory -> /
wificontrol.c | 3 +++
1 file changed, 3 insertions(+)
-------------------------------------------------------------------------------
2017-04-13 11:46:55 +02:00
Sukru Senli
0a8359a0de
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 73adf42 wificontrol: improvemets to ping_uplink function
* a0f9694 wificontrol: fix for reconnect in repeater mode
* 4e91aab wificontrol: removed unused code (comments)
* addfd85 wificontrol: fixed warning
* dd4f486 wificontrol: test to send one byte as protocol
* 0d2248f wificontrol: made old printf comments to dbg comments
* c0b6926 wificontrol: added verbose option
* ad9a4e2 wificontrol: get all lan network using libuci
* 5004bec wificontrol: fixed bug in receive loop in repeater mode
* e67c7de wificontrol: changed return value from NULL to 0
* 828a907 wificontrol: decresed buffersize to fit in tcp-packet
* adb6e25 wificontrol: created prepare_socket function to reuse code more
* d6d440d wificontrol: more timeout on sockets for --assoclist and --router mode
* b81ee13 wificontrol: assoclist: add timeout on socket
* 6e82f34 wificontrol: commented out all prinf
* 7a85c88 wificontrol: changed the set_creds calls to one combined
* d1368e5 questd: network: assoclist: initialize the buffers with zero
* a636276 wificontrol: make ping device dynamic
* 896fb07 wificontrol: trigger set_cred_uplink + debug prints
* 13023c9 wificontrol: fix get md5 values
* ba23b2d questd: use --destinatoin when calling wificontrol
* 5debde6 wificontrol: do not apply changes if the file is the same
* 30acbae wificontrol: apply the wireless settings only if any received
* 0edaaa2 wificontrol: try to send an empty string
* cb2efca wificontrol: fix the assoclist sending socket
* b872443 wificontrol: debug assoclist
* 7c73d25 wificontrol: assoclist functionality
* 051ed1f wificontrol: apply the new wireless configuration
* a0145c2 questd: client events: publish network
* c8275d0 questd: client events: publish ip
* 3f86328 wificontrol: add ping thread
* e12e5e0 wificontrol: add trivial comments
* 868365c wificontrol: repeater writes received data to file
* b4fd741 wificontrol: test with BUFFER_SIZE 4
* 35f3e1f wificontrol: rework while on repeater
* 70b0e71 wificontrol: change fgets to fread
* ccddf74 wificontrol: fix buffer size
* 0afaf49 wificontrol: simple recv
* a82d810 wificontrol: simple send
* 325a2d4 wificontrol: do not read from stdin
* d86b6c6 wificontrol: open file: --file, stdin, default file
* 9936828 wificontrol: change port to 9875
* 5e13d7c wificontrol: add SO_REUSEADDR on the listening socket
* f47c9fe wificontrol: basic client-server / router-repeater communication
* 0926745 wificontrol: add send_data to repeater function
* f8b6e96 wificontrol: add repeater's ip to repeaters array
* d119c5b wificontrol: fix lanname
* 7d63d06 wificontrol: parse arp entries
* 480d0eb tools: add function is_ip_in_network
* 3bfda0d wificontrol: get lan name
* ea0c4d0 wificontrol: a good version, with cmd line options
* 9f60ec1 wificontrol: minimal main
* f1fc945 add wificontrol.c
* b6fea3f remove wificontrol.c
-------------------------------------------------------------------------------
commit 73adf42cad8e82ecf44ea8f3c595b5e2d6f0fdb6
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-04-13 11:13:00 +0200
wificontrol: improvemets to ping_uplink function
Base directory -> /
wificontrol.c | 23 +++++------------------
1 file changed, 5 insertions(+), 18 deletions(-)
-------------------------------------------------------------------------------
commit a0f969476dbe9e31765cf73521d143a0754ce4f3
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-12 17:11:55 +0200
wificontrol: fix for reconnect in repeater mode
Base directory -> /
wificontrol.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 4e91aabaecdfb6d1f4045ae5a1d0c2a76ce21192
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-12 11:14:12 +0200
wificontrol: removed unused code (comments)
Base directory -> /
wificontrol.c | 4 ----
1 file changed, 4 deletions(-)
-------------------------------------------------------------------------------
commit addfd85b2c9782d914a583618f2edc128919649c
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-12 09:47:39 +0200
wificontrol: fixed warning
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit dd4f4862f9067735a27f4aa18a2661182ae33424
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-12 09:43:07 +0200
wificontrol: test to send one byte as protocol
Base directory -> /
wificontrol.c | 108 +++++++++++++++++++++++++++++++++-------------------------
1 file changed, 62 insertions(+), 46 deletions(-)
-------------------------------------------------------------------------------
commit 0d2248ff7ad89e864a97b203ed6fbec53acf188c
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-11 16:03:32 +0200
wificontrol: made old printf comments to dbg comments
Base directory -> /
wificontrol.c | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
-------------------------------------------------------------------------------
commit c0b6926cb1e086747d6cbd59f981f515719e8b3f
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-11 15:39:56 +0200
wificontrol: added verbose option
Base directory -> /
wificontrol.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit ad9a4e26c083890a51394dcbacd52f44dc50c61e
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-11 12:37:04 +0200
wificontrol: get all lan network using libuci
Base directory -> /
wificontrol.c | 92 +++++++++++++++++++++++++++++++++--------------------------
1 file changed, 51 insertions(+), 41 deletions(-)
-------------------------------------------------------------------------------
commit 5004bec2c76f779796b4e0af6cf21e9502994ea4
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-11 11:42:44 +0200
wificontrol: fixed bug in receive loop in repeater mode
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit e67c7dea9a623a9211018c9afa7fd6e79e717778
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-11 11:42:15 +0200
wificontrol: changed return value from NULL to 0
Base directory -> /
wificontrol.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 828a90741f6e0fd1bb3a94551bf10207d953c4c5
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-10 12:02:58 +0200
wificontrol: decresed buffersize to fit in tcp-packet
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit adb6e25347c0c05ec973238a7a7ab93d97e5c14d
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-10 11:12:42 +0200
wificontrol: created prepare_socket function to reuse code more
Base directory -> /
wificontrol.c | 79 +++++++++++++++++++++++------------------------------------
1 file changed, 30 insertions(+), 49 deletions(-)
-------------------------------------------------------------------------------
commit d6d440d9d0da07fe30e86f79edd3d14a9890c9f1
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-07 20:52:53 +0200
wificontrol: more timeout on sockets for --assoclist and --router mode
Base directory -> /
wificontrol.c | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit b81ee13ff57f5f782935d73dfea270179670ffa2
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-07 18:42:03 +0200
wificontrol: assoclist: add timeout on socket
Base directory -> /
wificontrol.c | 11 +++++++++++
1 file changed, 11 insertions(+)
-------------------------------------------------------------------------------
commit 6e82f345ee0470f4056bec3a8e5aedf2f11f91e6
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-07 16:39:28 +0200
wificontrol: commented out all prinf
Base directory -> /
wificontrol.c | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
-------------------------------------------------------------------------------
commit 7a85c88077c062bf03beff2081265362cfaad84e
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-07 15:48:58 +0200
wificontrol: changed the set_creds calls to one combined
Base directory -> /
wificontrol.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit d1368e560705239b25140901d51cb5270deb7571
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-07 12:16:16 +0200
questd: network: assoclist: initialize the buffers with zero
Base directory -> /
network.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit a636276a8e9ee254e776d0bf9a8ca78e5da03b40
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-07 11:19:05 +0200
wificontrol: make ping device dynamic
Base directory -> /
wificontrol.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 896fb07a0ce5397572d1b1c5bda53dfae643d1a0
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-06 13:29:21 +0200
wificontrol: trigger set_cred_uplink + debug prints
Base directory -> /
wificontrol.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 13023c9d5fbb9e4acf9603079e9346920033b21e
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-06 13:28:45 +0200
wificontrol: fix get md5 values
Base directory -> /
wificontrol.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit ba23b2d419e00f695f12c8a8a2141ea2c1a74999
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-06 12:56:35 +0200
questd: use --destinatoin when calling wificontrol
Base directory -> /
network.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 5debde6a627d82ff5bad441c9a9b063d1b2b7b74
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-06 12:43:01 +0200
wificontrol: do not apply changes if the file is the same
Base directory -> /
wificontrol.c | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit 30acbae4f579439c14e0bcfa81df209534a439d0
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-06 11:57:00 +0200
wificontrol: apply the wireless settings only if any received
Base directory -> /
wificontrol.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 0edaaa2b4935586016fedda5b0677d19dde388a2
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-06 11:48:59 +0200
wificontrol: try to send an empty string
Base directory -> /
wificontrol.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit cb2efca7595baa786477abe0349aaf9dfb4e0a76
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-06 11:41:20 +0200
wificontrol: fix the assoclist sending socket
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit b872443ccacc0e89924b88eb8dcdac1d8e7518f8
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-05 16:57:04 +0200
wificontrol: debug assoclist
Base directory -> /
wificontrol.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 7c73d25038f744c7782d7f7a480c1a58034c319e
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-05 16:49:59 +0200
wificontrol: assoclist functionality
Base directory -> /
wificontrol.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 97 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
commit 051ed1f80c6f647d3e8bde231fde60f7c1d2c28e
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-05 16:49:36 +0200
wificontrol: apply the new wireless configuration
Base directory -> /
wificontrol.c | 5 +++++
1 file changed, 5 insertions(+)
-------------------------------------------------------------------------------
commit a0145c21d97f5c9d1056586932cff5eaed5115f7
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-05 14:38:55 +0200
questd: client events: publish network
Base directory -> /
network.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit c8275d09d86d0fe61a1e77a49f51ccc6b871733e
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-05 14:04:25 +0200
questd: client events: publish ip
Base directory -> /
network.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 3f86328f9f0eb4e719661440f5adff453eaba0e6
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-05 12:15:31 +0200
wificontrol: add ping thread
Base directory -> /
wificontrol.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 103 insertions(+)
-------------------------------------------------------------------------------
commit e12e5e0efa0cccbba8934ef06586d952cf15cf5c
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 18:47:48 +0200
wificontrol: add trivial comments
Base directory -> /
wificontrol.c | 52 ++++++++++++++++++++++++++++++----------------------
1 file changed, 30 insertions(+), 22 deletions(-)
-------------------------------------------------------------------------------
commit 868365c6fb862eb7b6627c470b922c500191fdb1
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 16:37:08 +0200
wificontrol: repeater writes received data to file
Base directory -> /
wificontrol.c | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit b4fd741da6f90959ba1e75607b657946e16e3f2d
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 15:50:02 +0200
wificontrol: test with BUFFER_SIZE 4
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 35f3e1f56cc16192859b068c41f83cc149fd6d63
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 15:48:44 +0200
wificontrol: rework while on repeater
Base directory -> /
wificontrol.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 70b0e7155aa8a665bfb090bd3a32a545a9f15e66
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 15:45:34 +0200
wificontrol: change fgets to fread
Base directory -> /
wificontrol.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit ccddf74acb60dfd835705f7191384fbdbff6be9e
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 15:18:25 +0200
wificontrol: fix buffer size
Base directory -> /
wificontrol.c | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 0afaf492b020466784c2f7f38af3974d39fa1b69
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 14:55:21 +0200
wificontrol: simple recv
Base directory -> /
wificontrol.c | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
commit a82d8105636c6cce41a0caeffaf045b89b35d0e7
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 14:49:45 +0200
wificontrol: simple send
Base directory -> /
wificontrol.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 325a2d43d70f7dd33e4c0c0e11972c0b2c9f05b6
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 14:40:37 +0200
wificontrol: do not read from stdin
Base directory -> /
wificontrol.c | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
commit d86b6c645aaadefeee98a107492a4bb5044c2ce8
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 14:31:26 +0200
wificontrol: open file: --file, stdin, default file
Base directory -> /
wificontrol.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 50 insertions(+), 9 deletions(-)
-------------------------------------------------------------------------------
commit 9936828c45d11ec75de42c0d3fd16b435780c21c
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 13:03:54 +0200
wificontrol: change port to 9875
Base directory -> /
wificontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 5e13d7c2079a138be6dd9d6f60cdaaeff846d75d
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 12:56:17 +0200
wificontrol: add SO_REUSEADDR on the listening socket
Base directory -> /
wificontrol.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit f47c9fe1a057768cb7635c93a2c3245fb547cb92
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-04-04 11:55:03 +0200
wificontrol: basic client-server / router-repeater communication
Base directory -> /
wificontrol.c | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 82 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 0926745ffc7e85f5c2d2751d0f0090003938d63f
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-30 16:29:13 +0200
wificontrol: add send_data to repeater function
Base directory -> /
wificontrol.c | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
-------------------------------------------------------------------------------
commit f8b6e96eeca997116483582ec9afd6dc3160e4ff
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-29 15:33:12 +0200
wificontrol: add repeater's ip to repeaters array
Base directory -> /
wificontrol.c | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit d119c5babdf85ed03cf2faa3597d21ecf9b4d2aa
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-29 13:11:21 +0200
wificontrol: fix lanname
Base directory -> /
wificontrol.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 7d63d0606a4ec60db0804dc88f0edf9e503dab4d
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-29 12:57:49 +0200
wificontrol: parse arp entries
Base directory -> /
wificontrol.c | 30 ++++++++++++++++++++++++++----
1 file changed, 26 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 480d0eb3f81d1a4cd3aabbed45af1dddbe1a8929
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-29 12:56:35 +0200
tools: add function is_ip_in_network
Base directory -> /
tools.c | 19 +++++++++++++++++++
tools.h | 2 ++
2 files changed, 21 insertions(+)
-------------------------------------------------------------------------------
commit 3bfda0d8a2cc5bbfc8705bb98062c261243a63d8
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-28 23:10:50 +0200
wificontrol: get lan name
Base directory -> /
wificontrol.c | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit ea0c4d0ce5ed821a4ce61f17b3471622450b4623
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-28 23:00:10 +0200
wificontrol: a good version, with cmd line options
Base directory -> /
wificontrol.c | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 141 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 9f60ec100bb77853df8b24aa27b0631b3b9e22c5
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-28 14:12:19 +0200
wificontrol: minimal main
Base directory -> /
wificontrol.c | 8 ++++++++
1 file changed, 8 insertions(+)
-------------------------------------------------------------------------------
commit f1fc9459d70e21ba2d2dd1e30734b145b4244155
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-28 13:58:09 +0200
add wificontrol.c
Base directory -> /
wificontrol.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
-------------------------------------------------------------------------------
commit b6fea3f9f67fa2e8532975ced66a6e792ceaf0d3
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-28 13:57:39 +0200
remove wificontrol.c
Base directory -> /
wificontrol.c | 408 ----------------------------------------------------------
1 file changed, 408 deletions(-)
-------------------------------------------------------------------------------
2017-04-13 11:21:26 +02:00
Sukru Senli
2899e65f79
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* a6b12a9 initialize clients with repeated flag as false
-------------------------------------------------------------------------------
commit a6b12a910caf7c1e1b868f4f97ed004ca2bacf03
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-04-13 10:34:03 +0200
initialize clients with repeated flag as false
Base directory -> /
network.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2017-04-13 10:34:58 +02:00
Reidar Cederqvist
319e5b5949
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 618a0ee network: ports call do not show repeated clients on port
* af73e44 graphd: added missing include (pthread)
-------------------------------------------------------------------------------
commit 618a0ee2a4c8022f6c55a8bb2580b1df31681846
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-12 10:15:23 +0200
network: ports call do not show repeated clients on port
Base directory -> /
network.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit af73e4495f6fb4aaaf8bdfb3610ec78df5038e5a
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-10 11:28:44 +0200
graphd: added missing include (pthread)
Base directory -> /
graphd.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
2017-04-12 10:17:20 +02:00
Sukru Senli
6cb0d69c54
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 8d89f66 router.network: update linkspeed of a port for each call
-------------------------------------------------------------------------------
commit 8d89f663e30b93cd314df708bf6abbef342d52ee
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-04-05 12:41:22 +0200
router.network: update linkspeed of a port for each call
Base directory -> /
network.c | 7 +++++++
1 file changed, 7 insertions(+)
-------------------------------------------------------------------------------
2017-04-05 12:41:49 +02:00
Reidar Cederqvist
06115ccd07
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* f723937 broadcom.c, scanresults: fixed rssi for mips platform
* 6d6a0ea added definition for wl_get_maxrate in broadcom.c
* b626c5c wificontrol: mtk: kick out wireless clients if uplink connection is lost
* 132c97f makefile clean : remove graphd binary
-------------------------------------------------------------------------------
commit f7239379bbf2014a9ceef947bcc6cdbd03596f3e
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-05 10:15:35 +0200
broadcom.c, scanresults: fixed rssi for mips platform
Base directory -> /
broadcom.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 6d6a0eaf616c1b3c1fd817d28d5df911c084fe58
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-04-05 10:14:04 +0200
added definition for wl_get_maxrate in broadcom.c
and change the return-type to void because it never returned anything
Base directory -> /
broadcom.c | 2 +-
broadcom.h | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit b626c5c92f58a36a84e83d4cacec65cfb11d6e3e
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-04-03 11:54:31 +0200
wificontrol: mtk: kick out wireless clients if uplink connection is lost
Base directory -> /
wificontrol.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 132c97f4fda5b6ec0a3ced5852c4683c17c4cf1e
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-28 14:10:38 +0200
makefile clean : remove graphd binary
Base directory -> /
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-04-05 10:20:24 +02:00
Sukru Senli
affb441247
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* b626c5c wificontrol: mtk: kick out wireless clients if uplink connection is lost
* 132c97f makefile clean : remove graphd binary
-------------------------------------------------------------------------------
commit b626c5c92f58a36a84e83d4cacec65cfb11d6e3e
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-04-03 11:54:31 +0200
wificontrol: mtk: kick out wireless clients if uplink connection is lost
Base directory -> /
wificontrol.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 132c97f4fda5b6ec0a3ced5852c4683c17c4cf1e
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-28 14:10:38 +0200
makefile clean : remove graphd binary
Base directory -> /
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-04-03 11:55:04 +02:00
Reidar Cederqvist
50f792b504
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* f241dd2 mediatek: made channel 0 on failed ioctl call
-------------------------------------------------------------------------------
commit f241dd296dc22301093bc98a4d623ab47fa5feee
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-03-27 11:56:19 +0200
mediatek: made channel 0 on failed ioctl call
Base directory -> /
mediatek.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-03-27 11:57:11 +02:00
Sukru Senli
72d813150d
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 5d4abbc wificontrol: sockect timeout 2 seconds
-------------------------------------------------------------------------------
commit 5d4abbc3bc7c96836840236f1346e2bc9454b45a
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-03-24 12:15:53 +0100
wificontrol: sockect timeout 2 seconds
Base directory -> /
wificontrol.c | 7 +++++++
1 file changed, 7 insertions(+)
-------------------------------------------------------------------------------
2017-03-24 12:17:13 +01:00
Sukru Senli
94e332731f
questd: update Makefile
2017-03-23 09:07:18 +01:00
Sukru Senli
88175f3d2d
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* c16d45c tools: fix trim funtion for empty string refs #11680
-------------------------------------------------------------------------------
commit c16d45c61f0708103c25749a9354805b8720f1f6
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2017-03-22 16:39:38 +0100
tools: fix trim funtion for empty string refs #11680
Base directory -> /
tools.c | 3 +++
1 file changed, 3 insertions(+)
-------------------------------------------------------------------------------
2017-03-22 16:56:48 +01:00
Sukru Senli
ce64054ddd
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* ab1bd4f wireless: fix for variable maxrate
-------------------------------------------------------------------------------
commit ab1bd4ff34c543a5d535cb2eb70619a7fdf44995
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-03-20 12:57:42 +0100
wireless: fix for variable maxrate
Base directory -> /
wireless.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-03-20 12:57:55 +01:00
Sukru Senli
b63d245946
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* ecded15 wireless: wl_get_maxrate is for broadcom only
-------------------------------------------------------------------------------
commit ecded15212dcd908dfe195629fa700e42b453566
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-03-20 12:31:57 +0100
wireless: wl_get_maxrate is for broadcom only
Base directory -> /
wireless.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
2017-03-20 12:33:34 +01:00
Sukru Senli
2a73bd91f9
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 8b804b8 wireless: show correct max rate
-------------------------------------------------------------------------------
commit 8b804b847255f7d51fadd748eba19dd5c5d37edb
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-03-20 12:29:24 +0100
wireless: show correct max rate
Base directory -> /
broadcom.c | 27 +++++++++++++++++++++++++++
wireless.c | 17 ++---------------
2 files changed, 29 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
2017-03-20 12:29:55 +01:00
Sukru Senli
13008b1c12
questd: graphd installed
2017-03-17 15:05:18 +01:00
Sukru Senli
704c93fe85
questd updated
2017-03-17 14:39:56 +01:00
Sukru Senli
2a04e7f131
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* ea0308a Merge remote-tracking branch 'origin/realtime-graph' into devel
|\
| * 07077db graphd: renamed transmitted/received to upstream/downstream
| * 44d6a6e graphd: prettified code
| * ef76ecc graphd: reading rx/tx bytes as long long
| * f09651a graphd: changed rx/tx_bytes to long long
| * 9eae7bd graphd: added remove_node()
| * fba8e7d graphd: inverted rx/tx for client_traffic command
| * 6f8d867 graphd: estetic changes
| * 8b53dbb realtime-graph: added graphd.c
| * 2fa637e realtime-graph: added graphd to makefile
* 0e06469 net.c: ip_conntracks first two columns now read by sscanf
* 41272f7 mtk: get software version correctly
* 7e2deb9 mtk: calculate bandwidth from rate
-------------------------------------------------------------------------------
commit ea0308a1d0b2427aa3189d3a2df2fd40cc5fcceb
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-03-17 14:03:27 +0100
Merge remote-tracking branch 'origin/realtime-graph' into devel
Base directory -> /
Makefile | 8 +-
graphd.c | 394 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 401 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 07077db6964b0797f811eb90ac87457033c865ec
Author: Christopher Nagy <christopher.nagy@inteno.se>
Date: 2017-03-16 16:18:08 +0100
graphd: renamed transmitted/received to upstream/downstream
Base directory -> /
graphd.c | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 44d6a6e22a98a80f272cb43f8b19cf898ca5907b
Author: Christopher Nagy <christopher.nagy@inteno.se>
Date: 2017-03-14 14:05:17 +0100
graphd: prettified code
Base directory -> /
graphd.c | 55 ++++++++++++++++++++++++++++++-------------------------
1 file changed, 30 insertions(+), 25 deletions(-)
-------------------------------------------------------------------------------
commit ef76ecc46cb714b5817fc495bbc93936419a81e4
Author: Christopher Nagy <christopher.nagy@inteno.se>
Date: 2017-03-14 13:05:30 +0100
graphd: reading rx/tx bytes as long long
Base directory -> /
graphd.c | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
commit 0e06469977c9c3e2368ece637be8fe8b7568aa83
Author: Christopher Nagy <christopher.nagy@inteno.se>
Date: 2017-03-09 15:05:39 +0100
net.c: ip_conntracks first two columns now read by sscanf
Base directory -> /
net.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit f09651a2e7e38e4f63953aa034f14fab82981dd3
Author: Christopher Nagy <christopher.nagy@inteno.se>
Date: 2017-03-10 14:29:39 +0100
graphd: changed rx/tx_bytes to long long
Base directory -> /
graphd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 9eae7bd0fc92e941f92c5b57b60b66d51a132014
Author: Christopher Nagy <christopher.nagy@inteno.se>
Date: 2017-03-08 18:46:59 +0100
graphd: added remove_node()
Base directory -> /
graphd.c | 46 +++++++++++++++++++++++++++++-----------------
1 file changed, 29 insertions(+), 17 deletions(-)
-------------------------------------------------------------------------------
commit 41272f7f6eec28b103150c105c3049370a58e253
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-03-08 17:41:16 +0100
mtk: get software version correctly
Base directory -> /
system.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 7e2deb9eb8a76d4b711a39bcfb9d42593bcb2d01
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-03-08 17:32:21 +0100
mtk: calculate bandwidth from rate
Base directory -> /
mediatek.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit fba8e7d9873b695313ecb1705cd993b680f860eb
Author: Christopher Nagy <christopher.nagy@inteno.se>
Date: 2017-03-06 16:12:29 +0100
graphd: inverted rx/tx for client_traffic command
Base directory -> /
graphd.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 6f8d867b351d13a23b096da07f979371db208304
Author: Christopher Nagy <christopher.nagy@inteno.se>
Date: 2017-03-03 11:52:39 +0100
graphd: estetic changes
Base directory -> /
graphd.c | 107 +++++++++++++++++++++++++++++++++------------------------------
1 file changed, 56 insertions(+), 51 deletions(-)
-------------------------------------------------------------------------------
commit 8b53dbb815eabbdd33e45a12e0bf16ece6bfad17
Author: Christopher Nagy <christopher.nagy@inteno.se>
Date: 2017-02-24 16:31:18 +0100
realtime-graph: added graphd.c
Base directory -> /
graphd.c | 371 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 371 insertions(+)
-------------------------------------------------------------------------------
commit 2fa637ebaeb489d8745a7ea6ff106c6e5ec0aa49
Author: Christopher Nagy <christopher.nagy@inteno.se>
Date: 2017-02-24 16:29:54 +0100
realtime-graph: added graphd to makefile
Base directory -> /
Makefile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-03-17 14:06:48 +01:00
Sukru Senli
22c0c977cd
icwmp-3.0-2017-03-16
2017-03-16 15:10:08 +01:00
Alex Oprea
9d6fb2ca09
quest-monitor: rename to imonitor
2017-03-08 12:47:52 +01:00
Alex Oprea
192399d475
questd-monitor: monitor bsd not to hangup
2017-03-08 12:43:13 +01:00
Alex Oprea
2c7dc5c60b
questd-monitor: possibly improve the restart procedure
2017-03-06 12:51:55 +01:00
Alex Oprea
1fe2d1e87f
questd-monitor: start questd if it's not running
2017-03-06 12:50:03 +01:00
Reidar Cederqvist
97cd7cdff8
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* c547b76 port.c: added a check if input is valid in port status call
* cb4f134 port.c: fixed bug in port status for bridge
-------------------------------------------------------------------------------
commit c547b76a0995930ae4681c976189642ba1a248d2
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-03-06 10:28:19 +0100
port.c: added a check if input is valid in port status call
Base directory -> /
port.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)
-------------------------------------------------------------------------------
commit cb4f13460c6f0c4e562ca7952aee98ed2bb4b81c
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-03-06 10:27:33 +0100
port.c: fixed bug in port status for bridge
Base directory -> /
port.c | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
2017-03-06 11:54:07 +01:00
Reidar Cederqvist
dddd98cf00
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 3094b92 fixed an error in tools.c and fixed warnings in port.c
-------------------------------------------------------------------------------
commit 3094b92365d860360934c0656ad51439eacac3ad
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-03-03 12:04:10 +0100
fixed an error in tools.c and fixed warnings in port.c
Base directory -> /
port.c | 4 ++--
tools.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2017-03-03 12:06:10 +01:00
Sukru Senli
b63d7163a6
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 24b09bb wireless: support 160MHz support
-------------------------------------------------------------------------------
commit 24b09bb6996838721859d0ad220f73497f3f0a4d
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-03-02 13:43:33 +0100
wireless: support 160MHz support
Base directory -> /
wireless.c | 18 +++++++++++++++---
wireless.h | 2 +-
2 files changed, 16 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
2017-03-02 13:44:38 +01:00
Reidar Cederqvist
c3e82b5329
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* e7a3968 wireless: added autochannel call
* 514517e wificontrol: internet led notice in repeater/extender mode
* dd1cf88 wificontrol: write online status to tmp
-------------------------------------------------------------------------------
commit e7a39684b7960e3c4b99958ae3fea7d918290753
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-03-01 13:53:37 +0100
wireless: added autochannel call
Base directory -> /
broadcom.c | 10 ++++++++++
broadcom.h | 1 +
mediatek.c | 4 ++++
mediatek.h | 1 +
wireless.c | 39 +++++++++++++++++++++++++++++++++++++++
5 files changed, 55 insertions(+)
-------------------------------------------------------------------------------
commit 514517e44fe90e6861a233b45a7a9f248753807b
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-02-28 10:49:40 +0100
wificontrol: internet led notice in repeater/extender mode
Base directory -> /
wificontrol.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit dd1cf8830760bfea503fc049a1928a2119bd9e4c
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-02-27 17:22:04 +0100
wificontrol: write online status to tmp
Base directory -> /
wificontrol.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
2017-03-01 13:56:18 +01:00
Reidar Cederqvist
74c940f058
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* b7ae898 port.c: added support for bridges in port status call
* faf36c7 wificontrol: connect to clients which are on lan side
-------------------------------------------------------------------------------
commit b7ae898c21dd9a8866f997551e16ca982ed0a4e9
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2017-02-27 15:19:33 +0100
port.c: added support for bridges in port status call
Base directory -> /
port.c | 48 +++++++++++++++++++++++++++++++++++++-----------
1 file changed, 37 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
commit faf36c70a7b775b80eafb6070d403aae06552870
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-02-15 14:12:01 +0100
wificontrol: connect to clients which are on lan side
Base directory -> /
wificontrol.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-02-27 15:59:41 +01:00
Sukru Senli
069c3fa921
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 47c5d67 wificontrol: go through arp table only
* 7d93bc2 mtk: almost bullet proof autoconnect function
* 7dfa71b mtk: apcli reconnect
-------------------------------------------------------------------------------
commit 47c5d67522c792f2fca8a46bdcc719db8bef766e
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-02-14 13:37:05 +0100
wificontrol: go through arp table only
Base directory -> /
wificontrol.c | 23 +----------------------
1 file changed, 1 insertion(+), 22 deletions(-)
-------------------------------------------------------------------------------
commit 7d93bc2c057d004f1f90e6f85c76f650f74765d5
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-02-12 14:33:37 +0100
mtk: almost bullet proof autoconnect function
Base directory -> /
wificontrol.c | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 7dfa71b9e8aff739c14f748ed725fe9c1daa594c
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-02-12 14:21:40 +0100
mtk: apcli reconnect
Base directory -> /
wificontrol.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2017-02-14 13:37:31 +01:00
Sukru Senli
e53ff48d3c
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 9a7864e add new mac to inteno macaddr
-------------------------------------------------------------------------------
commit 9a7864ea9625429d67e54fafda2105f855806c5e
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-02-10 10:47:01 +0100
add new mac to inteno macaddr
Base directory -> /
tools.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2017-02-10 10:50:07 +01:00
Sukru Senli
0f847738ad
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 5f529c2 use is_inteno_macaddr function in more places
-------------------------------------------------------------------------------
commit 5f529c2aa8bd8865dd6d705470d565a142dbcb29
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2017-02-07 11:56:16 +0100
use is_inteno_macaddr function in more places
Base directory -> /
network.c | 2 +-
tools.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2017-02-07 11:56:36 +01:00