Searched defs:cfg80211_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/include/net/ |
D | cfg80211.h | 2452 struct cfg80211_ops { struct 2453 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); 2454 int (*resume)(struct wiphy *wiphy); 2455 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); 2457 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy, 2463 int (*del_virtual_intf)(struct wiphy *wiphy, 2465 int (*change_virtual_intf)(struct wiphy *wiphy, 2470 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, 2473 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev, 2477 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev, [all …]
|