Searched defs:cfg80211_ops (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/net/ | 
| D | cfg80211.h | 3629 struct cfg80211_ops {  struct3630 	int	(*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow);
 3631 	int	(*resume)(struct wiphy *wiphy);
 3632 	void	(*set_wakeup)(struct wiphy *wiphy, bool enabled);
 3634 	struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy,
 3639 	int	(*del_virtual_intf)(struct wiphy *wiphy,
 3641 	int	(*change_virtual_intf)(struct wiphy *wiphy,
 3646 	int	(*add_key)(struct wiphy *wiphy, struct net_device *netdev,
 3649 	int	(*get_key)(struct wiphy *wiphy, struct net_device *netdev,
 3653 	int	(*del_key)(struct wiphy *wiphy, struct net_device *netdev,
 [all …]
 
 |