Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dmac80211.h4448 struct ieee80211_ops { struct
4449 void (*tx)(struct ieee80211_hw *hw,
4452 int (*start)(struct ieee80211_hw *hw);
4453 void (*stop)(struct ieee80211_hw *hw, bool suspend);
4455 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);
4456 int (*resume)(struct ieee80211_hw *hw);
4457 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);
4459 int (*add_interface)(struct ieee80211_hw *hw,
4461 int (*change_interface)(struct ieee80211_hw *hw,
4464 void (*remove_interface)(struct ieee80211_hw *hw,
[all …]