Searched refs:NL80211_ATTR_WDEV (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/net/wireless/ |
D | pmsr.c | 362 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in cfg80211_pmsr_complete() 575 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in cfg80211_pmsr_report()
|
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() 649 [NL80211_ATTR_WDEV] = { .type = NLA_U64 }, 3030 if (tb[NL80211_ATTR_WDEV]) in nl80211_dump_wiphy_parse() 3031 state->filter_wiphy = nla_get_u64(tb[NL80211_ATTR_WDEV]) >> 32; in nl80211_dump_wiphy_parse() 3845 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in nl80211_send_iface() 5894 nla_put_u64_64bit(msg, NL80211_ATTR_WDEV, wdev_id(wdev), in nl80211_send_ap_started() [all …]
|
/Linux-v6.6/include/uapi/linux/ |
D | nl80211.h | 3070 NL80211_ATTR_WDEV, enumerator
|