[LEDE-DEV] [PATCH] Adding acct_interval to wireless configuration

2017-05-29 Thread Yury Shvedov
terval via UCI Signed-off-by: Yury Shvedov --- package/network/services/hostapd/files/hostapd.sh | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index 6fb902e376..e6bccef

Re: [LEDE-DEV] [PATCH] Adding acct_interval to wireless configuration

2017-05-30 Thread Yury Shvedov
Nick Lowe wrote: Hi Yury, Have you tried returning an Acct-Interim-Interval attribute in the Access-Accept packets sent by your RADIUS server, which should configure this on a per client/station basis? Cheers, Nick -- Kind regards Yury Shvedov ___

[LEDE-DEV] [PATCH] hostapd: configure NAS ID regardless of encryption

2017-06-14 Thread Yury Shvedov
RADIUS protocol could be used not only for authentication but for accounting too. Accounting could be configured for any type of networks. However there no way to configure NAS Identifier for non-WPA-EAP networks without this patch. Signed-off-by: Yury Shvedov --- package/network/services

Re: [LEDE-DEV] [PATCH] Adding acct_interval to wireless configuration

2017-06-26 Thread Yury Shvedov
Like that? Make an ability to configure Accounting-Interim-Interval via UCI Signed-off-by: Yury Shvedov --- package/network/services/hostapd/files/hostapd.sh | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/network/services/hostapd/files/hostapd.sh b/package

[LEDE-DEV] [PATCH] hostapd: configure NAS ID regardless of encryption

2017-06-27 Thread Yury Shvedov
RADIUS protocol could be used not only for authentication but for accounting too. Accounting could be configured for any type of networks. However there no way to configure NAS Identifier for non-WPA-EAP networks without this patch. Signed-off-by: Yury Shvedov --- package/network/services

[LEDE-DEV] [PATCH] hostapd: configure NAS ID regardless of encryption

2017-06-27 Thread Yury Shvedov
: Yury Shvedov --- package/network/services/hostapd/files/hostapd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index d94aa38807..8e3f88a115 100644 --- a/package

[LEDE-DEV] [PATCH] ACS channel list support

2017-07-31 Thread Yury Shvedov
From: Vadim Balakhanov This patch implements channel list support in UCI. This functionality already supported in hostapd. Signed-off-by: Vadim Balakhanov --- package/network/services/hostapd/files/hostapd.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/networ

Re: [LEDE-DEV] [PATCH] ACS channel list support

2017-07-31 Thread Yury Shvedov
Okay! Sorry for mistake. On 07/31/2017 03:05 PM, Stijn Tintel wrote: On 31-07-17 13:20, Yury Shvedov wrote: From: Vadim Balakhanov This patch implements channel list support in UCI. This functionality already supported in hostapd. NAK. This is already supported by the 'channels&#x

[LEDE-DEV] [PATCH] hostapd: remove default r1_key_holder generation

2017-10-19 Thread Yury Shvedov
By default, hostapd assumes r1_key_holder equal to bssid. If LEDE configures the same static r1 key holder ID on two different APs (BSSes) the RRB exchanges fails behind them. --- package/network/services/hostapd/files/hostapd.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[LEDE-DEV] [PATCH] hostapd: remove default r1_key_holder generation

2017-10-19 Thread Yury Shvedov
By default, hostapd assumes r1_key_holder equal to bssid. If LEDE configures the same static r1 key holder ID on two different APs (BSSes) the RRB exchanges fails behind them. Signed-off-by: Yury Shvedov --- package/network/services/hostapd/files/hostapd.sh | 3 +-- 1 file changed, 1 insertion

[LEDE-DEV] Predict sysupgrade file name

2018-01-31 Thread Yury Shvedov
make package rebuild each time? -- Yury Shvedov, WiMark Systems ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Predict sysupgrade file name

2018-01-31 Thread Yury Shvedov
Ok, sorry. Finally find simple system.board method: ubus call system board On 01/31/2018 06:00 PM, Yury Shvedov wrote: Hi all, I have a task to universal automatically predict sysupgrade (or factory) file name on the board, with already installed openwrt. The filename format is clear

Re: [LEDE-DEV] Predict sysupgrade file name

2018-01-31 Thread Yury Shvedov
Thank you! On 01/31/2018 06:10 PM, John Crispin wrote: On 31/01/18 16:00, Yury Shvedov wrote: Hi all, I have a task to universal automatically predict sysupgrade (or factory) file name on the board, with already installed openwrt. The filename format is clear inside buildroot, but I