Searched defs:cfg80211_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/net/ |
D | cfg80211.h | 2496 struct cfg80211_ops { struct 2497 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); 2498 int (*resume)(struct wiphy *wiphy); 2499 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); 2501 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy, 2507 int (*del_virtual_intf)(struct wiphy *wiphy, 2509 int (*change_virtual_intf)(struct wiphy *wiphy, 2514 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, 2517 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev, 2521 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev, [all …]
|