Jakob Olsson
fa8fd97000
wifilife: call netmode to sync credentials on reload/config write
2019-01-10 16:28:10 +01:00
Anjan Chanda
6b0f82b322
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* f23b71a cntlr: log radar detection at default loglevel
* 420e54a improve scanning for watchlist nodes
* 71c4a7a cntlr: add return status for cntlr_cmd
* 7fe863b cntlr: channel switch in 'local' agent upon radar event
* 8452d42 cntlr: handle radar events in network
* d010d49 wip: radar detect functionality added to cntlr
-------------------------------------------------------------------------------
commit f23b71acd4312fa4eacca61cc4170b164da60c9a
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-01-02 15:01:47 +0100
cntlr: log radar detection at default loglevel
Base directory -> /
src/agent.c | 2 ++
src/cntlr.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 420e54a2f51364f7411da01016b2b0b33596eb40
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-01-02 14:03:58 +0100
improve scanning for watchlist nodes
Base directory -> /
src/agent.c | 5 +++--
src/cntlr.c | 28 ++++++++++++++++++++--------
2 files changed, 23 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 71c4a7ac5a39d158557700b87097d2a575a815f9
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-01-02 14:01:01 +0100
cntlr: add return status for cntlr_cmd
Base directory -> /
src/cntlr_comm.h | 2 +-
src/cntlr_comm_ubus.c | 3 ++-
src/comm.c | 9 ++++++---
3 files changed, 9 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 7fe863b59356c144f622b9dec125aaf6fc294cd5
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-12-28 16:54:27 +0100
cntlr: channel switch in 'local' agent upon radar event
Base directory -> /
src/agent.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/cntlr.c | 37 ++++++++++++++++++++++++++++------
src/comm.c | 15 ++------------
src/comm.h | 9 +++++++++
4 files changed, 109 insertions(+), 19 deletions(-)
-------------------------------------------------------------------------------
commit 8452d42d454e11fbb774d21fc85e4f0255d4888d
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-12-27 15:53:49 +0100
cntlr: handle radar events in network
Base directory -> /
src/agent.c | 67 +++++++++++++-
src/cntlr.c | 300 +++++++++++++++++++++++++++++++-----------------------------
src/cntlr.h | 13 ++-
src/comm.h | 2 +
4 files changed, 232 insertions(+), 150 deletions(-)
-------------------------------------------------------------------------------
commit d010d49d3935e9ec243c8f0225dfdd491067bd40
Author: Jakob Olsson <jakob.olsson@iopsys.eu>
Date: 2018-12-21 16:36:09 +0100
wip: radar detect functionality added to cntlr
Base directory -> /
src/cntlr.c | 241 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
src/cntlr.h | 11 +++
2 files changed, 242 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
2019-01-02 15:30:12 +01:00
Anjan Chanda
01d73e7642
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 8de1e0f fix endian during structure-to-bytestring conversions
-------------------------------------------------------------------------------
commit 8de1e0f3264998a6757ae2fb16599ad6eb19a0f9
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-12-17 16:59:35 +0100
fix endian during structure-to-bytestring conversions
Base directory -> /
src/agent.c | 7 ++++++-
src/cntlr.c | 11 +++++++++--
2 files changed, 15 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2018-12-18 10:26:16 +01:00
Anjan Chanda
f1757d70f7
wifilife: add option for continuous record logging
2018-12-12 17:35:22 +01:00
Anjan Chanda
a71f0184e1
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 586a747 use 'logrec' from record logging
* 830e703 create fifo for logging
-------------------------------------------------------------------------------
commit 586a747bbc22a5cacd3e826f27c967662a421c22
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-12-12 16:33:15 +0100
use 'logrec' from record logging
Base directory -> /
src/agent.c | 2 +-
src/debug.c | 2 +-
src/debug.h | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 830e7033a8901ca83cc6b46e472dc8f010404969
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-12-12 11:37:51 +0100
create fifo for logging
Base directory -> /
src/agent.c | 1 +
src/debug.c | 37 +++++++++++++++++++++++++++++++++++--
src/main.c | 7 ++++++-
3 files changed, 42 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2018-12-12 17:21:34 +01:00
Anjan Chanda
1457c5c9f8
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 0766754 increase ubus timeout to account for BCM's scanning
* 42e2ad0 suppress 'wifi.sta' info ubus events
* e44e852 do not send more than one BTM req to a STA
-------------------------------------------------------------------------------
commit 0766754acc071bd9f1631ca83cbc47c108ca1cea
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-12-11 12:41:01 +0100
increase ubus timeout to account for BCM's scanning
Base directory -> /
src/cntlr_comm_ubus.c | 2 +-
src/comm.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 42e2ad0fe4bcc658d8269a51740afff3788a6b23
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-12-11 12:38:31 +0100
suppress 'wifi.sta' info ubus events
Base directory -> /
src/agent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit e44e852b5babe907913975026aea5a1da7daf329
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-12-06 08:14:19 +0100
do not send more than one BTM req to a STA
Base directory -> /
src/agent.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-12-11 13:34:48 +01:00
Anjan Chanda
7331e90d2b
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 25af249 fix sta buffer passed to get sta info
-------------------------------------------------------------------------------
commit 25af2498b09575990031b1c5754a0893f1d44b80
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-29 15:48:30 +0100
fix sta buffer passed to get sta info
Base directory -> /
src/agent.c | 12 +++++++-----
src/default_rules.c | 13 ++++++++-----
2 files changed, 15 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
2018-11-29 15:53:19 +01:00
Anjan Chanda
01f9a10dd1
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 3b637e0 set radar notification for 30 mins
-------------------------------------------------------------------------------
commit 3b637e0a1c49030c2289d3724cdedd089780de17
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-29 12:44:00 +0100
set radar notification for 30 mins
Base directory -> /
src/agent.c | 23 +++++++++++++++++++++--
src/agent.h | 1 +
2 files changed, 22 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-29 12:47:12 +01:00
Anjan Chanda
1c7838d256
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 7768b30 agent: fix vendor ie addition
* 7286670 agent: add vsie on rdr
-------------------------------------------------------------------------------
commit 7768b30ab3739efa509c6fce7f1256a50a2bce98
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-23 15:45:23 +0100
agent: fix vendor ie addition
Base directory -> /
src/agent.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 7286670f22f8184c390d624861f73f1630d37679
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-23 13:12:58 +0100
agent: add vsie on rdr
Base directory -> /
src/agent.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 100 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-26 10:16:39 +01:00
Anjan Chanda
319cb50c59
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* fac33d5 fix sta-neighbor list empty and growing issue
* 936cce5 adjust rate of 11k bcn report requests
-------------------------------------------------------------------------------
commit fac33d509b3c9bd02dab07d9e8f7aa8f4b733a54
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-16 13:35:44 +0100
fix sta-neighbor list empty and growing issue
Base directory -> /
src/agent.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 936cce5a7780c1b393c08347d8ac1087d2c996b0
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-15 15:20:13 +0100
adjust rate of 11k bcn report requests
Base directory -> /
src/agent.c | 23 ++++++++++++++++++-----
src/agent.h | 2 +-
2 files changed, 19 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
2018-11-16 16:01:36 +01:00
Anjan Chanda
49a3984859
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 7fca45a fix rssi check rule
-------------------------------------------------------------------------------
commit 7fca45acc3cb06a1a973be2533cf107597184df4
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-15 12:30:28 +0100
fix rssi check rule
Base directory -> /
src/agent.c | 2 +-
src/default_rules.c | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2018-11-15 12:32:45 +01:00
Anjan Chanda
c5a3077cdb
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* c125b5a increase legacy steer reassoc interval to 10 mins
-------------------------------------------------------------------------------
commit c125b5a542ff63d63ba9e093279c0a322dcc00d8
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-14 10:16:48 +0100
increase legacy steer reassoc interval to 10 mins
This solves the frequent STA kickouts due to the STA returning back to the
same AP a little after the reassoc interval, which was set to 10 secs
earlier.
Base directory -> /
src/config.c | 4 ++--
src/config.h | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-14 10:23:37 +01:00
Anjan Chanda
da41d31b72
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 0359109 increase reassoc timeout after legacy steer STA
-------------------------------------------------------------------------------
commit 035910939233f36f1aac78dd4a09626f0588f0f6
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-13 16:56:52 +0100
increase reassoc timeout after legacy steer STA
Base directory -> /
src/agent.c | 4 ++++
src/config.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-11-13 16:59:10 +01:00
Jakob Olsson
a2e5b4b79e
wifilife: add dependency to uci config, restart on change in config
2018-11-05 12:08:04 +01:00
Anjan Chanda
d1162b7a7d
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 9bdea51 change option name 'interval' to 'runfreq'
-------------------------------------------------------------------------------
commit 9bdea51b722363a2d7679f34bd0d6b14036fb11c
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-05 09:21:42 +0100
change option name 'interval' to 'runfreq'
Base directory -> /
src/config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-11-05 09:23:09 +01:00
Anjan Chanda
c9dfb08a40
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 495d939 config for legacy ap-steering as fallback option
* f4452c7 introduce run speed in wifiagent
-------------------------------------------------------------------------------
commit 495d939b6ab3bde1c98ac86d8aa203f54a7a01ad
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-03 21:33:10 +0100
config for legacy ap-steering as fallback option
Base directory -> /
src/agent.c | 3 ++-
src/config.c | 9 +++++++++
src/config.h | 2 ++
3 files changed, 13 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit f4452c77554ad9cc769e10d400d3399251b772af
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-03 20:04:48 +0100
introduce run speed in wifiagent
Base directory -> /
src/agent.c | 9 +++++++--
src/agent.h | 4 ++--
src/config.c | 60 +++++++++++++++++++++++++++++++++++++++++++-----------------
src/config.h | 10 ++++++++++
4 files changed, 62 insertions(+), 21 deletions(-)
-------------------------------------------------------------------------------
2018-11-04 19:14:53 +01:00
Anjan Chanda
54e25d9c59
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 49c0a0e give unique uci option names to 'threshold'
-------------------------------------------------------------------------------
commit 49c0a0efc357f528d404a94a22177ac7c88e12cc
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-02 13:36:19 +0100
give unique uci option names to 'threshold'
Base directory -> /
src/default_rules.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-02 14:04:19 +01:00
Anjan Chanda
2e0e871d51
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* fdbfc07 fix event string when 'to_bss' is Null
* 04f8eb9 consider plus/minus rssi margin
* 94c4c40 GET_BSS_INFO reports identical security profile
-------------------------------------------------------------------------------
commit fdbfc070500666d58cf9513e4601d5b2b25f7f0d
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-26 15:11:48 +0200
fix event string when 'to_bss' is Null
Base directory -> /
src/agent.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 04f8eb9e3a1aef4a540b71d064f915e0e1ee81d0
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-26 14:25:25 +0200
consider plus/minus rssi margin
Base directory -> /
src/default_rules.c | 3 ++-
src/default_rules.h | 8 ++++----
2 files changed, 6 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 94c4c406a479d240f9be8a7e1dbae30cdd839d1b
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-25 15:30:06 +0200
GET_BSS_INFO reports identical security profile
Base directory -> /
src/agent.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
2018-10-26 15:15:11 +02:00
Anjan Chanda
2bffd0242b
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 9e6dbd2 Cntlr: defer updating as neighbor if its mac is zero
* bd6a081 implement CMD_DEL_NEIGHBOR
* 00b88bc log actons and post onto ubus
-------------------------------------------------------------------------------
commit 9e6dbd215d1b169c6bd4be69932d1b3ca280e8d8
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-25 09:39:28 +0200
Cntlr: defer updating as neighbor if its mac is zero
Base directory -> /
src/cntlr.c | 5 +++++
1 file changed, 5 insertions(+)
-------------------------------------------------------------------------------
commit bd6a081370e6df6bb1fbfff20ec13da9a283f69d
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-24 22:00:08 +0200
implement CMD_DEL_NEIGHBOR
Base directory -> /
src/agent.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
src/cntlr.c | 32 ++++++++++++++++++++++++++++----
2 files changed, 75 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 00b88bcdad1ac4155cb7ccd97971ba7feec10773
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-24 20:32:14 +0200
log actons and post onto ubus
cntlr: include CMD_ADD_NEIGHBOR handling cntlr: better handling of
'wifi.agent' add/remove agent: log and notify steer actions over ubus agent:
fix stainfo stats agent: handle CMD_STEER_EXCLUDE_DEL
Base directory -> /
src/agent.c | 115 +++++++++++++++++++++++++++++++++++++++++--------------
src/agent.h | 9 +++++
src/agent_ubus.c | 16 +++++++-
src/cntlr.c | 108 +++++++++++++++++++++++++++++----------------------
src/comm.c | 10 +++--
src/config.c | 13 +++++++
6 files changed, 193 insertions(+), 78 deletions(-)
-------------------------------------------------------------------------------
2018-10-25 09:56:27 +02:00
Anjan Chanda
ec69c2d171
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* dcada7b cntlr: startup order and agent monitoring
-------------------------------------------------------------------------------
commit dcada7b851a2865278f95b65f572838cee34d9a5
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-22 17:20:53 +0200
cntlr: startup order and agent monitoring
Base directory -> /
src/cntlr.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++++-------------
src/debug.h | 17 +++++++++++++
2 files changed, 84 insertions(+), 17 deletions(-)
-------------------------------------------------------------------------------
2018-10-23 09:24:08 +02:00
Anjan Chanda
77350790c1
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* bbf8860 fix cntlr cmd-response path
* f401563 change ubus cmd data type to string type
-------------------------------------------------------------------------------
commit bbf88603d74a4da27ddd6ac3958cce4919652883
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-20 14:07:21 +0200
fix cntlr cmd-response path
Base directory -> /
src/agent.c | 36 ++++++++++++++--------
src/cntlr.c | 84 ++++++++++++++++++++++++++++++++++++---------------
src/cntlr.h | 2 ++
src/cntlr_comm.h | 9 +-----
src/cntlr_comm_ubus.c | 50 ++++++++----------------------
src/comm.c | 23 ++++++++++++--
src/comm.h | 35 +++++++++++++++++++++
src/debug.c | 19 ++++++++++++
src/debug.h | 1 +
src/utils.c | 32 ++++++++++++++++++++
src/utils.h | 4 +++
11 files changed, 211 insertions(+), 84 deletions(-)
-------------------------------------------------------------------------------
commit f401563389c36f94d080163e28c5224349f60df6
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-19 19:37:42 +0200
change ubus cmd data type to string type
Base directory -> /
src/agent.c | 2 ++
src/agent_ubus.c | 3 ++-
src/cntlr.c | 4 +++-
src/cntlr_comm_ubus.c | 2 +-
4 files changed, 8 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2018-10-22 09:25:17 +02:00
Anjan Chanda
30624667c5
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* d3b7410 agent: enable scan at bootup
-------------------------------------------------------------------------------
commit d3b7410b262225edff6b6b10a3bfd4e6a63fe877
Author: Sukru Senli <sukru.senli@iopsys.eu>
Date: 2018-10-19 14:50:50 +0200
agent: enable scan at bootup
Base directory -> /
src/agent.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-10-19 14:59:57 +02:00
Anjan Chanda
e6eb52dcfc
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 322ee12 periodic update bssinfo in agent
* 9047325 update nbrlist workaround for nodes that can't scan
-------------------------------------------------------------------------------
commit 322ee12da88323c440f90972d35dd01ca37fd54d
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-19 12:48:02 +0200
periodic update bssinfo in agent
Base directory -> /
src/agent.c | 23 +++++++++++++++++++++++
src/agent.h | 3 +++
src/cntlr.c | 15 +++++++++------
3 files changed, 35 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 9047325710c529f8e8eb2974c0b09f8443d944fb
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-19 11:37:14 +0200
update nbrlist workaround for nodes that can't scan
Base directory -> /
src/agent.c | 36 ++++++++++++++++++++-
src/cntlr.c | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++---------
src/cntlr.h | 17 +++++++++-
src/comm.h | 7 ++++
4 files changed, 147 insertions(+), 17 deletions(-)
-------------------------------------------------------------------------------
2018-10-19 12:49:36 +02:00
Anjan Chanda
05b5d4854d
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 2ae858e fix exclude node from steering
* c56c761 enhance cntlr CMD and response handling
-------------------------------------------------------------------------------
commit 2ae858e644051140dbf4b18bef74e71a977bddbf
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-18 22:08:13 +0200
fix exclude node from steering
Base directory -> /
src/agent.c | 26 +++++++++++++++++++-------
src/agent.h | 6 +++---
src/cntlr.c | 40 ++++++++++++++++++++++++++++------------
src/config.h | 3 +++
src/debug.h | 2 ++
src/default_rules.c | 1 +
src/default_rules.h | 4 +++-
7 files changed, 59 insertions(+), 23 deletions(-)
-------------------------------------------------------------------------------
commit c56c761795739a419cc766919304d32d16d24540
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-18 17:29:22 +0200
enhance cntlr CMD and response handling
Base directory -> /
src/agent.c | 40 +++++++++++++++++++++++++++---
src/agent.h | 6 +++--
src/agent_ubus.c | 3 ++-
src/cntlr.c | 48 +++++++++++++++++++++++++++++++++---
src/cntlr.h | 6 +++--
src/cntlr_comm.h | 13 ++++++++--
src/cntlr_comm_ubus.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++++--
src/comm.c | 8 ++++--
src/comm.h | 42 ++++++++++++++++++++++---------
src/wifilife.conf | 57 ++++++++++++++++++++++++++++++++++++++++++
10 files changed, 261 insertions(+), 30 deletions(-)
-------------------------------------------------------------------------------
2018-10-18 22:20:08 +02:00
Anjan Chanda
14a704d729
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* a61c902 redefine Cntlr CMD; handle assoc control command in agent
* bd24f42 fix 'assoc_control' ubus method
-------------------------------------------------------------------------------
commit a61c9028cf3bbad47292508a5b649f45262ac09c
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-17 15:02:12 +0200
redefine Cntlr CMD; handle assoc control command in agent
Base directory -> /
src/agent.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++---
src/agent.h | 2 +-
src/agent_ubus.c | 4 +++-
src/cntlr.c | 29 ++++++++++++++++++++++----
src/cntlr_comm.h | 4 ++--
src/cntlr_comm_ubus.c | 7 ++++---
src/comm.c | 7 +++++--
src/comm.h | 10 +++++++++
8 files changed, 105 insertions(+), 16 deletions(-)
-------------------------------------------------------------------------------
commit bd24f42f7d3a48d5b8024f0dffc42ba2896c749b
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-16 14:11:17 +0200
fix 'assoc_control' ubus method
Base directory -> /
src/agent_ubus.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-10-18 09:05:44 +02:00
Anjan Chanda
6d552297a4
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 9872bfc direct-scan network and change refresh timers
-------------------------------------------------------------------------------
commit 9872bfc7fa13087aa7f25f87250eaa1c76b58c30
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-12 12:58:42 +0200
direct-scan network and change refresh timers
Base directory -> /
src/agent.c | 27 ++++++++++++++-------------
src/agent.h | 6 +++---
src/cntlr_comm_ubus.c | 2 +-
3 files changed, 18 insertions(+), 17 deletions(-)
-------------------------------------------------------------------------------
2018-10-12 17:00:22 +02:00
Anjan Chanda
c6038a269c
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* ab4876b check for NULL cmd data in cntlr command
-------------------------------------------------------------------------------
commit ab4876bdf025e04a675ac75dfde6d27a63e0f204
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-11 16:24:50 +0200
check for NULL cmd data in cntlr command
Base directory -> /
src/cntlr_comm_ubus.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-10-12 11:29:35 +02:00
Anjan Chanda
e9f9f7e196
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 16e42e1 delete file core.c
* a17594c automagically exclude network nodes from steering
-------------------------------------------------------------------------------
commit 16e42e187340630000b5a2c5876911f83a7289c0
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-11 13:34:50 +0200
delete file core.c
Base directory -> /
src/core.c | 38 --------------------------------------
1 file changed, 38 deletions(-)
-------------------------------------------------------------------------------
commit a17594cf78b3bb8e1114aab3b6e0bcae59fb9c2a
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-10 12:49:56 +0200
automagically exclude network nodes from steering
Base directory -> /
src/agent.c | 22 +++++++++++++++++-----
src/agent_ubus.c | 1 +
src/cntlr.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++--
src/cntlr.h | 8 ++++++++
src/cntlr_comm.h | 2 +-
src/cntlr_comm_ubus.c | 10 +++++-----
src/comm.c | 4 +++-
src/comm.h | 2 +-
src/utils.c | 42 ++++++++++++++++++++++++++++++++++++++++++
src/utils.h | 11 +++++++++++
10 files changed, 136 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
2018-10-11 13:39:00 +02:00
Anjan Chanda
0bc58c3fb2
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* b006503 support add/del steer exclude entry in config
-------------------------------------------------------------------------------
commit b0065033c6ed6d9411666aba4fbc6146205f2178
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-10 10:54:03 +0200
support add/del steer exclude entry in config
Base directory -> /
src/agent.c | 8 ++++++
src/comm.h | 1 +
src/config.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/config.h | 4 +++
4 files changed, 99 insertions(+)
-------------------------------------------------------------------------------
2018-10-10 10:57:00 +02:00
Anjan Chanda
004093329e
wifilife: add 'wifi*' in owsd ubusproxy
2018-10-08 15:53:05 +02:00
Anjan Chanda
1f1a2931ca
wifilife: start wifi controller at RootNode
2018-10-08 15:50:45 +02:00
Anjan Chanda
440bb0dacb
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* fcdd56b update README - add features and run options
* 9d2b12e allow wildcard macaddress in exclude list
* 5804141 introduce hysteresis in rssi steering rule
-------------------------------------------------------------------------------
commit fcdd56bf326101c8ba1e90887b6f1802ce867ce7
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-07 20:26:05 +0200
update README - add features and run options
Base directory -> /
README.md | 232 ++++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 136 insertions(+), 96 deletions(-)
-------------------------------------------------------------------------------
commit 9d2b12e84e17194db749f9695a79d88f7c093758
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-07 19:42:03 +0200
allow wildcard macaddress in exclude list
Base directory -> /
src/agent.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 58041413bc7bb4407d558bd2ce1c92681162cf7c
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-07 12:48:46 +0200
introduce hysteresis in rssi steering rule
Base directory -> /
src/agent.c | 8 ++++----
src/agent.h | 1 +
src/default_rules.c | 38 ++++++++++++++++++++++++++++++--------
src/default_rules.h | 5 +++++
4 files changed, 40 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
2018-10-08 09:24:38 +02:00
Anjan Chanda
803f139c8c
wifilife: fix for open build
2018-10-05 18:04:04 +02:00
Anjan Chanda
3ebd61b2b8
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 94c5dea adjust loglevel of messages
-------------------------------------------------------------------------------
commit 94c5dea8cd981378b164b20dcc795aa92671f71a
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-04 14:19:18 +0200
adjust loglevel of messages
Base directory -> /
src/agent.c | 40 ++++++++++++++++++++--------------------
src/cntlr.c | 23 +++++++++++------------
src/cntlr_comm_ubus.c | 2 +-
src/config.c | 6 +++---
src/main.c | 5 +----
5 files changed, 36 insertions(+), 40 deletions(-)
-------------------------------------------------------------------------------
2018-10-05 16:50:31 +02:00
Anjan Chanda
42b8547e81
wifilife: introduce WIFILIFE_OPEN option
2018-10-05 16:36:11 +02:00
Anjan Chanda
3666863bc5
iop: fix wifilife consumer build
2018-10-05 13:41:37 +02:00
Anjan Chanda
d3d8768535
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* a9c2106 rename config wifiagent -> wifilife
-------------------------------------------------------------------------------
commit a9c2106bf53a4e9f5e1a773cbda0af7e54e83a09
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-02 09:39:12 +0200
rename config wifiagent -> wifilife
Base directory -> /
src/agent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-10-02 11:09:27 +02:00
Anjan Chanda
d0d08c3bc2
wifilife: move config to target specific and add start/stop
2018-10-02 10:35:47 +02:00
Anjan Chanda
1b31a9b2e3
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* bb389d8 suppress const qualifier warning
* 475bc1b get bssload for own bss during init
* 025cf5e enable/disable steer param based on config policy
* d82393e misc changes including initial definition of 'comm' interface
* 26758d3 initial definition - controller managed data
* 78f6a1d handle attach/detach node events
* 5145b78 add simple hash function for macaddress
* a94c1df enum network nodes
* d84543c attempt btm steering before lagacy
-------------------------------------------------------------------------------
commit bb389d8e19d3f6bfc58727784151b5455de94ce3
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-01 14:34:09 +0200
suppress const qualifier warning
Base directory -> /
src/cntlr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 475bc1b31de23480a291779a147ab1b8634a52ef
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-01 14:24:38 +0200
get bssload for own bss during init
Base directory -> /
src/agent.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 025cf5e808032d7c5c5bf846344dd1e71a0cb3aa
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-01 12:13:59 +0200
enable/disable steer param based on config policy
Base directory -> /
src/agent.c | 3 +++
src/config.c | 4 ++++
src/rules.h | 1 +
3 files changed, 8 insertions(+)
-------------------------------------------------------------------------------
commit d82393eb0d73292218d709bbcc2136841b585be2
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-30 13:26:13 +0200
misc changes including initial definition of 'comm' interface
cntlr: include local agent in cntlr's nodelist comm: define comm interface
between cntlr and agent cntlr: implement comm interface in controller cntlr:
issue SCAN in nodes whenever network topology changes agent: handle CMD_*
commands from controller data: refine data structures used to store
collected data
Base directory -> /
src/Makefile | 2 +
src/agent.c | 28 +++++++++-
src/agent.h | 2 +
src/agent_ubus.c | 41 +++++++++++++++
src/cntlr.c | 139 +++++++++++++++++++++++++++++++++++++++-----------
src/cntlr.h | 7 +++
src/cntlr_comm.h | 8 +++
src/cntlr_comm_ubus.c | 63 +++++++++++++++++++++++
src/comm.c | 38 +++++++++++++-
src/comm.h | 40 ++++++++++++++-
src/data.h | 106 +++++++++++++++++++-------------------
src/utils.h | 3 ++
12 files changed, 391 insertions(+), 86 deletions(-)
-------------------------------------------------------------------------------
commit 26758d3a920f6d378ca89d7f7b391a3bee3bd9fa
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-28 10:40:43 +0200
initial definition - controller managed data
Base directory -> /
src/cntlr.h | 2 ++
src/data.h | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
-------------------------------------------------------------------------------
commit 78f6a1d8caccd72bf09eb52ae611cb32cb09779e
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-28 10:37:58 +0200
handle attach/detach node events
Base directory -> /
src/cntlr.c | 285 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
src/cntlr.h | 31 ++++++-
2 files changed, 266 insertions(+), 50 deletions(-)
-------------------------------------------------------------------------------
commit 5145b785b6c279727130c35a4ea3243407122f4d
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-28 10:33:13 +0200
add simple hash function for macaddress
Base directory -> /
src/utils.h | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit a94c1dfa9ecf924e38f423ba2bf90fffa7920c84
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-26 17:06:45 +0200
enum network nodes
Base directory -> /
src/cntlr.c | 213 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
src/cntlr.h | 18 +++++
2 files changed, 214 insertions(+), 17 deletions(-)
-------------------------------------------------------------------------------
commit d84543c02708e4fd3133f95c8a7bb600019bdced
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-27 09:34:21 +0200
attempt btm steering before lagacy
Base directory -> /
src/agent.c | 13 +++++++------
src/agent.h | 2 ++
2 files changed, 9 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
2018-10-01 15:04:17 +02:00
Anjan Chanda
dc9e0d8e5e
Update feed [ feed_inteno_packages ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 96cade3 prevent multiple instances of daemon running
-------------------------------------------------------------------------------
commit 96cade32a612aae38a3d9babda9a94891276786c
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-21 15:56:04 +0200
prevent multiple instances of daemon running
Base directory -> /
src/main.c | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2018-09-21 17:31:00 +02:00
Anjan Chanda
902791f940
Update feed [ feed_inteno_packages ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* b3b122d check 'stax' instead of 'sta' in exclude lists
* 83ee8c1 run agent only on interfaces that are enabled
* d9291b8 Add README.md
-------------------------------------------------------------------------------
commit b3b122de03f90a2d9c66914694d7a3e05993c05c
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-20 17:11:00 +0200
check 'stax' instead of 'sta' in exclude lists
Base directory -> /
src/agent.c | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 83ee8c1285380aecbcfbbde795f04b99a1ea825d
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-20 16:34:45 +0200
run agent only on interfaces that are enabled
Base directory -> /
src/agent.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 66 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit d9291b82fae9aa46a9344e731656f6830e896f31
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-20 09:35:36 +0000
Add README.md
Base directory -> /
README.md | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 104 insertions(+)
-------------------------------------------------------------------------------
2018-09-21 09:05:07 +02:00
Anjan Chanda
9359bacfce
Update feed [ feed_inteno_packages ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 2c7247a improve neighbor list management
* 68c5fa5 use 'wifix' ubus object instead of 'wifi'
* 06de2f3 improve steer-rule matching algos
* 65e64c8 code comments - pref_nbrlist already considers STA beacon report
* fcad7f3 sync description to how it is implemented
* 5c5e0eb establish bssload based steering
* 00d6fa3 placefolders for building topology tree
-------------------------------------------------------------------------------
commit 2c7247a3e9813cd32255980505bfbd4318e225c7
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-19 12:00:54 +0200
improve neighbor list management
Base directory -> /
src/agent.c | 56 +++++++++++++++++++++++++++++++++--------------------
src/default_rules.c | 4 ++--
2 files changed, 37 insertions(+), 23 deletions(-)
-------------------------------------------------------------------------------
commit 68c5fa5e7ed84c7988cd592c13c5ca1c05a61196
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-18 12:26:20 +0200
use 'wifix' ubus object instead of 'wifi'
Base directory -> /
src/agent.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 06de2f3e924fd24d8ae0dfe94ebe335641a093f8
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-17 16:32:49 +0200
improve steer-rule matching algos
Base directory -> /
src/NOTES.txt | 2 +-
src/agent.c | 40 ++++++++++++-------------
src/default_rules.c | 84 +++++++++++++++++++++++++++++++++++++++++++----------
src/rules.h | 4 ++-
4 files changed, 92 insertions(+), 38 deletions(-)
-------------------------------------------------------------------------------
commit 65e64c858d22e6f6876012ecac5ac90832d5cce6
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-17 10:17:42 +0200
code comments - pref_nbrlist already considers STA beacon report
Base directory -> /
src/default_rules.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit fcad7f3e977ab51cd3646a773c58a2862a528c6a
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-17 09:52:22 +0200
sync description to how it is implemented
Base directory -> /
src/NOTES.txt | 42 ++++++++++++++++++++++++++++++++++--------
1 file changed, 34 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
commit 5c5e0eba63a2f5bea3c32a11e39d49b5d2bfeb60
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-17 09:32:12 +0200
establish bssload based steering
Base directory -> /
src/default_rules.c | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 00d6fa3bc0a6974099971e7bb53c5a98067de17f
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-13 17:14:07 +0200
placefolders for building topology tree
Base directory -> /
src/cntlr.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++---------
src/cntlr.h | 7 ++-
2 files changed, 128 insertions(+), 22 deletions(-)
-------------------------------------------------------------------------------
2018-09-19 16:37:32 +02:00
Anjan Chanda
fac188e2a1
wifilife: migrate to dev.iopsys.eu
2018-09-14 13:26:26 +02:00
Anjan Chanda
22987c2002
Update feed [ feed_inteno_packages ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 7875239 construct neighbor entry details
* 3717549 include iopsys copyright header
-------------------------------------------------------------------------------
commit 78752399841a4309c23d9dbf092857921b97be27
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-05 14:02:31 +0200
construct neighbor entry details
Base directory -> /
src/agent.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++-----------
src/agent.h | 1 +
src/utils.c | 19 +++++++------
src/utils.h | 8 +++---
4 files changed, 91 insertions(+), 29 deletions(-)
-------------------------------------------------------------------------------
commit 37175495a89ded74c22e1acec3e292804a7e8323
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-05 11:20:38 +0200
include iopsys copyright header
Base directory -> /
src/agent.c | 23 +++++++++++++++++++++++
src/agent.h | 22 ++++++++++++++++++++++
src/agent_ubus.c | 4 ++--
src/agent_ubus.h | 22 ++++++++++++++++++++++
src/cntlr.c | 22 ++++++++++++++++++++++
src/cntlr.h | 22 ++++++++++++++++++++++
src/config.c | 22 ++++++++++++++++++++++
src/config.h | 22 ++++++++++++++++++++++
src/debug.c | 22 ++++++++++++++++++++++
src/debug.h | 22 ++++++++++++++++++++++
src/default_rules.c | 22 ++++++++++++++++++++++
src/default_rules.h | 22 ++++++++++++++++++++++
src/list_sort.c | 21 +++++++++++++++++++++
src/main.c | 5 ++---
src/rules.c | 22 ++++++++++++++++++++++
src/rules.h | 22 ++++++++++++++++++++++
src/utils.c | 22 ++++++++++++++++++++++
src/utils.h | 22 ++++++++++++++++++++++
18 files changed, 356 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
2018-09-05 14:10:17 +02:00
Anjan Chanda
85b70ccab8
Update feed [ feed_inteno_packages ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* f1c44c6 improve sta steering verdict for rssi
* 1dcf740 add legacy steering config options
* 0d3a811 get tx/rx stats for stas
* d80860b add .gitignore file
* 1c0b539 fix netif config and add debug prints
* c5b8a01 implement legacy AP steering for STAs
* 43b0e52 replace fprintfs with dbg prints
* f945d69 skip to next rule if sta's rssi above threshold
* 26e6250 handle controller initiated steer opportunity
* b67c6d8 implement wifi.agent's steer ubus method
-------------------------------------------------------------------------------
commit f1c44c63060eeb813d0dd7d38809fea1ffa81392
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-04 12:48:43 +0200
improve sta steering verdict for rssi
Base directory -> /
src/default_rules.c | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
-------------------------------------------------------------------------------
commit 1dcf7401919d94fa52594d5a536b528a490d5b12
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-04 12:16:06 +0200
add legacy steering config options
Base directory -> /
src/agent.c | 6 ++++--
src/config.c | 2 ++
src/config.h | 5 +++++
3 files changed, 11 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 0d3a8119f4715af35265641c95659250b7103086
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-09-03 09:55:36 +0200
get tx/rx stats for stas
Base directory -> /
src/agent.c | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit d80860b59b34449c94a02339937dd697bd6d2b7d
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-29 09:10:07 +0200
add .gitignore file
Base directory -> /
.gitignore | 12 ++++++++++++
1 file changed, 12 insertions(+)
-------------------------------------------------------------------------------
commit 1c0b5390a3829648af5cef0cc7b05affd7f21d33
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-28 16:38:59 +0200
fix netif config and add debug prints
Base directory -> /
src/agent.c | 12 ++++++++++--
src/config.c | 2 ++
src/default_rules.c | 4 +++-
3 files changed, 15 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit c5b8a019fc1c9abc0f984d7569d6e6e376231722
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-28 12:10:12 +0200
implement legacy AP steering for STAs
Base directory -> /
src/agent.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++-----------
src/agent.h | 8 ++++++-
2 files changed, 69 insertions(+), 14 deletions(-)
-------------------------------------------------------------------------------
commit 43b0e52240ec4aac94f2248c7bf5a54387aa0f29
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-21 13:56:19 +0200
replace fprintfs with dbg prints
Base directory -> /
src/agent_ubus.c | 27 ++++++++++++---------------
1 file changed, 12 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
commit f945d69655c4b881cef78b1243a7af14127a5d98
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-21 13:12:52 +0200
skip to next rule if sta's rssi above threshold
Base directory -> /
src/default_rules.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 26e6250337f3aee4ec86998529972d14380ef221
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-21 13:11:57 +0200
handle controller initiated steer opportunity
Base directory -> /
src/agent.c | 105 +++++++++++++++++++++++++++++++++++++++++++++++-------------
src/agent.h | 7 +++-
2 files changed, 88 insertions(+), 24 deletions(-)
-------------------------------------------------------------------------------
commit b67c6d89a2d9af698e88c540c9e370b58767a81c
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-20 15:13:34 +0200
implement wifi.agent's steer ubus method
Base directory -> /
src/agent.c | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
src/agent.h | 15 +++++++-
src/agent_ubus.c | 30 +++++++++++----
3 files changed, 148 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
2018-09-05 10:16:49 +02:00
Anjan Chanda
bfe328734b
Update feed [ feed_inteno_packages ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 5d72d7d improve signal handling and reload logic
-------------------------------------------------------------------------------
commit 5d72d7d47c323e40299d8caeb79d86efcb555575
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-15 15:30:50 +0200
improve signal handling and reload logic
Base directory -> /
src/agent.c | 47 ++++++++++++++++++++++++++++++++++++-----------
src/agent.h | 1 +
2 files changed, 37 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
2018-08-15 15:46:27 +02:00
Anjan Chanda
57b2e7d657
Update feed [ feed_inteno_packages ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 010f252 swap to fix exclude-list stas
* 9c69359 cleanup debug prints
* 85fa418 debug function to dump agent's config
* 633a681 load config from uci configs
* 47cca3a list_flush() to delete all list entries
-------------------------------------------------------------------------------
commit 010f252203a88187bdaf4e4e381a4f5ae1c4ba83
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-14 15:26:40 +0200
swap to fix exclude-list stas
Base directory -> /
src/config.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 9c6935900ab91d48c6a54dba88517331e3dfe37b
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-14 15:10:43 +0200
cleanup debug prints
Base directory -> /
src/agent.c | 4 ++--
src/config.c | 36 +++++++++++++++++-------------------
src/default_rules.c | 23 ++---------------------
3 files changed, 21 insertions(+), 42 deletions(-)
-------------------------------------------------------------------------------
commit 85fa4187d6c761170071d74074ba4aae487ab822
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-14 14:16:58 +0200
debug function to dump agent's config
Base directory -> /
src/agent.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 633a681b08feeff18f418018c84b25e81c937583
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-14 14:15:55 +0200
load config from uci configs
Base directory -> /
src/config.c | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
src/config.h | 18 ++++++----
2 files changed, 123 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
commit 47cca3a13804d3ad61f91a143a6526d2785b32ae
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2018-08-14 14:14:50 +0200
list_flush() to delete all list entries
Base directory -> /
src/utils.h | 11 +++++++++++
1 file changed, 11 insertions(+)
-------------------------------------------------------------------------------
2018-08-15 10:40:00 +02:00
Anjan Chanda
1ed9f8bee4
wifilife-1.0.1 - Initial
2018-08-14 11:03:20 +02:00