Home
last modified time | relevance | path

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

/linux-3.3/include/net/
Dmac80211.h2112 struct ieee80211_ops { struct
2113 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 …]
/linux-3.3/drivers/net/wireless/iwlegacy/
Dcommon.h1715 const struct ieee80211_ops *ieee80211_ops; member