Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dnl80211.h2292 NL80211_ATTR_HT_CAPABILITY, enumerator
2703 #define NL80211_ATTR_HT_CAPABILITY NL80211_ATTR_HT_CAPABILITY macro
/Linux-v4.19/net/wireless/
Dnl80211.c270 [NL80211_ATTR_HT_CAPABILITY] = { .len = NL80211_HT_CAPABILITY_LEN },
5165 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_set_station_tdls()
5167 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_set_station_tdls()
5399 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) in nl80211_new_station()
5401 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]); in nl80211_new_station()
8666 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_associate()
8670 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_associate()
8963 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_join_ibss()
8967 nla_data(info->attrs[NL80211_ATTR_HT_CAPABILITY]), in nl80211_join_ibss()
9410 if (info->attrs[NL80211_ATTR_HT_CAPABILITY]) { in nl80211_connect()
[all …]