On Thu, Apr 18, 2024 at 02:06:25PM +0800, David Lin wrote: > +static int > +mwifiex_cfg80211_probe_client(struct wiphy *wiphy, > + struct net_device *dev, const u8 *peer, > + u64 *cookie) > +{ > + return -EOPNOTSUPP; > +} > + > + mwifiex_cfg80211_ops.probe_client = > + mwifiex_cfg80211_probe_client; For the record, I feel like this question was not adequately handled from v8. That thread is: https://lore.kernel.org/all/CA+ASDXM1PEMRyxRpBryJ7G6e7yzG8Ku+g2_qpHN3g5djFpAWkw@xxxxxxxxxxxxxx/ Re: [EXT] Re: [PATCH v8 1/2] wifi: mwifiex: add host mlme for client mode Brian