On Wed, Jun 21, 2017 at 05:53:13PM -0700, Igor Mitsyanko wrote: > On 06/21/2017 05:03 PM, Tobin C. Harding wrote: > > > >Hi, > > > >Is some one able to please confirm for me that the following > >cfg80211_ops callbacks are enough to implement a minimal functioning > >Wi-Fi driver. Assume that a virtual interface is added during driver > >initialization. > > > >scan > >add_key > >get_key > >del_key > >sat_default_key > >connect > >disconnect > >set_wiphy_params > > Hi, is this for STA-only? I guess you also need > mgmt_frame_register > mgmt_tx Thanks for the response Igor. Yes, infrastructure mode only. > and you don't need *_key callbacks in case its fine to operate without > encryption. Cool, thank you. Tobin