Searched refs:new_sta (Results 1 – 2 of 2) sorted by relevance
794 struct host_cmd_ds_add_station *new_sta = &cmd->params.sta_info; in mwifiex_cmd_uap_add_station() local808 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()
9054 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local9108 new_sta = sta_info_alloc_with_link(sdata, ap_mld_addr, in ieee80211_prep_connection()9112 new_sta = sta_info_alloc(sdata, ap_mld_addr, GFP_KERNEL); in ieee80211_prep_connection()9114 if (!new_sta) { in ieee80211_prep_connection()9121 new_sta->sta.epp_peer = true; in ieee80211_prep_connection()9123 new_sta->sta.mlo = mlo; in ieee80211_prep_connection()9139 if (new_sta) { in ieee80211_prep_connection()9144 link_sta = rcu_dereference(new_sta->link[link_id]); in ieee80211_prep_connection()9147 sta_info_free(local, new_sta); in ieee80211_prep_connection()9152 err = ieee80211_mgd_setup_link_sta(link, new_sta, in ieee80211_prep_connection()[all …]