Searched defs:cfg80211_ops (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/include/net/ |
D | cfg80211.h | 1487 struct cfg80211_ops { struct 1488 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); 1489 int (*resume)(struct wiphy *wiphy); 1491 struct net_device * (*add_virtual_intf)(struct wiphy *wiphy, 1496 int (*del_virtual_intf)(struct wiphy *wiphy, struct net_device *dev); 1497 int (*change_virtual_intf)(struct wiphy *wiphy, 1502 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, 1505 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev, 1509 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev, 1511 int (*set_default_key)(struct wiphy *wiphy, [all …]
|