Searched refs:new_sta (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | uap_cmd.c | 794 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/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | uap_cmd.c | 562 struct host_cmd_ds_add_station *new_sta = &cmd->params.sta_info; in nxpwifi_cmd_uap_add_new_station() local 573 new_sta->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_uap_add_new_station() 584 memcpy(new_sta->peer_mac, add_sta->peer_mac, ETH_ALEN); in nxpwifi_cmd_uap_add_new_station() 591 new_sta->aid = cpu_to_le16(params->aid); in nxpwifi_cmd_uap_add_new_station() 592 new_sta->listen_interval = cpu_to_le32(params->listen_interval); in nxpwifi_cmd_uap_add_new_station() 593 new_sta->cap_info = cpu_to_le16(params->capability); in nxpwifi_cmd_uap_add_new_station() 595 pos = new_sta->tlv; in nxpwifi_cmd_uap_add_new_station()
|
| /linux/net/mac80211/ |
| H A D | mlme.c | 9606 struct sta_info *new_sta = NULL; in ieee80211_prep_connection() local 9657 new_sta = sta_info_alloc_with_link(sdata, ap_mld_addr, in ieee80211_prep_connection() 9661 new_sta = sta_info_alloc(sdata, ap_mld_addr, GFP_KERNEL); in ieee80211_prep_connection() 9663 if (!new_sta) { in ieee80211_prep_connection() 9671 new_sta->sta.epp_peer = true; in ieee80211_prep_connection() 9673 new_sta->sta.mlo = mlo; in ieee80211_prep_connection() 9689 if (new_sta) { in ieee80211_prep_connection() 9694 link_sta = rcu_dereference(new_sta->link[link_id]); in ieee80211_prep_connection() 9697 sta_info_free(local, new_sta); in ieee80211_prep_connection() 9702 err = ieee80211_mgd_setup_link_sta(link, new_sta, in ieee80211_prep_connection() [all …]
|