Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dtx.c2476 struct sta_info **sta_out) in ieee80211_lookup_ra_sta() argument
2484 *sta_out = sta; in ieee80211_lookup_ra_sta()
2494 *sta_out = ERR_PTR(-ENOENT); in ieee80211_lookup_ra_sta()
2502 *sta_out = NULL; in ieee80211_lookup_ra_sta()
2511 *sta_out = sta; in ieee80211_lookup_ra_sta()
2536 *sta_out = sta ?: ERR_PTR(-ENOENT); in ieee80211_lookup_ra_sta()
H A Dieee80211_i.h2330 struct sta_info **sta_out);