Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dcfg80211.h1507 struct cfg80211_ops { struct
1508 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow);
1509 int (*resume)(struct wiphy *wiphy);
1511 struct net_device * (*add_virtual_intf)(struct wiphy *wiphy,
1516 int (*del_virtual_intf)(struct wiphy *wiphy, struct net_device *dev);
1517 int (*change_virtual_intf)(struct wiphy *wiphy,
1522 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev,
1525 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev,
1529 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev,
1531 int (*set_default_key)(struct wiphy *wiphy,
[all …]