Searched defs:ieee80211_ops (Results 1 – 1 of 1) sorted by relevance
4742 struct ieee80211_ops { struct4743 void (*tx)(struct ieee80211_hw *hw,4746 int (*start)(struct ieee80211_hw *hw);4747 void (*stop)(struct ieee80211_hw *hw, bool suspend);4749 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);4750 int (*resume)(struct ieee80211_hw *hw);4751 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);4753 int (*add_interface)(struct ieee80211_hw *hw,4755 int (*change_interface)(struct ieee80211_hw *hw,4758 void (*remove_interface)(struct ieee80211_hw *hw,[all …]