[OpenWrt-Devel] [PATCH] hostapd: Enable Interworking (802.11u) and Hotspot 2.0 Support

2016-06-07 Thread Bima Hutama
ll be made for this. -Changelog: Add CONFIG_INTERWORKING=y and CONFIG_HS20=y. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/hostapd-full.config | 8 1 file changed, 8 insertions(+) diff --git a/package/network/services/hostapd/files/hostapd-full.conf

[OpenWrt-Devel] [PATCH] hostapd: Enable TLSv1.1 and TLSv1.2 Support

2016-06-07 Thread Bima Hutama
-Description: Enable wpa_supplicant support for TLS version 1.1 and 1.2. -Changelog: 1) Adding CONFIG_TLSV11=y 2) Adding CONFIG_TLSV12=y Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/hostapd-full.config | 6 ++ 1 file changed, 6

[OpenWrt-Devel] [PATCH] hostapd:Bring Back Dumping internal State

2016-06-07 Thread Bima Hutama
-Description: Since it is full version of hostapd, there is no need to disable this functionality as the new devices are getting more complex and need more debugging capabilities. -Changelog: Commenting CONFIG_NO_DUMP_STATE=y. Signed-off-by: Bima Hutama

[OpenWrt-Devel] [PATCH] hostapd: Add Support to Separate Debug from Syslog

2016-06-07 Thread Bima Hutama
-Changelog: Adding CONFIG_DEBUG_FILE=y. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/hostapd-full.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-f

[OpenWrt-Devel] [PATCH] hostapd: Enable EAP-SIM Support for 802.11u with Simcard

2016-06-07 Thread Bima Hutama
2.11u will not correctly implemented in that case. -Changelog: Enable CONFIG_EAP_SIM=y. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/hostapd-full.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/fil

[OpenWrt-Devel] [PATCH] hostapd: Enable EAP Re-authentication Protocol

2016-06-07 Thread Bima Hutama
-Description: Enable EAP Re-authentication Protocol in integrated EAP server. -Changelog: Adding CONFIG_EAP=y. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/hostapd-full.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network

[OpenWrt-Devel] [PATCH] wpa_supplicant: Enabling Hotspot 2.0 Support for 802.11u

2016-06-07 Thread Bima Hutama
-Description: It enables Hotspot 2.0 support based on 802.11u for modern AP. -Changelog: Adding CONFIG_HS20=y Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/wpa_supplicant-full.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package

[OpenWrt-Devel] [PATCH] wpa_supplicant: GNU Readline and History Support for command line

2016-06-07 Thread Bima Hutama
"^[[A" or "^[[B" strings. -Changelog: Enabling CONFIG_READLINE=y. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/wpa_supplicant-full.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/

[OpenWrt-Devel] [PATCH] wpa_supplicant: Support HT and VHT Overrides

2016-06-07 Thread Bima Hutama
CONFIG_HT_OVERRIDES=y and CONFIG_VHT_OVERRIDES=y. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/wpa_supplicant-full.config | 6 ++ 1 file changed, 6 insertions(+) diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services

[OpenWrt-Devel] [PATCH v2] wpa_supplicant: Enable EAP-SIM Support for 802.11u with Simcard

2016-06-07 Thread Bima Hutama
# PC/SC interface for smartcards (USIM, GSM SIM) # Enable this if EAP-SIM or EAP-AKA is included #CONFIG_PCSC=y -Changelog: v1: Enabling CONFIG_EAP_SIM=y v2: Enabling CONFIG_PCSC=y as implication of v1 Signed-off-by: Bima Hutama --- package/network/servic

[OpenWrt-Devel] [PATCH] wpa_supplicant: Enable EAP-SIM Support for 802.11u with Simcard

2016-06-07 Thread Bima Hutama
thenticate automatically with Telekom hotspot. this supplicant config needs to be enabled otherwise standard 802.11u will not correctly implemented in that case. -Changelog: Enabling CONFIG_EAP_SIM=y Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/wpa_supplicant-full.

[OpenWrt-Devel] [PATCH] hostapd/wpa_supplicant: Remove duplicate configs, spare some bytes

2016-06-07 Thread Bima Hutama
-Description: There were some duplicates entries in full version of supplicant and hostapd. It removes all duplicates found. -Changelog: Deleting duplicates for CONFIG_EAP_FAST=y and CONFIG_WPS=y. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files

[OpenWrt-Devel] [PATCH v2] hostapd/wpa_supplicant: Fix PMF_Cert_Programm (802.11w) stronger algorithm

2016-06-05 Thread Bima Hutama
2 (pmf_required) v2: 1) Changes in netifd.sh (for wpa_supplicant): 1.2) Adding compatibility support if key_mgmt not WPA-PSK with nested-"case" and constructing nested-"case" to be compatible for future standards by just adding new "cas

[OpenWrt-Devel] [PATCH] hostapd/wpa_supplicant: Fix PMF_Cert_Programm (802.11w) stronger algorithm

2016-06-04 Thread Bima Hutama
hm. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/netifd.sh | 51 +--- 1 file changed, 45 insertions(+), 6 deletions(-) diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index 005112d.

[OpenWrt-Devel] [PATCH] wpa_supplicant: Enable Interworking (802.11u) Support

2016-06-04 Thread Bima Hutama
make it configurable from uci. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/wpa_supplicant-full.config | 6 ++ 1 file changed, 6 insertions(+) diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files

[OpenWrt-Devel] [PATCH] wpa_supplicant: Enable 802.11n and 802.11ac Support

2016-06-04 Thread Bima Hutama
-Changes: 1) Add CONFIG_IEEE80211N=y 2) Add CONFIG_IEEE80211AC=y -Description: Enabling native support of 802.11n and 802.11ac standards in wpa_supplicant Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/wpa_supplicant-full.config | 3 +++ 1

[OpenWrt-Devel] [PATCH] wpa_supplicant: Add Write Log to File Support

2016-06-04 Thread Bima Hutama
. It makes debugging easier than running wpa_supplicant in foreground and add "&" at the end of code which invokes wpa_supplicant and distorting the wpa_supplicant exit status $?. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/wpa_supplicant-full.c

[OpenWrt-Devel] [PATCH] wpa_supplicant: Enable TLSv1.1 and TLSv1.2 Support

2016-06-04 Thread Bima Hutama
-Changes: 1) Adding CONFIG_TLSV11=y 2) Adding CONFIG_TLSV12=y -Description: Enable wpa_supplicant support for TLS version 1.1 and 1.2 Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/wpa_supplicant-full.config | 6 ++ 1 file changed, 6