Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dnl80211.c7008 struct nlattr *tidsattr; in nl80211_fill_link_station() local
7011 tidsattr = nla_nest_start_noflag(msg, in nl80211_fill_link_station()
7013 if (!tidsattr) in nl80211_fill_link_station()
7051 nla_nest_end(msg, tidsattr); in nl80211_fill_link_station()
7217 struct nlattr *tidsattr; in nl80211_send_station() local
7220 tidsattr = nla_nest_start_noflag(msg, in nl80211_send_station()
7222 if (!tidsattr) in nl80211_send_station()
7260 nla_nest_end(msg, tidsattr); in nl80211_send_station()