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

and you don't need *_key callbacks in case its fine to operate without encryption.


thanks,
Tobin


Reply via email to