Searched refs:NL80211_ATTR_WDEV (Results 1 – 3 of 3) sorted by relevance
/linux/net/wireless/ |
H A D | pmsr.c | 370 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in cfg80211_pmsr_complete() 583 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in cfg80211_pmsr_report()
|
H A D | nl80211.c | 72 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() 149 !attrs[NL80211_ATTR_WDEV]) in __cfg80211_rdev_from_attrs() 156 if (attrs[NL80211_ATTR_WDEV]) { in __cfg80211_rdev_from_attrs() 157 u64 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]); in __cfg80211_rdev_from_attrs() 686 [NL80211_ATTR_WDEV] = { .type = NLA_U64 }, 3202 if (tb[NL80211_ATTR_WDEV]) in nl80211_dump_wiphy_parse() 3203 state->filter_wiphy = nla_get_u64(tb[NL80211_ATTR_WDEV]) >> 32; in nl80211_dump_wiphy_parse() 4085 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in nl80211_send_iface() 6185 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_i in nl80211_send_ap_started() [all...] |
/linux/include/uapi/linux/ |
H A D | nl80211.h | 955 * its %NL80211_ATTR_WDEV identifier. It must have been created with 960 * its %NL80211_ATTR_WDEV identifier. 1081 * %NL80211_ATTR_WDEV interface. This interface must have been 1091 * its %NL80211_ATTR_WDEV interface. 1683 * @NL80211_ATTR_WDEV: wireless device identifier, used for pseudo-devices 3183 NL80211_ATTR_WDEV, enumerator 6962 * %NL80211_ATTR_WDEV.
|