Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dmac80211.h3937 struct ieee80211_ops { struct
3938 void (*tx)(struct ieee80211_hw *hw,
3941 int (*start)(struct ieee80211_hw *hw);
3942 void (*stop)(struct ieee80211_hw *hw);
3944 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);
3945 int (*resume)(struct ieee80211_hw *hw);
3946 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);
3948 int (*add_interface)(struct ieee80211_hw *hw,
3950 int (*change_interface)(struct ieee80211_hw *hw,
3953 void (*remove_interface)(struct ieee80211_hw *hw,
[all …]