Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmlme.c4316 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local
4333 new_sta = sta_info_alloc(sdata, cbss->bssid, GFP_KERNEL); in ieee80211_prep_connection()
4334 if (!new_sta) in ieee80211_prep_connection()
4338 if (new_sta || override) { in ieee80211_prep_connection()
4341 if (new_sta) in ieee80211_prep_connection()
4342 sta_info_free(local, new_sta); in ieee80211_prep_connection()
4347 if (new_sta) { in ieee80211_prep_connection()
4360 sta_info_free(local, new_sta); in ieee80211_prep_connection()
4387 new_sta->sta.supp_rates[cbss->channel->band] = rates; in ieee80211_prep_connection()
4436 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()
[all …]
/linux-4.4.14/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()