Re: [OpenWrt-Devel] [PATCH 1/2] Add support for AVM FritzBox 7360SL

2016-06-04 Thread Dirk Neukirchen
On 19.05.2016 14:12, Sebastian Ortwein wrote: > Add support for FritzBox 7360SL > > working: USB,WIFI,SWITCH,LAN > > not working:DECT, Telephone > > > > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cg

Re: [OpenWrt-Devel] [PATCH 1/2] Add support for AVM FritzBox 7360SL

2016-06-04 Thread Hauke Mehrtens
Hi, On 05/19/2016 02:12 PM, Sebastian Ortwein wrote: > Add support for FritzBox 7360SL Please send it inline with a Signed-off-by line. > working: USB,WIFI,SWITCH,LAN > > not working:DECT, Telephone This will probably never work, but should not block OpenWrt LEDE integration. If this is a 1.2

[OpenWrt-Devel] [PATCH] packages/openvpn: add support for tls-version-min

2016-06-04 Thread Matteo Panella
Currently, the uci data model does not provide support for specifying the minimum TLS version supported in an OpenVPN instance (be it server or client). This patch adds support for writing the relevant option to the openvpn configuration file at service startup. Signed-off-by: Matteo Panella ---

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH libubox] blobmsg_json: add new functions blobmsg_format_json_value*

2016-06-04 Thread Matthias Schiffer
On 06/03/2016 04:55 PM, Eyal Birger wrote: > > Hi, > >> On 3 Jun 2016, at 13:11, Matthias Schiffer >> wrote: >> > (snip) >> >> 1) and 2) would allow blobmsg to store everything that json-c can (with the >> caveat that json-c stores integers as int64 internally, while blobmsg_json >> uses int32)

[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 insert

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

2016-06-04 Thread Bima Hutama
-Change: Enable CONFIG_DEBUG_FILE=y -Description: Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt). By invoking "-f " in wpa_supplicant we can enable write-debug-to-file without running wpa_supplicant on foreground. It makes debuggin

[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 fil

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

2016-06-04 Thread Bima Hutama
-Change: Add CONFIG_INTERWORKING=y -Description: It enables functionality to improve interworking with external networks (GAS/ANQP to learn more about the networks and network selection based on available credentials). This functionality was already enabled in

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

2016-06-04 Thread Bima Hutama
-Changed: 1) Moving variable ieee80211w within hostapd_set_bss_options() function to json_get_vars 2) Changes in netifd.sh (for wpa_supplicant): 2.1) Adding 2 AKMs (key_mgmt=WPA-PSK WPA-PSK-SHA256) if 802.11w=1 (pmf_optional) 2.2) Adding 2 AKMs (key_mgmt=WPA-EAP