Home
last modified time | relevance | path

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

/Linux-v6.1/net/mac80211/
Dmlme.c6416 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local
6464 new_sta = sta_info_alloc_with_link(sdata, ap_mld_addr, in ieee80211_prep_connection()
6468 new_sta = sta_info_alloc(sdata, ap_mld_addr, GFP_KERNEL); in ieee80211_prep_connection()
6470 if (!new_sta) { in ieee80211_prep_connection()
6475 new_sta->sta.mlo = mlo; in ieee80211_prep_connection()
6491 if (new_sta) { in ieee80211_prep_connection()
6496 link_sta = rcu_dereference(new_sta->link[link_id]); in ieee80211_prep_connection()
6499 sta_info_free(local, new_sta); in ieee80211_prep_connection()
6504 err = ieee80211_mgd_setup_link_sta(link, new_sta, in ieee80211_prep_connection()
6508 sta_info_free(local, new_sta); in ieee80211_prep_connection()
[all …]
/Linux-v6.1/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()