Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c794 struct host_cmd_ds_add_station *new_sta = &cmd->params.sta_info; in mwifiex_cmd_uap_add_station() local
808 new_sta->action = cpu_to_le16(cmd_action); in mwifiex_cmd_uap_add_station()
819 memcpy(new_sta->peer_mac, add_sta->peer_mac, ETH_ALEN); in mwifiex_cmd_uap_add_station()
826 new_sta->aid = cpu_to_le16(params->aid); in mwifiex_cmd_uap_add_station()
827 new_sta->listen_interval = cpu_to_le32(params->listen_interval); in mwifiex_cmd_uap_add_station()
828 new_sta->cap_info = cpu_to_le16(params->capability); in mwifiex_cmd_uap_add_station()
830 pos = new_sta->tlv; in mwifiex_cmd_uap_add_station()
/linux/net/mac80211/
H A Dmlme.c8239 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local
8287 new_sta = sta_info_alloc_with_link(sdata, ap_mld_addr, in ieee80211_prep_connection()
8291 new_sta = sta_info_alloc(sdata, ap_mld_addr, GFP_KERNEL); in ieee80211_prep_connection()
8293 if (!new_sta) { in ieee80211_prep_connection()
8298 new_sta->sta.mlo = mlo; in ieee80211_prep_connection()
8314 if (new_sta) { in ieee80211_prep_connection()
8319 link_sta = rcu_dereference(new_sta->link[link_id]); in ieee80211_prep_connection()
8322 sta_info_free(local, new_sta); in ieee80211_prep_connection()
8327 err = ieee80211_mgd_setup_link_sta(link, new_sta, in ieee80211_prep_connection()
8331 sta_info_free(local, new_sta); in ieee80211_prep_connection()
[all …]