Searched refs:wdev_id (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/wireless/
H A Dnl80211.h19 static inline u64 wdev_id(struct wireless_dev *wdev) function
H A Dpmsr.c362 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev),
575 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev),
H A Dcore.h55 int devlist_generation, wdev_id; member in struct:cfg80211_registered_device
H A Dnl80211.c73 u64 wdev_id = 0; local
83 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]);
84 wiphy_idx = wdev_id >> 32;
98 if (have_wdev_id && wdev->identifier == (u32)wdev_id) {
124 if (have_wdev_id && wdev->identifier == (u32)wdev_id) {
157 u64 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]); local
161 tmp = cfg80211_rdev_by_wiphy_idx(wdev_id >> 32);
165 if (wdev->identifier != (u32)wdev_id)
3859 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev),
5891 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wde
[all...]
H A Dcore.c1406 wdev->identifier = ++rdev->wdev_id;
H A Dtrace.h3507 __field(u32, wdev_id)
3520 __entry->wdev_id = request->wdev ?

Completed in 158 milliseconds