Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h143828 struct wireless_dev { struct
143829 struct wiphy *wiphy;
143830 enum nl80211_iftype iftype;
143831 struct list_head list;
143832 struct net_device *netdev;
143833 u32 identifier;
143834 struct list_head mgmt_registrations;
143835 u8 mgmt_registrations_need_update: 1;
143836 struct mutex mtx;
143837 bool use_4addr;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h151478 struct wireless_dev { struct
151479 struct wiphy *wiphy;
151480 enum nl80211_iftype iftype;
151481 struct list_head list;
151482 struct net_device *netdev;
151483 u32 identifier;
151484 struct list_head mgmt_registrations;
151485 u8 mgmt_registrations_need_update: 1;
151486 struct mutex mtx;
151487 bool use_4addr;
[all …]