Searched defs:ieee80211_ops (Results 1 – 1 of 1) sorted by relevance
3756 struct ieee80211_ops { struct3757 void (*tx)(struct ieee80211_hw *hw,3760 int (*start)(struct ieee80211_hw *hw);3761 void (*stop)(struct ieee80211_hw *hw);3763 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);3764 int (*resume)(struct ieee80211_hw *hw);3765 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);3767 int (*add_interface)(struct ieee80211_hw *hw,3769 int (*change_interface)(struct ieee80211_hw *hw,3772 void (*remove_interface)(struct ieee80211_hw *hw,[all …]