Home
last modified time | relevance | path

Searched refs:NL80211_ATTR_WDEV (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/wireless/
Dnl80211.c70 bool have_wdev_id = attrs[NL80211_ATTR_WDEV]; in __cfg80211_wdev_from_attrs()
83 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]); in __cfg80211_wdev_from_attrs()
127 !attrs[NL80211_ATTR_WDEV]) in __cfg80211_rdev_from_attrs()
134 if (attrs[NL80211_ATTR_WDEV]) { in __cfg80211_rdev_from_attrs()
135 u64 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]); in __cfg80211_rdev_from_attrs()
346 [NL80211_ATTR_WDEV] = { .type = NLA_U64 },
2118 if (tb[NL80211_ATTR_WDEV]) in nl80211_dump_wiphy_parse()
2119 state->filter_wiphy = nla_get_u64(tb[NL80211_ATTR_WDEV]) >> 32; in nl80211_dump_wiphy_parse()
2811 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in nl80211_send_iface()
8069 if (nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in nl80211_send_bss()
[all …]
/Linux-v4.19/include/uapi/linux/
Dnl80211.h2496 NL80211_ATTR_WDEV, enumerator