Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmlme.c6930 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local
6978 new_sta = sta_info_alloc_with_link(sdata, ap_mld_addr, in ieee80211_prep_connection()
6982 new_sta = sta_info_alloc(sdata, ap_mld_addr, GFP_KERNEL); in ieee80211_prep_connection()
6984 if (!new_sta) { in ieee80211_prep_connection()
6989 new_sta->sta.mlo = mlo; in ieee80211_prep_connection()
7005 if (new_sta) { in ieee80211_prep_connection()
7010 link_sta = rcu_dereference(new_sta->link[link_id]); in ieee80211_prep_connection()
7013 sta_info_free(local, new_sta); in ieee80211_prep_connection()
7018 err = ieee80211_mgd_setup_link_sta(link, new_sta, in ieee80211_prep_connection()
7022 sta_info_free(local, new_sta); in ieee80211_prep_connection()
[all …]
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A 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()