Searched refs:new_sta (Results 1 – 2 of 2) sorted by relevance
5146 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local5167 new_sta = sta_info_alloc(sdata, cbss->bssid, GFP_KERNEL); in ieee80211_prep_connection()5168 if (!new_sta) in ieee80211_prep_connection()5185 if (new_sta) { in ieee80211_prep_connection()5194 ieee80211_s1g_sta_rate_init(new_sta); in ieee80211_prep_connection()5219 sta_info_free(local, new_sta); in ieee80211_prep_connection()5228 new_sta->sta.supp_rates[cbss->channel->band] = rates; in ieee80211_prep_connection()5273 if (new_sta || override) { in ieee80211_prep_connection()5276 if (new_sta) in ieee80211_prep_connection()5277 sta_info_free(local, new_sta); in ieee80211_prep_connection()[all …]
1994 int new_sta = 0, channel = -1; in handle_beacon() local2090 new_sta = 1; in handle_beacon()2126 if (new_sta) { in handle_beacon()