Searched defs:ieee80211_ops (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 123062 struct ieee80211_ops { struct 123063 void (*tx)(struct ieee80211_hw *, struct ieee80211_tx_control *, struct sk_buff *); 123064 int (*start)(struct ieee80211_hw *); 123065 void (*stop)(struct ieee80211_hw *); 123066 int (*suspend)(struct ieee80211_hw *, struct cfg80211_wowlan *); 123067 int (*resume)(struct ieee80211_hw *); 123068 void (*set_wakeup)(struct ieee80211_hw *, bool); 123069 int (*add_interface)(struct ieee80211_hw *, struct ieee80211_vif *); 123070 int (*change_interface)(struct ieee80211_hw *, struct ieee80211_vif *, enum nl80211_iftype, bool); 123071 void (*remove_interface)(struct ieee80211_hw *, struct ieee80211_vif *); [all …]
|
| D | vmlinux.h | 123062 struct ieee80211_ops { struct 123063 void (*tx)(struct ieee80211_hw *, struct ieee80211_tx_control *, struct sk_buff *); 123064 int (*start)(struct ieee80211_hw *); 123065 void (*stop)(struct ieee80211_hw *); 123066 int (*suspend)(struct ieee80211_hw *, struct cfg80211_wowlan *); 123067 int (*resume)(struct ieee80211_hw *); 123068 void (*set_wakeup)(struct ieee80211_hw *, bool); 123069 int (*add_interface)(struct ieee80211_hw *, struct ieee80211_vif *); 123070 int (*change_interface)(struct ieee80211_hw *, struct ieee80211_vif *, enum nl80211_iftype, bool); 123071 void (*remove_interface)(struct ieee80211_hw *, struct ieee80211_vif *); [all …]
|