Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/net/mac80211/
H A Dmlme.c8692 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local
8746 if (!new_sta) { in ieee80211_prep_connection()
8751 new_sta->sta.mlo = mlo; in ieee80211_prep_connection()
8767 if (new_sta) { in ieee80211_prep_connection()
8775 sta_info_free(local, new_sta); in ieee80211_prep_connection()
8784 sta_info_free(local, new_sta); in ieee80211_prep_connection()
8817 if (new_sta || override) { in ieee80211_prep_connection()
8829 if (new_sta) in ieee80211_prep_connection()
8837 if (new_sta) { in ieee80211_prep_connection()
8850 err = sta_info_insert(new_sta); in ieee80211_prep_connection()
[all …]