Searched defs:cfg80211_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/net/ |
D | cfg80211.h | 3130 struct cfg80211_ops { struct 3131 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); 3132 int (*resume)(struct wiphy *wiphy); 3133 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); 3135 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy, 3140 int (*del_virtual_intf)(struct wiphy *wiphy, 3142 int (*change_virtual_intf)(struct wiphy *wiphy, 3147 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, 3150 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev, 3154 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev, [all …]
|