Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dnl80211.c7454 struct nlattr *tidattr; in nl80211_fill_link_station() local
7461 tidattr = nla_nest_start_noflag(msg, tid + 1); in nl80211_fill_link_station()
7462 if (!tidattr) in nl80211_fill_link_station()
7484 nla_nest_end(msg, tidattr); in nl80211_fill_link_station()
7664 struct nlattr *tidattr; in nl80211_send_station() local
7671 tidattr = nla_nest_start_noflag(msg, tid + 1); in nl80211_send_station()
7672 if (!tidattr) in nl80211_send_station()
7694 nla_nest_end(msg, tidattr); in nl80211_send_station()