Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnl80211.h1812 NL80211_ATTR_HT_CAPABILITY, enumerator
2150 #define NL80211_ATTR_HT_CAPABILITY NL80211_ATTR_HT_CAPABILITY macro
/linux-4.1.27/net/wireless/
Dnl80211.c278 [NL80211_ATTR_HT_CAPABILITY] = { .len = NL80211_HT_CAPABILITY_LEN },
4195 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_set_station_tdls()
4197 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_set_station_tdls()
4371 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_new_station()
4373 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_new_station()
7060 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_associate()
7064 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_associate()
7327 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_join_ibss()
7331 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_join_ibss()
7745 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_connect()
[all …]