Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dcfg80211.h5243 struct wireless_dev { struct
5244 struct wiphy *wiphy;
5245 enum nl80211_iftype iftype;
5248 struct list_head list;
5249 struct net_device *netdev;
5251 u32 identifier;
5253 struct list_head mgmt_registrations;
5254 u8 mgmt_registrations_need_update:1;
5256 struct mutex mtx;
5258 bool use_4addr, is_running;
[all …]
/kernel/linux/linux-6.6/include/net/
Dcfg80211.h5978 struct wireless_dev { struct
5979 struct wiphy *wiphy;
5980 enum nl80211_iftype iftype;
5983 struct list_head list;
5984 struct net_device *netdev;
5986 u32 identifier;
5988 struct list_head mgmt_registrations;
5989 u8 mgmt_registrations_need_update:1;
5991 struct mutex mtx;
5993 bool use_4addr, is_running, registered, registering;
[all …]