Re: [OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-09 Thread Luis R. Rodriguez
On Fri, Sep 6, 2013 at 12:39 PM, Luis R. Rodriguez mcg...@qca.qualcomm.com wrote: From: Luis R. Rodriguez mcg...@qca.qualcomm.com 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 mcg

[OpenWrt-Devel] [PATCH 0/7] hostapd: series of hostapd fixes

2013-09-09 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@qca.qualcomm.com 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

[OpenWrt-Devel] [PATCH 3/7] hostapd: fix hostapd RSN preauthentication PMKSA caching

2013-09-09 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@do-not-panic.com 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

[OpenWrt-Devel] [PATCH 2/7] hostapd: Add WPS unconfigured WPS pin method support

2013-09-09 Thread Luis R. Rodriguez
From: Mathieu Olivari math...@qca.qualcomm.com Signed-off-by: Mathieu Olivari math...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com --- package/network/services/hostapd/files/hostapd.sh | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff

[OpenWrt-Devel] [PATCH 1/7] hostapd: Add eap_reauth_period config option

2013-09-09 Thread Luis R. Rodriguez
Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com --- package/network/services/hostapd/files/hostapd.sh |2 ++ 1 file changed, 2 insertions(+) diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index e25e870..0f1a619 100644

[OpenWrt-Devel] [PATCH 4/7] hostapd: enable WPS2 support on hostapd-full.config

2013-09-09 Thread Luis R. Rodriguez
From: Sujith Manoharan c_man...@qca.qualcomm.com Enable CONFIG_WPS2 for hostapd. This is required to support options like Virtual Push Button in WPS. Signed-off-by: Sujith Manoharan c_man...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com --- package/network/services

[OpenWrt-Devel] [PATCH 5/7] hostapd: prompt user confirmation when WPS is used with hiden ssid

2013-09-09 Thread Luis R. Rodriguez
From: Mathieu Olivari math...@qca.qualcomm.com This is required explicitly for WPS 2.0 testing. Signed-off-by: Mathieu Olivari math...@qca.qualcomm.com Signed-off-by: Sujith Manoharan c_man...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com --- package/network/services

[OpenWrt-Devel] [PATCH 6/7] hostapd: add external registrar support

2013-09-09 Thread Luis R. Rodriguez
to the hostapd config file. Signed-off-by: Sujith Manoharan c_man...@qca.qualcomm.com Signed-off-by: Mathieu Olivari math...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com --- package/network/services/hostapd/files/hostapd.sh |3 +++ 1 file changed, 3 insertions(+) diff --git

[OpenWrt-Devel] [PATCH 7/7] hostapd: recognize 8021x as an authentication mode

2013-09-09 Thread Luis R. Rodriguez
is confusing. This change adds 8021x as a recognized string for 8021x authentication. Signed-off-by: Mathieu Olivari math...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com --- package/network/services/hostapd/files/hostapd.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion

[OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-06 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@qca.qualcomm.com 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 mcg...@qca.qualcomm.com --- package/utils/busybox/config/networking/Config.in | 12

Re: [OpenWrt-Devel] [PATCH] mac80211: make package depend on readlink requirements

2013-09-05 Thread Luis R. Rodriguez
On Thu, Sep 5, 2013 at 2:46 AM, Felix Fietkau n...@openwrt.org wrote: On 2013-09-04 7:37 PM, Luis R. Rodriguez wrote: On Thu, Aug 29, 2013 at 06:12:02PM +0200, Felix Fietkau wrote: On 2013-08-28 10:30 PM, Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@qca.qualcomm.com

[OpenWrt-Devel] [PATCH] mac80211: make package depend on readlink requirements

2013-08-28 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@qca.qualcomm.com The mac80211.sh script uses readlink -f which requires CONFIG_BUSYBOX_CONFIG_READLINK CONFIG_BUSYBOX_CONFIG_FEATURE_READLINK_FOLLOW Without these wifi detect will fail and users end up puzzled with error messages such as: PHY for wifi device

[OpenWrt-Devel] [PATCH] base-files: add color to PS1

2013-08-28 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com --- package/base-files/files/etc/profile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/etc/profile b/package/base-files/files/etc/profile

[OpenWrt-Devel] [PATCH] ath10k: enable Atheros 802.11ac driver

2013-08-22 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@qca.qualcomm.com This enables usage of the ath10k driver on OpenWrt. Only 2.0 PCI hardware is supported. The ath10k firmware is currently only available through github so use that as its source for now. This goes build tested, not run time tested. Cc: ath

[OpenWrt-Devel] OpenWrt documentation scripts - openwrt-doc-scripts

2012-11-15 Thread Luis R. Rodriguez
I've been reviewing the OpenWrt documentation on the wiki and figured the releases could use some documentation love as well as packages documentation that get integrated into each release. I've started with the Attitude Adjustment AA-12.09-beta2 release and have come up with a set of scripts