Searched defs:cfg80211_ops (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | cfg80211.h | 3925 struct cfg80211_ops { struct 3926 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); 3927 int (*resume)(struct wiphy *wiphy); 3928 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); 3930 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy, 3935 int (*del_virtual_intf)(struct wiphy *wiphy, 3937 int (*change_virtual_intf)(struct wiphy *wiphy, 3942 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, 3945 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev, 3949 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev, [all …]
|