Searched defs:ieee80211_ops (Results 1 – 2 of 2) sorted by relevance
2112 struct ieee80211_ops { struct2113 void (*tx)(struct ieee80211_hw *hw, struct sk_buff *skb);2114 void (*tx_frags)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,2116 int (*start)(struct ieee80211_hw *hw);2117 void (*stop)(struct ieee80211_hw *hw);2119 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);2120 int (*resume)(struct ieee80211_hw *hw);2122 int (*add_interface)(struct ieee80211_hw *hw,2124 int (*change_interface)(struct ieee80211_hw *hw,2127 void (*remove_interface)(struct ieee80211_hw *hw,[all …]
1715 const struct ieee80211_ops *ieee80211_ops; member