Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnl80211.h1834 NL80211_ATTR_HT_CAPABILITY, enumerator
2177 #define NL80211_ATTR_HT_CAPABILITY NL80211_ATTR_HT_CAPABILITY macro
/linux-4.4.14/net/wireless/
Dnl80211.c279 [NL80211_ATTR_HT_CAPABILITY] = { .len = NL80211_HT_CAPABILITY_LEN },
4227 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_set_station_tdls()
4229 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_set_station_tdls()
4409 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_new_station()
4411 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_new_station()
7227 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_associate()
7231 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_associate()
7494 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_join_ibss()
7498 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_join_ibss()
7913 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_connect()
[all …]