Searched defs:cfg80211_ops (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 117711 struct cfg80211_ops { struct 117712 int (*suspend)(struct wiphy *, struct cfg80211_wowlan *); 117713 int (*resume)(struct wiphy *); 117714 void (*set_wakeup)(struct wiphy *, bool); 117715 …rtual_intf)(struct wiphy *, const char *, unsigned char, enum nl80211_iftype, struct vif_params *); 117716 int (*del_virtual_intf)(struct wiphy *, struct wireless_dev *); 117717 …e_virtual_intf)(struct wiphy *, struct net_device___2 *, enum nl80211_iftype, struct vif_params *); 117718 int (*add_key)(struct wiphy *, struct net_device___2 *, u8, bool, const u8 *, struct key_params *); 117719 …y *, struct net_device___2 *, u8, bool, const u8 *, void *, void (*)(void *, struct key_params *)); 117720 int (*del_key)(struct wiphy *, struct net_device___2 *, u8, bool, const u8 *); [all …]
|
| D | vmlinux.h | 117711 struct cfg80211_ops { struct 117712 int (*suspend)(struct wiphy *, struct cfg80211_wowlan *); 117713 int (*resume)(struct wiphy *); 117714 void (*set_wakeup)(struct wiphy *, bool); 117715 …rtual_intf)(struct wiphy *, const char *, unsigned char, enum nl80211_iftype, struct vif_params *); 117716 int (*del_virtual_intf)(struct wiphy *, struct wireless_dev *); 117717 …e_virtual_intf)(struct wiphy *, struct net_device___2 *, enum nl80211_iftype, struct vif_params *); 117718 int (*add_key)(struct wiphy *, struct net_device___2 *, u8, bool, const u8 *, struct key_params *); 117719 …y *, struct net_device___2 *, u8, bool, const u8 *, void *, void (*)(void *, struct key_params *)); 117720 int (*del_key)(struct wiphy *, struct net_device___2 *, u8, bool, const u8 *); [all …]
|