Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnl80211.h2077 NL80211_ATTR_VHT_CAPABILITY_MASK, enumerator
/linux-4.4.14/net/wireless/
Dnl80211.c368 [NL80211_ATTR_VHT_CAPABILITY_MASK] = {
1660 nla_put(msg, NL80211_ATTR_VHT_CAPABILITY_MASK, in nl80211_send_wiphy()
7238 if (info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]) in nl80211_associate()
7240 nla_data(info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]), in nl80211_associate()
7244 if (!info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]) in nl80211_associate()
7926 if (info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]) in nl80211_connect()
7928 nla_data(info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]), in nl80211_connect()
7932 if (!info->attrs[NL80211_ATTR_VHT_CAPABILITY_MASK]) { in nl80211_connect()