Searched defs:cfg80211_ops (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | cfg80211.h | 3974 struct cfg80211_ops { struct 3975 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); 3976 int (*resume)(struct wiphy *wiphy); 3977 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); 3979 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy, 3984 int (*del_virtual_intf)(struct wiphy *wiphy, 3986 int (*change_virtual_intf)(struct wiphy *wiphy, 3991 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, 3994 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev, 3998 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev, [all …]
|