On Mon, 9 Sep 2013 16:06:49 +0200
Rafał Miłecki wrote:
> 2013/9/9 Hauke Mehrtens :
> > On 09/09/2013 12:52 PM, Rafał Miłecki wrote:
> >> 2013/9/9 Rafał Miłecki :
> >>> 1) flash [options] source-file [destination-file]
> >>> Passing source-file is easy (like 192.168.1.2:/bin/code.bin), but
> >>> I
From: Mathieu Olivari
Currently, in order to configure the authentication daemon in
8021x mode, we need to set wireless.@wifi-iface[0].encryption="wpa"
Though it works it confuses folks as 8021x is using WEP
encryption and not WPA. Therefore the terminology itself is
confusing. This change adds 8
From: Mathieu Olivari
This is required explicitly for WPS 2.0 testing.
Signed-off-by: Mathieu Olivari
Signed-off-by: Sujith Manoharan
Signed-off-by: Luis R. Rodriguez
---
package/network/services/hostapd/files/hostapd.sh | 11 +++
1 file changed, 11 insertions(+)
diff --git a/pack
From: Mathieu Olivari
Setting wireless.@wifi-iface[N].ext_registrar=1 will enable UPNP
advertising and add an external registrar to the interface this vif
belongs to (br-lan if the vif is included in the LAN bridge). By
enabling this we append upnp_iface=xxx to the hostapd config file.
Signed-of
From: Sujith Manoharan
Enable CONFIG_WPS2 for hostapd. This is required to support
options like Virtual Push Button in WPS.
Signed-off-by: Sujith Manoharan
Signed-off-by: Luis R. Rodriguez
---
package/network/services/hostapd/files/hostapd-full.config |3 ++-
1 file changed, 2 insertions(
From: Mathieu Olivari
This adds the eap_reauth_period to be used for modifying
the RADIUS server reauthentication authentication period,
a parameter that gets passed directly to the hostapd
configuration file.
Signed-off-by: Mathieu Olivari
Signed-off-by: Luis R. Rodriguez
---
package/network
From: Mathieu Olivari
Signed-off-by: Mathieu Olivari
Signed-off-by: Luis R. Rodriguez
---
package/network/services/hostapd/files/hostapd.sh | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/package/network/services/hostapd/files/hostapd.sh
b/package/netwo
From: "Luis R. Rodriguez"
In 2009 OpenWrt's hostapd config added an "auth_cache" boolean
to be used to address a reported issue #12129 [0] on a forum [1].
The reported issue on the ticket is different that the one
described on the forum. The commit was r33359. This change broke
proper RSN preauth
From: "Luis R. Rodriguez"
Here's a series of hostapd fixes that have helped pass
both 802.11n and WPS testings.
Luis R. Rodriguez (1):
hostapd: fix hostapd RSN preauthentication PMKSA caching
Mathieu Olivari (5):
hostapd: Add eap_reauth_period config option
hostapd: Add WPS unconfigured &
On Fri, Sep 6, 2013 at 12:39 PM, Luis R. Rodriguez
wrote:
> From: "Luis R. Rodriguez"
>
> iw is to iwconfig as
> ip is to ifconfig
>
> As with iwconfig, ifconfig is deprecated, promote usage of ip
> using netlink.
>
> Signed-off-by: Luis R. Rodriguez
Actually perhaps its best to enable iproute2
From: Zachary Catlin
This patch adds board detection for the Linksys E1000 V2.1 router, as well
as GPIO support for same.
Signed-off-by: Zachary Catlin
---
NOTE: This is identical to the patch I sent earlier today (local time),
but the first time around my mail client messed up spaces in the di
Signed-off-by: Christian Pointner
---
utils/haveged/Makefile | 40 +---
utils/haveged/files/haveged.init | 4 ++--
2 files changed, 35 insertions(+), 9 deletions(-)
diff --git a/utils/haveged/Makefile b/utils/haveged/Makefile
index d176f40..05fbbe5
2013/9/9 Hauke Mehrtens :
> On 09/09/2013 12:52 PM, Rafał Miłecki wrote:
>> 2013/9/9 Rafał Miłecki :
>>> 1) flash [options] source-file [destination-file]
>>> Passing source-file is easy (like 192.168.1.2:/bin/code.bin), but I'm
>>> not sure about destination-file.
>>>
The destination-device p
On 09/09/2013 12:52 PM, Rafał Miłecki wrote:
> 2013/9/9 Rafał Miłecki :
>> 1) flash [options] source-file [destination-file]
>> Passing source-file is easy (like 192.168.1.2:/bin/code.bin), but I'm
>> not sure about destination-file.
>>
>>> The destination-device parameter may be a flash device or
I have kept testing this and was able to reproduce the same problem
every time.
The performance perception when the network is at "rush hour" is very
unstable so I tried to reproduce traffic conditions during late night.
I sent multiple netperfs through different routes and while the netperfs
were
2013/9/9 Rafał Miłecki :
> 1) flash [options] source-file [destination-file]
> Passing source-file is easy (like 192.168.1.2:/bin/code.bin), but I'm
> not sure about destination-file.
>
>> The destination-device parameter may be a flash device or an EEPROM. If not
>> specified, destination-device
2013/9/9 Rafał Miłecki :
> Unfortunately this Linksys compiled&installed CFE without web server
> or "tftpd" command, so I cant's use any of that 2 alternative methods.
My CFE has 3 interesting commands: upgrade, flash and save (for the
full list see cfe.help.txt).
1) flash [options] source-file
I've installed firmware with broken network. It's useless, so I need
to install another firmware using CFE.
My CFE seems to run tftpd server for 3 seconds during boot:
> Waiting for 3 seconds to upgrade ...
> CMD: [load -raw -addr=0x807ae1b0 -max=0x1851e50 :]
> Loader:raw Filesys:tftp Dev:eth0 Fil
hi
I am using uhttpd, and I want to configure a page to handle all the
request. so it requires a redirection in for all the traffic. and I am
looking for the answer about how to achieve this .
in apache ,there is an rewrite module, and once config like below
RewriteEngine onRewriteRule ^/(.+)
There has been a few changes in the OpenWrt infrastructure recently and
several other things are in the development pipeline.
- dev.openwrt.org has been moved to a new server, which is the
intentional reason for the recent SSL key change. This will hopefully
solve some of the Trac performance issu
Al 09/09/13 08:01, En/na John Crispin ha escrit:
> On 08/09/13 18:50, Luca Olivetti wrote:
>> Al 08/09/13 18:08, En/na Luca Olivetti ha escrit:
>>> As per the subject, the function ath_pci_fixup (in
>>> arch/mips/lantiq/xway/pci-ath-fixup.c) is called very early in the boot
>>> process, before ath9
21 matches
Mail list logo