> From: Brian Norris <briannorris@xxxxxxxxxxxx> > Sent: Thursday, March 21, 2024 5:13 AM > To: David Lin <yu-hao.lin@xxxxxxx> > Cc: linux-wireless@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; > kvalo@xxxxxxxxxx; francesco@xxxxxxxxxx; Pete Hsieh > <tsung-hsien.hsieh@xxxxxxx>; rafael.beims <rafael.beims@xxxxxxxxxxx>; > Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> > Subject: Re: [EXT] Re: [PATCH v9 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, > > On Mon, Mar 18, 2024 at 02:20:56AM +0000, David Lin wrote: > > > From: Brian Norris <briannorris@xxxxxxxxxxxx> > > > > I'm not sure if this has been asked/answered before, but are the > > > MLME/WPA3 limitations exclusively tied to the firmware support ("V2 > > > Key API")? Or are there hardware limitations on top (e.g., some > > > firmware might get > > > "V2 Key API" but still be unsupported on a given chip family)? Could > > > other chips chips theoretically get this feature-set in the future? > > > > If firmware reported support of V2 Key API, then host mlme can be > > supported without issues. There is a flag 'host_mlme' in struct > > 'mwifiex_sdio_device' to indicate if host mlme should be supported. If > > this flag is set, driver will still check if firmware can support V2 > > Key API. If firmware can't support it, host mlme will be disabled. > > Thanks! If I can distill the answer: it's just a software/firmware limitation, and > not a hardware limitation. The hardware limitation flag in this series is added > just out of caution. > > Brian Give user the choice to use host mlme or not.