Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnl80211.h2919 NL80211_ATTR_HT_CAPABILITY, enumerator
3439 #define NL80211_ATTR_HT_CAPABILITY NL80211_ATTR_HT_CAPABILITY macro
/linux/net/wireless/
H A Dnl80211.c560 [NL80211_ATTR_HT_CAPABILITY] = NLA_POLICY_EXACT_LEN_WARN(NL80211_HT_CAPABILITY_LEN),
7270 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_set_station_tdls()
7272 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_set_station_tdls()
7578 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_new_station()
7580 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_new_station()
11172 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_associate()
11176 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_associate()
11640 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_join_ibss()
11644 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_join_ibss()
12112 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_connect()
[all …]