Re: [OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread Rosen Penev
On Thu, Mar 14, 2019 at 7:11 AM Robert Marko wrote: > > On Thu, 14 Mar 2019 at 12:31, txt.file wrote: > > > > Which other drivers implement this cipher? Is this cipher in the IEEE > > 802.11 documents standardized? > Most of them as 802.11ac introduced it as optional cipher as its more > efficie

Re: [OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread Robert Marko
On Thu, 14 Mar 2019 at 12:31, txt.file wrote: > > Which other drivers implement this cipher? Is this cipher in the IEEE 802.11 > documents standardized? Most of them as 802.11ac introduced it as optional cipher as its more efficient than CCMP and as Lucian Cristian mentioned its also part of WPA3

Re: [OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread Lucian Cristian
On 14.03.2019 13:30, txt.file wrote: Which other drivers implement this cipher? Is this cipher in the IEEE 802.11 documents standardized? On March 14, 2019 10:03:16 AM UTC, Robert Marko wrote: This patch will add support for using GCMP as cipher suite. This is not a strong cipher but is only

Re: [OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread txt.file
Which other drivers implement this cipher? Is this cipher in the IEEE 802.11 documents standardized? On March 14, 2019 10:03:16 AM UTC, Robert Marko wrote: >This patch will add support for using GCMP as cipher suite. >This is not a strong cipher but is only one supported by >wil6210 driver in or

[OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread Robert Marko
This patch will add support for using GCMP as cipher suite. This is not a strong cipher but is only one supported by wil6210 driver in order to have encrypted traffic. Signed-off-by: Robert Marko --- scripts/netifd-wireless.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/netifd-wi