Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dnl80211.c7993 struct nlattr *tidsattr; in nl80211_fill_link_station() local
7996 tidsattr = nla_nest_start(msg, NL80211_STA_INFO_TID_STATS); in nl80211_fill_link_station()
7997 if (!tidsattr) in nl80211_fill_link_station()
8035 nla_nest_end(msg, tidsattr); in nl80211_fill_link_station()
8183 struct nlattr *tidsattr; in nl80211_put_sta_info_common() local
8186 tidsattr = nla_nest_start(msg, NL80211_STA_INFO_TID_STATS); in nl80211_put_sta_info_common()
8187 if (!tidsattr) in nl80211_put_sta_info_common()
8225 nla_nest_end(msg, tidsattr); in nl80211_put_sta_info_common()