Searched defs:ieee80211_ops (Results 1 – 1 of 1) sorted by relevance
4290 struct ieee80211_ops { struct4291 void (*tx)(struct ieee80211_hw *hw,4294 int (*start)(struct ieee80211_hw *hw);4295 void (*stop)(struct ieee80211_hw *hw);4297 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);4298 int (*resume)(struct ieee80211_hw *hw);4299 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);4301 int (*add_interface)(struct ieee80211_hw *hw,4303 int (*change_interface)(struct ieee80211_hw *hw,4306 void (*remove_interface)(struct ieee80211_hw *hw,[all …]