diff mbox series

[18/18] defconfig: enable 802.11ai fast initial link setup

Message ID 20190219134421.663957-19-lkundrak@v3.sk
State Deferred
Headers show
Series defconfig: enable commonly used set of options | expand

Commit Message

Lubomir Rintel Feb. 19, 2019, 1:44 p.m. UTC
Generally useful: NetworkManager supports it, Debian already enables it.
Fedora and openSUSE do not, but they should.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 wpa_supplicant/defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Andrej Shadura Feb. 19, 2019, 3:34 p.m. UTC | #1
Hi

On Tue, 19 Feb 2019 at 14:44, Lubomir Rintel <lkundrak@v3.sk> wrote:
>
> Generally useful: NetworkManager supports it, Debian already enables it.
> Fedora and openSUSE do not, but they should.

Actually, I had to disable this and MESH in Debian due to complaints
with some hardware.

> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
>  wpa_supplicant/defconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
> index 8b3d8eae3..ef5244b2b 100644
> --- a/wpa_supplicant/defconfig
> +++ b/wpa_supplicant/defconfig
> @@ -572,9 +572,9 @@ CONFIG_WIFI_DISPLAY=y
>  #CONFIG_MBO=y
>
>  # Fast Initial Link Setup (FILS) (IEEE 802.11ai)
> -#CONFIG_FILS=y
> +CONFIG_FILS=y
>  # FILS shared key authentication with PFS
> -#CONFIG_FILS_SK_PFS=y
> +CONFIG_FILS_SK_PFS=y
>
>  # Support RSN on IBSS networks
>  # This is needed to be able to use mode=1 network profile with proto=RSN and
> --
> 2.20.1
>
>
> _______________________________________________
> Hostap mailing list
> Hostap@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/hostap
Lubomir Rintel Feb. 20, 2019, 11 a.m. UTC | #2
On Tue, 2019-02-19 at 16:34 +0100, Andrej Shadura wrote:
> Hi
> 
> On Tue, 19 Feb 2019 at 14:44, Lubomir Rintel <lkundrak@v3.sk> wrote:
> > Generally useful: NetworkManager supports it, Debian already enables it.
> > Fedora and openSUSE do not, but they should.
> 
> Actually, I had to disable this and MESH in Debian due to complaints
> with some hardware.

Thanks for the response. I'm wondering if you have a link to the bug
tracker of the mailing list at hand?

Thanks
Lubo

> 
> > Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> > ---
> >  wpa_supplicant/defconfig | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
> > index 8b3d8eae3..ef5244b2b 100644
> > --- a/wpa_supplicant/defconfig
> > +++ b/wpa_supplicant/defconfig
> > @@ -572,9 +572,9 @@ CONFIG_WIFI_DISPLAY=y
> >  #CONFIG_MBO=y
> > 
> >  # Fast Initial Link Setup (FILS) (IEEE 802.11ai)
> > -#CONFIG_FILS=y
> > +CONFIG_FILS=y
> >  # FILS shared key authentication with PFS
> > -#CONFIG_FILS_SK_PFS=y
> > +CONFIG_FILS_SK_PFS=y
> > 
> >  # Support RSN on IBSS networks
> >  # This is needed to be able to use mode=1 network profile with proto=RSN and
> > --
> > 2.20.1
> > 
> > 
> > _______________________________________________
> > Hostap mailing list
> > Hostap@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/hostap
> 
>
Andrej Shadura Feb. 20, 2019, 3:45 p.m. UTC | #3
Ahoj,

On Wed, 20 Feb 2019 at 12:00, Lubomir Rintel <lkundrak@v3.sk> wrote:
>
> On Tue, 2019-02-19 at 16:34 +0100, Andrej Shadura wrote:
> > Hi
> >
> > On Tue, 19 Feb 2019 at 14:44, Lubomir Rintel <lkundrak@v3.sk> wrote:
> > > Generally useful: NetworkManager supports it, Debian already enables it.
> > > Fedora and openSUSE do not, but they should.
> >
> > Actually, I had to disable this and MESH in Debian due to complaints
> > with some hardware.
>
> Thanks for the response. I'm wondering if you have a link to the bug
> tracker of the mailing list at hand?

https://bugs.debian.org/919389
diff mbox series

Patch

diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
index 8b3d8eae3..ef5244b2b 100644
--- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig
@@ -572,9 +572,9 @@  CONFIG_WIFI_DISPLAY=y
 #CONFIG_MBO=y
 
 # Fast Initial Link Setup (FILS) (IEEE 802.11ai)
-#CONFIG_FILS=y
+CONFIG_FILS=y
 # FILS shared key authentication with PFS
-#CONFIG_FILS_SK_PFS=y
+CONFIG_FILS_SK_PFS=y
 
 # Support RSN on IBSS networks
 # This is needed to be able to use mode=1 network profile with proto=RSN and