Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmlme.c4313 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local
4331 new_sta = sta_info_alloc(sdata, cbss->bssid, GFP_KERNEL); in ieee80211_prep_connection()
4332 if (!new_sta) in ieee80211_prep_connection()
4343 if (new_sta || is_override) { in ieee80211_prep_connection()
4346 if (new_sta) in ieee80211_prep_connection()
4347 sta_info_free(local, new_sta); in ieee80211_prep_connection()
4352 if (new_sta) { in ieee80211_prep_connection()
4365 sta_info_free(local, new_sta); in ieee80211_prep_connection()
4392 new_sta->sta.supp_rates[cbss->channel->band] = rates; in ieee80211_prep_connection()
4441 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()
[all …]
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_ap.c2056 int new_sta = 0, channel = -1; in handle_beacon() local
2152 new_sta = 1; in handle_beacon()
2188 if (new_sta) { in handle_beacon()