Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dnl80211.c7691 struct nlattr *tidsattr; in nl80211_fill_link_station() local
7694 tidsattr = nla_nest_start_noflag(msg, in nl80211_fill_link_station()
7696 if (!tidsattr) in nl80211_fill_link_station()
7734 nla_nest_end(msg, tidsattr); in nl80211_fill_link_station()
7904 struct nlattr *tidsattr; in nl80211_send_station() local
7907 tidsattr = nla_nest_start_noflag(msg, in nl80211_send_station()
7909 if (!tidsattr) in nl80211_send_station()
7947 nla_nest_end(msg, tidsattr); in nl80211_send_station()