Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dnl80211.h2800 NL80211_ATTR_HT_CAPABILITY, enumerator
3300 #define NL80211_ATTR_HT_CAPABILITY NL80211_ATTR_HT_CAPABILITY macro
/linux-6.1.9/net/wireless/
Dnl80211.c551 [NL80211_ATTR_HT_CAPABILITY] = NLA_POLICY_EXACT_LEN_WARN(NL80211_HT_CAPABILITY_LEN),
6895 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_set_station_tdls()
6897 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_set_station_tdls()
7205 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_new_station()
7207 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_new_station()
10793 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_associate()
10797 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_associate()
11212 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_join_ibss()
11216 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_join_ibss()
11686 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_connect()
[all …]