Searched defs:cfg80211_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| D | cfg80211.h | 3928 struct cfg80211_ops { struct 3929 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); 3930 int (*resume)(struct wiphy *wiphy); 3931 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); 3933 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy, 3938 int (*del_virtual_intf)(struct wiphy *wiphy, 3940 int (*change_virtual_intf)(struct wiphy *wiphy, 3945 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, 3948 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev, 3952 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev, [all …]
|
| /kernel/linux/linux-6.6/include/net/ |
| D | cfg80211.h | 4405 struct cfg80211_ops { struct 4406 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); 4407 int (*resume)(struct wiphy *wiphy); 4408 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); 4410 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy, 4415 int (*del_virtual_intf)(struct wiphy *wiphy, 4417 int (*change_virtual_intf)(struct wiphy *wiphy, 4422 int (*add_intf_link)(struct wiphy *wiphy, 4425 void (*del_intf_link)(struct wiphy *wiphy, 4429 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, [all …]
|