Home
last modified time | relevance | path

Searched refs:NL80211_ATTR_VHT_CAPABILITY_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dnl80211.h3109 NL80211_ATTR_VHT_CAPABILITY_MASK, enumerator
/Linux-v6.6/net/wireless/
Dnl80211.c669 [NL80211_ATTR_VHT_CAPABILITY_MASK] = {
2753 nla_put(msg, NL80211_ATTR_VHT_CAPABILITY_MASK, in nl80211_send_wiphy()
11040 if (info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]) in nl80211_associate()
11042 nla_data(info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]), in nl80211_associate()
11046 if (!info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]) in nl80211_associate()
11945 if (info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]) in nl80211_connect()
11947 nla_data(info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]), in nl80211_connect()
11951 if (!info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]) { in nl80211_connect()