Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dnl80211.h2644 NL80211_ATTR_HT_CAPABILITY, enumerator
3119 #define NL80211_ATTR_HT_CAPABILITY NL80211_ATTR_HT_CAPABILITY macro
/Linux-v5.15/net/wireless/
Dnl80211.c525 [NL80211_ATTR_HT_CAPABILITY] = NLA_POLICY_EXACT_LEN_WARN(NL80211_HT_CAPABILITY_LEN),
6353 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_set_station_tdls()
6355 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_set_station_tdls()
6608 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_new_station()
6610 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_new_station()
10038 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_associate()
10042 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_associate()
10345 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_join_ibss()
10349 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_join_ibss()
10822 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_connect()
[all …]