Oussama Ghorbel
62aa40ceea
uboot:intel_mips update revision
...
15e223e norrland: match the nand reserved block for kernel to uboot
value
2019-04-30 14:06:47 +02:00
Ronny Nilsson
2e01bf6bb6
Pressing R0 in combination with call waiting feature didn't give a correct busy tone.
2019-04-29 15:02:02 +02:00
Oussama Ghorbel
000f56e96d
uboot:intel_mips: update revision
2019-04-26 18:41:03 +02:00
Amin Ben Ramdhane
6dc5b1361b
icwmp-4.0-2019-04-26
2019-04-26 16:54:45 +01:00
Oussama Ghorbel
9cfe56a4dd
gryphon-led-module: avoid turn off the led in module probe
2019-04-26 17:36:34 +02:00
Oussama Ghorbel
b9057e4503
uboot:intel_mips: update revision
2019-04-26 17:33:13 +02:00
Amin Ben Ramdhane
517b5beb7f
icwmp: Add TWAMP Protocol
2019-04-26 12:07:07 +01:00
Jakob Olsson
e970f337e6
wifilife: update pkg hash to include arp flush and stale entry refactor
2019-04-26 12:38:40 +02:00
Amin Ben Ramdhane
6e7f5acd4e
icwmp: Add Wifi Life parameters
2019-04-25 15:02:07 +01:00
Sukru Senli
bcb6a76472
wifilife: do not start wifiagent if wifilife is disabled
2019-04-25 11:42:01 +02:00
Jakob Olsson
061bbbeb2a
wifilife: update pkg hash to include active_sta extension #575
2019-04-24 12:27:09 +02:00
Anjan Chanda
501fbb83c9
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* f6deba9 libwifi: intel - implement wps get status
-------------------------------------------------------------------------------
commit f6deba973cba01d630fdc40c6e97c384b07e3df5
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-24 11:23:23 +0200
libwifi: intel - implement wps get status
Base directory -> /
libwifi/nlwifi.c | 28 +++++++++++++++++++++++++---
1 file changed, 25 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2019-04-24 11:27:13 +02:00
Kenneth Johansson
6ca5a756fd
iopu: remove unused variable.
2019-04-23 21:16:03 +02:00
Anjan Chanda
c4649c0435
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* f6d4cb7 libwifi: intel - wps set/get pin of an AP interface
-------------------------------------------------------------------------------
commit f6d4cb75048f2c509f42ab7590dced3f9ff5e29a
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-23 16:14:07 +0200
libwifi: intel - wps set/get pin of an AP interface
Base directory -> /
libwifi/nlwifi.c | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
-------------------------------------------------------------------------------
2019-04-23 16:20:31 +02:00
Anjan Chanda
7d7dddbded
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* 929a868 libwifi: bcm - fix few warnings
* 32e0552 libwifi: mtk - fix a minor no-return warning
* f277523 libwifi: fix wps pin mode connection
* 0cd0e9e libwifi: intel - implement wps pbc start, stop and status
-------------------------------------------------------------------------------
commit 929a868b6cadbf6c165cb74a5026266f1a7146c4
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-23 13:49:50 +0200
libwifi: bcm - fix few warnings
Base directory -> /
libwifi/bcm.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 32e0552df05fbeb82f81a8220fb7fa92afaf7145
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-23 13:26:13 +0200
libwifi: mtk - fix a minor no-return warning
Base directory -> /
libwifi/mtk.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit f2775232bcbba0dc903c67bf20383686bdfe0a6d
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-23 13:18:53 +0200
libwifi: fix wps pin mode connection
Base directory -> /
libwifi/mtk.c | 2 +-
libwifi/nlwifi.c | 25 ++++++++++++++++---------
libwifi/wifi.c | 7 +++++--
3 files changed, 22 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
commit 0cd0e9ed02558538b279b68eb8c9f4dc50bc2bf4
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-22 18:11:31 +0200
libwifi: intel - implement wps pbc start, stop and status
Base directory -> /
libwifi/nlwifi.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
-------------------------------------------------------------------------------
2019-04-23 14:00:04 +02:00
Anjan Chanda
f6ab509b13
Update feed [ iopsys ] package [ wifimngr ]
...
-------------------------------------------------------------------------------
* dfe0095 publish 'wifix.wps' object and do minor cleanups
-------------------------------------------------------------------------------
commit dfe0095a43a5555f27403b76c9b596efcdb18136
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-22 20:04:23 +0200
publish 'wifix.wps' object and do minor cleanups
Add methods needed to start, stop and configure wps. Cleanup code and get
rid of the extra translation layer between libwifi APIs and wifimngr's ubus
methods. Anyway, wifimngr will interface directly with libwifi apis.
Base directory -> /
Makefile | 2 +-
main.c | 9 +-
wifimngr.c | 150 ++++++++++++++-------
wifimngr.h | 12 +-
wifimngr_wifi.c | 145 --------------------
wifimngr_wifi.h | 22 ---
wps.c | 405 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 528 insertions(+), 217 deletions(-)
-------------------------------------------------------------------------------
2019-04-23 13:59:35 +02:00
Anjan Chanda
33400e8177
Update feed [ iopsys ] package [ wifimngr ]
...
-------------------------------------------------------------------------------
* 09f37f6 fix incorrect api check for list_neighbor
-------------------------------------------------------------------------------
commit 09f37f6a32b486e82cef47ee269303bfff394006
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-22 15:40:39 +0200
fix incorrect api check for list_neighbor
Base directory -> /
wifimngr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2019-04-22 16:21:29 +02:00
Sukru Senli
f6e0245c40
wifilife-1.0.3: adapt to use wifix object stations method
2019-04-20 13:10:00 +02:00
Sukru Senli
21460d7c51
voice-client: convert from old to new tel_advanced section name
2019-04-19 22:20:32 +02:00
Sukru Senli
31675b540f
iop: config: remove juci-natalie-dect from default config
2019-04-19 17:02:29 +02:00
Omar Kallel
1706a785da
icwmp: DHCPv6 object
2019-04-18 15:32:08 +01:00
Oussama Ghorbel
bf621a4371
Update feed [ iopsys ] package [ peripheral_manager ]
...
-------------------------------------------------------------------------------
* 7694301 remove the warning Error: option is missing: sx9512_i2c_device
-------------------------------------------------------------------------------
commit 769430115b6dd984313574c3fa2a6d99c65cd223
Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu>
Date: 2019-04-18 13:46:58 +0200
remove the warning Error: option is missing: sx9512_i2c_device
Base directory -> /
src/touch_sx9512.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2019-04-18 13:47:41 +02:00
Oussama Ghorbel
a0ae93e039
Update feed [ iopsys ] package [ peripheral_manager ]
...
-------------------------------------------------------------------------------
* 7603235 remove compilation warning about declaration shadow
* 99f3837 added support for RGB LED (SK9822)
-------------------------------------------------------------------------------
commit 76032350a6182f035bd47ea03c96e4386f3cd5cf
Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu>
Date: 2019-04-18 11:38:06 +0200
remove compilation warning about declaration shadow
Base directory -> /
src/gpio_led.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 99f383757fbbd9227ffc48ac2fb77597787d1aef
Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu>
Date: 2019-04-18 11:24:43 +0200
added support for RGB LED (SK9822)
Base directory -> /
src/gpio_led.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 50 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
2019-04-18 12:13:55 +02:00
Jakob Olsson
51c4e9e98f
questd: update pkg hash to include ports intel update
2019-04-17 10:32:15 +02:00
Jakob Olsson
4cd02f8b51
questd: update hash for segfault fix on missing ifname
2019-04-16 12:17:32 +02:00
Jakob Olsson
402d945997
easy-soc-libs: update pkg hash to include mbps to kbps conversion in mtk
2019-04-16 10:57:31 +02:00
Anjan Chanda
e1da091a9b
Update feed [ iopsys ] package [ wifimngr ]
...
-------------------------------------------------------------------------------
* 66a7e95 add few basic error handling
-------------------------------------------------------------------------------
commit 66a7e957f5e3e83ab60da68f7fb05cdda7f474d5
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-15 13:55:52 +0200
add few basic error handling
Base directory -> /
wifimngr.c | 43 ++++++++++++++++++++++++++++++-------------
1 file changed, 30 insertions(+), 13 deletions(-)
-------------------------------------------------------------------------------
2019-04-15 16:21:01 +02:00
Jakob Olsson
b72f301a8c
questd: update pkg to include json key correction
2019-04-15 15:28:41 +02:00
Jakob Olsson
f07e50fea1
easy-soc-libs: update pkg hash to include intel libwifi memory fixes
2019-04-15 15:02:39 +02:00
Jakob Olsson
5137bc73ef
questd: update pkg to include memory management fixes
2019-04-15 11:10:22 +02:00
Jakob Olsson
111db0229b
questd: update pkg to include mediatek compilation errors fix
2019-04-15 09:27:31 +02:00
Sukru Senli
f52b0f7f47
Update feed [ iopsys ] package [ wifimngr ]
...
-------------------------------------------------------------------------------
* 530649a adapt to easy-soc-libs returning bitrate in Mbps
-------------------------------------------------------------------------------
commit 530649ad376aba86a504f4186222dbd45705ec92
Author: Sukru Senli <sukru.senli@iopsys.eu>
Date: 2019-04-14 07:33:26 +0200
adapt to easy-soc-libs returning bitrate in Mbps
Base directory -> /
wifimngr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2019-04-14 12:11:27 +02:00
Sukru Senli
574c540048
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* 9451754 libwifi: return bitrate in Mbps
-------------------------------------------------------------------------------
commit 9451754170a39b33d2cf0df1d6134f2e28bd1a97
Author: Sukru Senli <sukru.senli@iopsys.eu>
Date: 2019-04-14 07:37:17 +0200
libwifi: return bitrate in Mbps
Base directory -> /
libwifi/bcm.c | 2 ++
libwifi/mtk.c | 2 +-
libwifi/nlwifi.c | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2019-04-14 12:11:00 +02:00
Sukru Senli
5f3e4e40ae
Inteno->iopsys adaptations
2019-04-14 10:59:37 +02:00
Sukru Senli
1b89309647
update package maintaniners for owsd and imonitor
2019-04-14 10:55:13 +02:00
Sukru Senli
31d05b1c7e
easy-qos: add firewall hook
2019-04-13 18:05:35 +02:00
Sukru Senli
b2a75c32a7
easy-qos: install iptables way of classifying
2019-04-13 17:45:50 +02:00
Sukru Senli
541162b96f
Update feed [ iopsys ] package [ icwmp ]
...
-------------------------------------------------------------------------------
* f7e8cee wifi: use wifix stations call for AssociatedDevices
* 5060782 Compiling error fixe
* 65957ca ethernet vlan (standarize alias option name)
* fc19054 Ticket refs #478 : TR-181: Device.DHCPv6 object
* 7083d3a Ticket refs #478 : TR-181: Device.DHCPv6 object (Device.DHCPv6.Client.{i}.)
* 56b8898 Ticket refs #478 : TR-181: Device.DHCPv6 object (code skeleton)
-------------------------------------------------------------------------------
commit f7e8cee5bcc578cc9bb9307e31d0c057676a377c
Author: Sukru Senli <sukru.senli@iopsys.eu>
Date: 2019-04-12 19:57:00 +0200
wifi: use wifix stations call for AssociatedDevices
Base directory -> /
dm/dmtree/tr181/wifi.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 5060782a3575cc6986fef4ffac1f59bc2d78a8db
Author: Omar Kallel <omar.kallel@pivasoftware.com>
Date: 2019-04-12 18:17:48 +0100
Compiling error fixe
Base directory -> /
bin/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 65957cae12f5255dd5910c9e3de55c3b3163862e
Author: Omar Kallel <omar.kallel@pivasoftware.com>
Date: 2019-04-12 17:55:49 +0100
ethernet vlan (standarize alias option name)
Base directory -> /
dm/dmtree/tr181/ethernet.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit fc19054e3148052250e61de000b6d9f42cb5dd31
Author: Omar Kallel <omar.kallel@pivasoftware.com>
Date: 2019-04-12 17:54:25 +0100
Ticket refs #478 : TR-181: Device.DHCPv6 object
Base directory -> /
dm/dmtree/tr181/dhcpv6.c | 645 +++++++++++++++++++++++++++++++++++++++++++----
dm/dmtree/tr181/dhcpv6.h | 23 +-
2 files changed, 609 insertions(+), 59 deletions(-)
-------------------------------------------------------------------------------
commit 7083d3a12feede4128eb2b351abc72b30f79fbda
Author: Omar Kallel <omar.kallel@pivasoftware.com>
Date: 2019-04-09 09:34:43 +0100
Ticket refs #478 : TR-181: Device.DHCPv6 object (Device.DHCPv6.Client.{i}.)
Base directory -> /
dm/dmtree/tr181/dhcp.c | 10 +--
dm/dmtree/tr181/dhcpv6.c | 224 ++++++++++++++++++++++++++++++++++++++++-------
dm/dmtree/tr181/dhcpv6.h | 9 ++
3 files changed, 208 insertions(+), 35 deletions(-)
-------------------------------------------------------------------------------
commit 56b8898f1f82070565e5f37ae797c520fc206b69
Author: Omar Kallel <omar.kallel@pivasoftware.com>
Date: 2019-04-03 11:17:53 +0100
Ticket refs #478 : TR-181: Device.DHCPv6 object (code skeleton)
Base directory -> /
bin/Makefile.am | 1 +
dm/dmtree/common/root.c | 3 +-
dm/dmtree/tr181/dhcpv6.c | 1297 ++++++++++++++++++++++++++++++++++++++++++++++
dm/dmtree/tr181/dhcpv6.h | 164 ++++++
4 files changed, 1464 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2019-04-12 20:03:14 +02:00
Sukru Senli
841a87a27d
Update feed [ iopsys ] package [ wifimngr ]
...
-------------------------------------------------------------------------------
* 9d69d6b present radio rate on ubus in Mbps
* 6473e1f add disconnect_sta method
-------------------------------------------------------------------------------
commit 9d69d6b7008cebc94f3a0622d539e745acd36bba
Author: Sukru Senli <sukru.senli@iopsys.eu>
Date: 2019-04-12 17:22:32 +0200
present radio rate on ubus in Mbps
Base directory -> /
wifimngr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 6473e1ff51964d25ef8af2a93859b00734489a09
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-12 16:30:50 +0200
add disconnect_sta method
Base directory -> /
wifimngr.c | 5 +++++
1 file changed, 5 insertions(+)
-------------------------------------------------------------------------------
2019-04-12 17:32:39 +02:00
Sukru Senli
d432a47f61
Update feed [ iopsys ] package [ questd ]
...
-------------------------------------------------------------------------------
* 58a40d8 network: workaround for Intel uplink port to be ignored for network clients list
-------------------------------------------------------------------------------
commit 58a40d862dd7f74544ae5cbf321a4a0772852214
Author: Sukru Senli <sukru.senli@iopsys.eu>
Date: 2019-04-12 17:23:11 +0200
network: workaround for Intel uplink port to be ignored for network clients
list
Base directory -> /
network.c | 3 +++
1 file changed, 3 insertions(+)
-------------------------------------------------------------------------------
2019-04-12 17:32:12 +02:00
Anjan Chanda
bd6cf5a52c
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* 843b3bd libwifi: intel - implement disconnect_sta api
* cd17083 libwifi: intel - implement autochannel api
-------------------------------------------------------------------------------
commit 843b3bd36ab57329d349f90372bfcf0fc957cc21
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-12 16:30:02 +0200
libwifi: intel - implement disconnect_sta api
Base directory -> /
libwifi/nlwifi.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
-------------------------------------------------------------------------------
commit cd17083a62c4e7db4e0b0e9b063adc5765eb0253
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-12 16:00:44 +0200
libwifi: intel - implement autochannel api
Base directory -> /
libwifi/nlwifi.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2019-04-12 16:40:24 +02:00
Anjan Chanda
e52a6b797e
Update feed [ iopsys ] package [ wifimngr ]
...
-------------------------------------------------------------------------------
* 6473e1f add disconnect_sta method
-------------------------------------------------------------------------------
commit 6473e1ff51964d25ef8af2a93859b00734489a09
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-12 16:30:50 +0200
add disconnect_sta method
Base directory -> /
wifimngr.c | 5 +++++
1 file changed, 5 insertions(+)
-------------------------------------------------------------------------------
2019-04-12 16:39:44 +02:00
Jakob Olsson
ef1243d0c9
questd: update pkg hash to include wifix object usage
2019-04-12 15:42:39 +02:00
Jakob Olsson
8309923834
wifimngr: update pkg hash to include stas airtime and max rate print changes
2019-04-12 15:35:50 +02:00
Oussama Ghorbel
47a0e7b5ec
Update feed [ iopsys ] package [ peripheral_manager ]
...
-------------------------------------------------------------------------------
* c1598f9 added support for Linux LED
-------------------------------------------------------------------------------
commit c1598f9dc8f2d67fbfcfd831052f40b3cde3d19c
Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu>
Date: 2019-04-12 14:11:06 +0200
added support for Linux LED
Base directory -> /
src/gpio_led.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 74 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2019-04-12 14:22:18 +02:00
Anjan Chanda
5eb6db9f51
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* 15da80a libwifi: intel - get airtime % for sta
* 9133aa0 libwifi: add new APIs for mac ACL management
* 59add56 libwifi: intel - guesstimate phy rate
-------------------------------------------------------------------------------
commit 15da80ab5ebc3e5f76d08545bb9f5f4516ffd178
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-12 13:47:11 +0200
libwifi: intel - get airtime % for sta
Base directory -> /
libwifi/nlwifi.c | 32 ++++++++++++++++++++++++++++++++
libwifi/wifi.h | 10 +++++-----
2 files changed, 37 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 9133aa07775b577d0f07c29f02e40ec7985b15a6
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-12 11:48:11 +0200
libwifi: add new APIs for mac ACL management
Base directory -> /
libwifi/wifi.c | 22 ++++++++++++++++++++++
libwifi/wifi.h | 7 +++++--
2 files changed, 27 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 59add5651d672df9df80bae0d99737b0fe474b94
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-12 11:39:13 +0200
libwifi: intel - guesstimate phy rate
Base directory -> /
libwifi/nlwifi.c | 51 ++++++++++++++++++++++++++++++++++++++++++++-------
libwifi/wifi.h | 9 +++++++++
2 files changed, 53 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2019-04-12 13:54:32 +02:00
Anjan Chanda
3c651896ca
Update feed [ iopsys ] package [ wifimngr ]
...
-------------------------------------------------------------------------------
* 77fbf0c include airtime-% in stas/stations dump
* 2c804e9 fix data type for bitrate
-------------------------------------------------------------------------------
commit 77fbf0cbb7f99b97693b8b0ac1c2e3cfaae414b2
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-12 13:50:09 +0200
include airtime-% in stas/stations dump
Base directory -> /
wifimngr.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 2c804e922070159afe01763c65e90257707b10e0
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-12 11:35:57 +0200
fix data type for bitrate
Base directory -> /
wifimngr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2019-04-12 13:53:55 +02:00
Jakob Olsson
4f6710713b
questd: update pkg to no longer use temp wireless obj
2019-04-12 11:33:04 +02:00
Jakob Olsson
92d3b9da23
questd: update pkg hash to include intel files
2019-04-12 11:23:28 +02:00
Jakob Olsson
3a68d867b9
questd: update pkg hash to include removal of platform file usage
2019-04-12 11:17:16 +02:00