Searched refs:NL80211_ATTR_WDEV (Results 1 – 3 of 3) sorted by relevance
| /linux/net/wireless/ |
| H A D | pmsr.c | 387 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in cfg80211_pmsr_complete() 601 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in cfg80211_pmsr_report()
|
| H A D | nl80211.c | 73 bool have_wdev_id = attrs[NL80211_ATTR_WDEV]; in __cfg80211_wdev_from_attrs() 84 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]); in __cfg80211_wdev_from_attrs() 150 !attrs[NL80211_ATTR_WDEV]) in __cfg80211_rdev_from_attrs() 157 if (attrs[NL80211_ATTR_WDEV]) { in __cfg80211_rdev_from_attrs() 158 u64 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]); in __cfg80211_rdev_from_attrs() 866 [NL80211_ATTR_WDEV] = { .type = NLA_U64 }, 3590 if (tb[NL80211_ATTR_WDEV]) in _nl80211_parse_chandef() 3591 state->filter_wiphy = nla_get_u64(tb[NL80211_ATTR_WDEV]) >> 32; in _nl80211_parse_chandef() 4478 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in nl80211_get_interface() 5227 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_i in nl80211_del_key() [all...] |
| /linux/include/uapi/linux/ |
| H A D | nl80211.h | 956 * its %NL80211_ATTR_WDEV identifier. It must have been created with 961 * its %NL80211_ATTR_WDEV identifier. 1082 * %NL80211_ATTR_WDEV interface. This interface must have been 1093 * its %NL80211_ATTR_WDEV interface. 1769 * @NL80211_ATTR_WDEV: wireless device identifier, used for pseudo-devices 3395 NL80211_ATTR_WDEV, 7346 * %NL80211_ATTR_WDEV. 3239 NL80211_ATTR_WDEV, global() enumerator
|