Searched refs:NL80211_ATTR_WDEV (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/wireless/
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 Dnl80211.c72 bool have_wdev_id = attrs[NL80211_ATTR_WDEV];
83 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]);
149 !attrs[NL80211_ATTR_WDEV])
156 if (attrs[NL80211_ATTR_WDEV]) {
157 u64 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]);
653 [NL80211_ATTR_WDEV] = { .type = NLA_U64 },
3040 if (tb[NL80211_ATTR_WDEV])
3041 state->filter_wiphy = nla_get_u64(tb[NL80211_ATTR_WDEV]) >> 32;
3859 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev),
5891 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_i
[all...]
/linux-master/include/uapi/linux/
H A Dnl80211.h960 * its %NL80211_ATTR_WDEV identifier. It must have been created with
965 * its %NL80211_ATTR_WDEV identifier.
1086 * %NL80211_ATTR_WDEV interface. This interface must have been
1096 * its %NL80211_ATTR_WDEV interface.
1670 * @NL80211_ATTR_WDEV: wireless device identifier, used for pseudo-devices
3111 NL80211_ATTR_WDEV, enumerator in enum:nl80211_attrs
6853 * %NL80211_ATTR_WDEV.

Completed in 181 milliseconds