Searched refs:add_sta (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | uap_cmd.c | 795 struct mwifiex_sta_info *add_sta = (struct mwifiex_sta_info *)data_buf; in mwifiex_cmd_uap_add_station() local 796 struct station_parameters *params = add_sta->params; in mwifiex_cmd_uap_add_station() 812 sta_ptr = mwifiex_add_sta_entry(priv, add_sta->peer_mac); in mwifiex_cmd_uap_add_station() 814 sta_ptr = mwifiex_get_sta_entry(priv, add_sta->peer_mac); in mwifiex_cmd_uap_add_station() 819 memcpy(new_sta->peer_mac, add_sta->peer_mac, ETH_ALEN); in mwifiex_cmd_uap_add_station()
|
| H A D | cfg80211.c | 3980 struct mwifiex_sta_info add_sta; in mwifiex_cfg80211_uap_add_station() local 3983 memcpy(add_sta.peer_mac, mac, ETH_ALEN); in mwifiex_cfg80211_uap_add_station() 3984 add_sta.params = params; in mwifiex_cfg80211_uap_add_station() 3987 HostCmd_ACT_ADD_STA, 0, (void *)&add_sta, true); in mwifiex_cfg80211_uap_add_station()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | cmdevt.h | 119 int nxpwifi_add_new_station(struct nxpwifi_private *priv, void *add_sta);
|
| H A D | uap_cmd.c | 563 struct nxpwifi_sta_info *add_sta = (struct nxpwifi_sta_info *)data_buf; in nxpwifi_cmd_uap_add_new_station() local 564 struct station_parameters *params = add_sta->params; in nxpwifi_cmd_uap_add_new_station() 577 sta_ptr = nxpwifi_add_sta_entry(priv, add_sta->peer_mac); in nxpwifi_cmd_uap_add_new_station() 579 sta_ptr = nxpwifi_get_sta_entry_rcu(priv, add_sta->peer_mac); 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()
|
| H A D | cmdevt.c | 1295 int nxpwifi_add_new_station(struct nxpwifi_private *priv, void *add_sta) in nxpwifi_add_new_station() argument 1298 add_sta, true); in nxpwifi_add_new_station()
|
| H A D | cfg80211.c | 3070 struct nxpwifi_sta_info add_sta; in nxpwifi_cfg80211_uap_add_station() local 3073 memcpy(add_sta.peer_mac, mac, ETH_ALEN); in nxpwifi_cfg80211_uap_add_station() 3074 add_sta.params = params; in nxpwifi_cfg80211_uap_add_station() 3076 ret = nxpwifi_add_new_station(priv, &add_sta); in nxpwifi_cfg80211_uap_add_station()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.c | 1773 switch (pkt->u.add_sta.status) { in il_process_add_sta_resp() 1791 D_ASSOC("Received C_ADD_STA:(0x%08X)\n", pkt->u.add_sta.status); in il_process_add_sta_resp()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mac80211.c | 3645 .add_sta = iwl_mvm_add_sta, in iwl_mvm_mac_sta_state() 3768 ret = callbacks->add_sta(mvm, vif, sta); in iwl_mvm_sta_state_notexist_to_none()
|