Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dnl80211.c7701 struct nlattr *tidattr; in nl80211_fill_link_station() local
7708 tidattr = nla_nest_start_noflag(msg, tid + 1); in nl80211_fill_link_station()
7709 if (!tidattr) in nl80211_fill_link_station()
7731 nla_nest_end(msg, tidattr); in nl80211_fill_link_station()
7914 struct nlattr *tidattr; in nl80211_send_station() local
7921 tidattr = nla_nest_start_noflag(msg, tid + 1); in nl80211_send_station()
7922 if (!tidattr) in nl80211_send_station()
7944 nla_nest_end(msg, tidattr); in nl80211_send_station()