Home
last modified time | relevance | path

Searched defs:cfg80211_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/net/
Dcfg80211.h3136 struct cfg80211_ops { struct
3137 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow);
3138 int (*resume)(struct wiphy *wiphy);
3139 void (*set_wakeup)(struct wiphy *wiphy, bool enabled);
3141 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy,
3146 int (*del_virtual_intf)(struct wiphy *wiphy,
3148 int (*change_virtual_intf)(struct wiphy *wiphy,
3153 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev,
3156 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev,
3160 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev,
[all …]