Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmlme.c9152 struct sta_info *have_sta = NULL; in ieee80211_prep_connection() local
9172 have_sta = sta_info_get(sdata, ap_mld_addr); in ieee80211_prep_connection()
9174 if (mlo && !have_sta && in ieee80211_prep_connection()
9199 if (!have_sta) { in ieee80211_prep_connection()
9336 if (mlo && have_sta) in ieee80211_prep_connection()
9337 WARN_ON(__sta_info_destroy(have_sta)); in ieee80211_prep_connection()