Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
Dmlme.c6420 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local
6468 new_sta = sta_info_alloc_with_link(sdata, ap_mld_addr, in ieee80211_prep_connection()
6472 new_sta = sta_info_alloc(sdata, ap_mld_addr, GFP_KERNEL); in ieee80211_prep_connection()
6474 if (!new_sta) { in ieee80211_prep_connection()
6479 new_sta->sta.mlo = mlo; in ieee80211_prep_connection()
6495 if (new_sta) { in ieee80211_prep_connection()
6500 link_sta = rcu_dereference(new_sta->link[link_id]); in ieee80211_prep_connection()
6503 sta_info_free(local, new_sta); in ieee80211_prep_connection()
6508 err = ieee80211_mgd_setup_link_sta(link, new_sta, in ieee80211_prep_connection()
6512 sta_info_free(local, new_sta); in ieee80211_prep_connection()
[all …]
/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_ap.c1994 int new_sta = 0, channel = -1; in handle_beacon() local
2090 new_sta = 1; in handle_beacon()
2126 if (new_sta) { in handle_beacon()