Searched refs:NL80211_ATTR_WDEV (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/wireless/ |
| D | pmsr.c | 311 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in cfg80211_pmsr_complete() 513 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in cfg80211_pmsr_report()
|
| D | nl80211.c | 71 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() 128 !attrs[NL80211_ATTR_WDEV]) in __cfg80211_rdev_from_attrs() 135 if (attrs[NL80211_ATTR_WDEV]) { in __cfg80211_rdev_from_attrs() 136 u64 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]); in __cfg80211_rdev_from_attrs() 506 [NL80211_ATTR_WDEV] = { .type = NLA_U64 }, 2481 if (tb[NL80211_ATTR_WDEV]) in nl80211_dump_wiphy_parse() 2482 state->filter_wiphy = nla_get_u64(tb[NL80211_ATTR_WDEV]) >> 32; in nl80211_dump_wiphy_parse() 3203 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in nl80211_send_iface() 8627 if (nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in nl80211_send_bss() [all …]
|
| /Linux-v5.4/include/uapi/linux/ |
| D | nl80211.h | 2628 NL80211_ATTR_WDEV, enumerator
|