Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dtx.c2509 struct sta_info **sta_out) in ieee80211_lookup_ra_sta() argument
2517 *sta_out = sta; in ieee80211_lookup_ra_sta()
2527 *sta_out = ERR_PTR(-ENOENT); in ieee80211_lookup_ra_sta()
2535 *sta_out = NULL; in ieee80211_lookup_ra_sta()
2544 *sta_out = sta; in ieee80211_lookup_ra_sta()
2567 *sta_out = ERR_PTR(-ENOENT); in ieee80211_lookup_ra_sta()
2576 *sta_out = sta ?: ERR_PTR(-ENOENT); in ieee80211_lookup_ra_sta()
H A Dieee80211_i.h2478 struct sta_info **sta_out);