2024-04-18 09:15:57

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [EXT] [PATCH v10 0/2] wifi: mwifiex: add code to support host mlme

Hi David,

>>> With host mlme:
>>> Tested-by: <[email protected]> #Verdin AM62 IW416 SD Without
>>> host mlme:
>>> Tested-by: Francesco Dolcini <[email protected]> #
>>> 88W8997-SD
>>>
>>> This series add host based MLME support to the mwifiex driver, this
>>> enables WPA3 support in both client and AP mode.
>>> To enable WPA3, a firmware with corresponding V2 Key API support is
>>> required.
>>> The feature is currently only enabled on NXP IW416 (SD8978), and it
>>> was internally validated by NXP QA team. Other NXP Wi-Fi chips
>>> supported in current mwifiex are not affected by this change.
>>
>> I am a bit confused here. If this is just for WPA3 support, then wasn’t this
>> suppose to be solved with external_auth support?
>>
>> Regards
>>
>> Marcel
>
> FW can't support WPA3. In order to support WPA3, driver should leverage MLME of wpa_supplicant and hostapd.
> This patch is used to let MLME is running by wpa_supplicant and hostapd instead of handling by FW.

as I said, isn’t external_auth exactly meant for this?

Regards

Marcel



2024-04-19 04:00:27

by David Lin

[permalink] [raw]
Subject: RE: [EXT] [PATCH v10 0/2] wifi: mwifiex: add code to support host mlme

> From: Marcel Holtmann <[email protected]>
> Sent: Thursday, April 18, 2024 5:15 PM
> To: David Lin <[email protected]>
> Cc: [email protected]; LKML <[email protected]>;
> [email protected]; Kalle Valo <[email protected]>;
> [email protected]; Pete Hsieh <[email protected]>; rafael.beims
> <[email protected]>; Francesco Dolcini
> <[email protected]>
> Subject: Re: [EXT] [PATCH v10 0/2] wifi: mwifiex: add code to support host
> mlme
>
> Caution: This is an external email. Please take care when clicking links or
> opening attachments. When in doubt, report the message using the 'Report
> this email' button
>
>
> Hi David,
>
> >>> With host mlme:
> >>> Tested-by: <[email protected]> #Verdin AM62 IW416 SD
> Without
> >>> host mlme:
> >>> Tested-by: Francesco Dolcini <[email protected]> #
> >>> 88W8997-SD
> >>>
> >>> This series add host based MLME support to the mwifiex driver, this
> >>> enables WPA3 support in both client and AP mode.
> >>> To enable WPA3, a firmware with corresponding V2 Key API support is
> >>> required.
> >>> The feature is currently only enabled on NXP IW416 (SD8978), and it
> >>> was internally validated by NXP QA team. Other NXP Wi-Fi chips
> >>> supported in current mwifiex are not affected by this change.
> >>
> >> I am a bit confused here. If this is just for WPA3 support, then
> >> wasn’t this suppose to be solved with external_auth support?
> >>
> >> Regards
> >>
> >> Marcel
> >
> > FW can't support WPA3. In order to support WPA3, driver should leverage
> MLME of wpa_supplicant and hostapd.
> > This patch is used to let MLME is running by wpa_supplicant and hostapd
> instead of handling by FW.
>
> as I said, isn’t external_auth exactly meant for this?
>
> Regards
>
> Marcel

Can you let me know what does "external_auth" mean?

David