Home
last modified time | relevance | path

Searched defs:ieee80211_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/
Dmac80211.h3263 struct ieee80211_ops { struct
3264 void (*tx)(struct ieee80211_hw *hw,
3267 int (*start)(struct ieee80211_hw *hw);
3268 void (*stop)(struct ieee80211_hw *hw);
3270 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);
3271 int (*resume)(struct ieee80211_hw *hw);
3272 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);
3274 int (*add_interface)(struct ieee80211_hw *hw,
3276 int (*change_interface)(struct ieee80211_hw *hw,
3279 void (*remove_interface)(struct ieee80211_hw *hw,
[all …]