Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmlme.c9608 struct sta_info *have_sta = NULL; in ieee80211_prep_connection() local
9628 have_sta = sta_info_get(sdata, ap_mld_addr); in ieee80211_prep_connection()
9630 if (mlo && !have_sta && in ieee80211_prep_connection()
9655 if (!have_sta) { in ieee80211_prep_connection()
9751 ap = new_sta ?: have_sta; in ieee80211_prep_connection()
9806 if (mlo && have_sta) in ieee80211_prep_connection()
9807 WARN_ON(__sta_info_destroy(have_sta)); in ieee80211_prep_connection()