Home
last modified time | relevance | path

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

/net/mac80211/
Dmlme.c5175 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local
5196 new_sta = sta_info_alloc(sdata, cbss->bssid, GFP_KERNEL); in ieee80211_prep_connection()
5197 if (!new_sta) in ieee80211_prep_connection()
5214 if (new_sta) { in ieee80211_prep_connection()
5223 ieee80211_s1g_sta_rate_init(new_sta); in ieee80211_prep_connection()
5248 sta_info_free(local, new_sta); in ieee80211_prep_connection()
5257 new_sta->sta.supp_rates[cbss->channel->band] = rates; in ieee80211_prep_connection()
5302 if (new_sta || override) { in ieee80211_prep_connection()
5305 if (new_sta) in ieee80211_prep_connection()
5306 sta_info_free(local, new_sta); in ieee80211_prep_connection()
[all …]