Re: [OpenWrt-Devel] trying to acheive close to 1 Gbps with 802.11ac 3x3 mimo ath10k Compex wle900vx

2018-10-05 Thread Ben Greear
If you are running iperf on a weak-ish AP CPU, then that will be a bottleneck. Run iperf on external system through the AP instead. For TCP, use multiple streams, and first test with Ethernet mode to make sure iperf and/or CPU is not the bottleneck before you move to testing the WiFi

Re: [OpenWrt-Devel] trying to acheive close to 1 Gbps with 802.11ac 3x3 mimo ath10k Compex wle900vx

2018-10-05 Thread Joe Ayers
I better clarify. the polarization planes would be 60deg apart. The vertical antennas would be physically mounted 120deg apart like a 3 blade airplane propeller. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] trying to acheive close to 1 Gbps with 802.11ac 3x3 mimo ath10k Compex wle900vx

2018-10-05 Thread Joe Ayers
Ditto on channel width, max rate is cut in half with cutting channel width in half. How do you have the antennas oriented? If all are in the same plane or polarization, then attempting to transmit different data on the antennas will directly compete and interfere with all the signals on the same

[OpenWrt-Devel] [RFC 1/6] hostapd: sync config with default configuration

2018-10-05 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- .../services/hostapd/files/hostapd-full.config | 8 .../services/hostapd/files/hostapd-mini.config | 8 .../hostapd/files/wpa_supplicant-full.config | 20 +++- .../hostapd/files/wpa_supplicant-mini.config

[OpenWrt-Devel] [RFC 0/6] hostapd: Add WPA3 support

2018-10-05 Thread Hauke Mehrtens
This adds basic support for SAE which is the new WPA3-PSK SAE mode and OWE. For OWE the options to configure the transition mode are still missing. WPA3 Enterprise support is still missing. It would be nice if this gets some testing, currently I only tested it with a Linux client using

Re: [OpenWrt-Devel] Fwd: RFT: ar71xx/mac80211 update

2018-10-05 Thread Paul Blazejowski
Hi Koen, I must've missed the git log entry when i pulled...correct rebuilding with the 4.14 kernel was a success. No issues thus far. Everything is working on my WNDR3700v4. Thank you, -paul On 10/4/18 1:56 AM, Koen Vandeputte wrote: > > > On 04-10-18 02:49, Paul Blazejowski wrote: >> Koen,

Re: [OpenWrt-Devel] trying to acheive close to 1 Gbps with 802.11ac 3x3 mimo ath10k Compex wle900vx

2018-10-05 Thread David Johnson
A few other parameters I left out Channel:48 Bandwidth: 80 MHz (max allowed for this compex card using Qualcomm-Atheros QCA9880) As this is an indoor lab bench test over 2 metres - I don't think the channel interference should matter much (reported noise is -102 dBm) I tried: iw wlan0-mesh set

[OpenWrt-Devel] [RFC 4/6] hostapd: Activate Opportunistic Wireless Encryption (OWE)

2018-10-05 Thread Hauke Mehrtens
OWE is defined in RFC 8110 and provides encryption and forward security for open networks. Signed-off-by: Hauke Mehrtens --- package/network/services/hostapd/Makefile | 4 ++-- package/network/services/hostapd/files/hostapd.sh | 8 +++- 2 files changed, 9 insertions(+), 3

[OpenWrt-Devel] [RFC 3/6] hostapd: Activate Simultaneous Authentication of Equals (SAE)

2018-10-05 Thread Hauke Mehrtens
This build the full openssl and wolfssl versions with SAE support which is the main part of WPA3 PSK. This needs elliptic curve cryptography which is only provided by these two external cryptographic libraries and not by the internal implementation. The WPA3_Specification_v1.0.pdf file says that

[OpenWrt-Devel] [RFC 5/6] netifd: Add support for wireless SAE authentication

2018-10-05 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- .../config/netifd/patches/001-wireless-sae.patch | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 package/network/config/netifd/patches/001-wireless-sae.patch diff --git

Re: [OpenWrt-Devel] Bumping ar71xx to 4.14

2018-10-05 Thread Stefan Lippers-Hollmann
Hi On 2018-10-05, Koen Vandeputte wrote: > Hi All, > > Regarding bumping ar71xx to 4.14, from my point of view all known issues > seem to be fixed. > Therefore, I'm planning to actually make 4.14 the default for this > target mid next week. > > If you still have issues which would not allow

Re: [OpenWrt-Devel] trying to acheive close to 1 Gbps with 802.11ac 3x3 mimo ath10k Compex wle900vx

2018-10-05 Thread David Johnson
It looks like Ben was right Further investigation is showing that my Compex WPJ563 (Qualcomm Atheros QCA9563 74Kc MIPS processor, Dragonfly Series 64KB I-Cache and 32 KB D-Cache, targeted to operate at 775MHz 128MB System Memory, 16MB NOR Flash) is the bottleneck. I've tested on the 1Gbps

[OpenWrt-Devel] [RFC 2/6] hostapd: backport build fix when OWE is activated

2018-10-05 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- ...-unauthenticated-encrypted-EAPOL-Key-data.patch | 7 +- ...ld-error-in-AP-code-without-CONFIG_IEEE80.patch | 29 ++ .../patches/380-disable_ctrl_iface_mib.patch | 4 +-- .../patches/381-hostapd_cli_UNKNOWN-COMMAND.patch | 4

[OpenWrt-Devel] [RFC 6/6] netifd: Add support for wireless OWE authentication

2018-10-05 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- .../config/netifd/patches/002-wireless-owe.patch | 23 ++ 1 file changed, 23 insertions(+) create mode 100644 package/network/config/netifd/patches/002-wireless-owe.patch diff --git

[OpenWrt-Devel] Bumping ar71xx to 4.14

2018-10-05 Thread Koen Vandeputte
Hi All, Regarding bumping ar71xx to 4.14, from my point of view all known issues seem to be fixed. Therefore, I'm planning to actually make 4.14 the default for this target mid next week. If you still have issues which would not allow this, please let me know asap. (and provide a log of the

Re: [OpenWrt-Devel] router unielec U7628-01 won't boot - step to track down the problem ?

2018-10-05 Thread davidea
i have written to theĀ  builder, and he sends me the breed bin file (and uboot too) , writing breed to flash , the router start with openwrt without problem ... the the problem is how breed and uboot act at startup process ? what are the differences? Il 01/10/18 01:23, davidea ha scritto:

Re: [OpenWrt-Devel] [PATCH] image: ignore usign build errors

2018-10-05 Thread Felix Fietkau
On 2018-10-02 22:50, Hauke Mehrtens wrote: > The tl-wa850re-v2 images from the ar71xx/tiny target are getting too big > with the default packages. The size check is done before the meta data > is added so there is no file to add meta data to or to sign. Originally > errors in Build/append-metadata

Re: [OpenWrt-Devel] Bumping ar71xx to 4.14

2018-10-05 Thread Arjen de Korte
Citeren Koen Vandeputte : Hi All, Regarding bumping ar71xx to 4.14, from my point of view all known issues seem to be fixed. Therefore, I'm planning to actually make 4.14 the default for this target mid next week. If you still have issues which would not allow this, please let me know

[OpenWrt-Devel] trying to acheive close to 1 Gbps with 802.11ac 3x3 mimo ath10k Compex wle900vx

2018-10-05 Thread David Johnson
I'm trying to see what max speed can be achieved My setup is as follow: Board: Compex WPJ 563 Card Compex wle900vx OS: Libremesh running openwrt 18.06 Driver: ath10k_pci :00:00.0: firmware ver 10.2.4-1.0-00033 api 5 features no-p2p,raw-mode,mfp,allows-mesh-bcast crc32 c41417d0 Firmware:

Re: [OpenWrt-Devel] trying to acheive close to 1 Gbps with 802.11ac 3x3 mimo ath10k Compex wle900vx

2018-10-05 Thread Arne Zachlod
> Any suggestions What have you tried in terms of channel bandwidth? Is this with 20MHz? 802.11ac goes up to 160 MHz, maybe you should try that. Chan 48 is also pretty low in the spectrum, maybe try some of the higher DFS channels, at least in dense city environments these tend to me much less

[OpenWrt-Devel] [PATCH 1/3] mpc85xx: add kernel 4.14 support

2018-10-05 Thread Magnus Kroken
Based on patches previously submitted by Achim Gottinger: http://lists.infradead.org/pipermail/openwrt-devel/2018-June/012719.html Tested on TP-Link TL-WDR4900 v1. Signed-off-by: Magnus Kroken --- target/linux/mpc85xx/config-4.14 | 365 +

[OpenWrt-Devel] [PATCH 3/3] mpc85xx: remove kernel 4.9 support

2018-10-05 Thread Magnus Kroken
Signed-off-by: Magnus Kroken --- target/linux/mpc85xx/config-4.9| 361 - ...erpc-85xx-add-gpio-keys-to-of-match-table.patch | 10 - .../100-powerpc-85xx-tl-wdr4900-v1-support.patch | 78 - .../101-powerpc-85xx-hiveap-330-support.patch | 30 --

[OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20181006

2018-10-05 Thread Jason A. Donenfeld
* Account for big-endian 2^26 conversion in Poly1305. * Account for big-endian NEON in Curve25519. * Fix macros in big-endian AArch64 code so that this will actually run there at all. * Prefer if (IS_ENABLED(...)) over ifdef mazes when possible. * Call simd_relax() within any

[OpenWrt-Devel] [PATCH 2/3] mpc85xx: switch to kernel 4.14

2018-10-05 Thread Magnus Kroken
Signed-off-by: Magnus Kroken --- target/linux/mpc85xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index b181e67c0e..1eac544344 100644 --- a/target/linux/mpc85xx/Makefile +++