Searched defs:cfg80211_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/include/net/ |
D | cfg80211.h | 4022 struct cfg80211_ops { struct 4023 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); 4024 int (*resume)(struct wiphy *wiphy); 4025 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); 4027 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy, 4032 int (*del_virtual_intf)(struct wiphy *wiphy, 4034 int (*change_virtual_intf)(struct wiphy *wiphy, 4039 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, 4042 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev, 4046 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev, [all …]
|