Searched defs:ieee80211_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| D | mac80211.h | 3881 struct ieee80211_ops { struct 3882 void (*tx)(struct ieee80211_hw *hw, 3885 int (*start)(struct ieee80211_hw *hw); 3886 void (*stop)(struct ieee80211_hw *hw); 3888 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan); 3889 int (*resume)(struct ieee80211_hw *hw); 3890 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled); 3892 int (*add_interface)(struct ieee80211_hw *hw, 3894 int (*change_interface)(struct ieee80211_hw *hw, 3897 void (*remove_interface)(struct ieee80211_hw *hw, [all …]
|
| /kernel/linux/linux-4.19/include/net/ |
| D | mac80211.h | 3546 struct ieee80211_ops { struct 3547 void (*tx)(struct ieee80211_hw *hw, 3550 int (*start)(struct ieee80211_hw *hw); 3551 void (*stop)(struct ieee80211_hw *hw); 3553 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan); 3554 int (*resume)(struct ieee80211_hw *hw); 3555 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled); 3557 int (*add_interface)(struct ieee80211_hw *hw, 3559 int (*change_interface)(struct ieee80211_hw *hw, 3562 void (*remove_interface)(struct ieee80211_hw *hw, [all …]
|