Searched refs:sta_cmd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-sta.c316 struct iwl_addsta_cmd sta_cmd; local
349 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd));
353 ret = iwl_send_add_sta(priv, &sta_cmd, CMD_SYNC);
644 struct iwl_addsta_cmd sta_cmd; local
672 memcpy(&sta_cmd, &priv->stations[i].sta,
681 ret = iwl_send_add_sta(priv, &sta_cmd, CMD_SYNC);
833 struct iwl_addsta_cmd sta_cmd; local
875 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd));
878 return iwl_send_add_sta(priv, &sta_cmd, CMD_SYNC);
887 struct iwl_addsta_cmd sta_cmd; local
1019 struct iwl_addsta_cmd sta_cmd; local
1310 struct iwl_addsta_cmd sta_cmd; local
1331 struct iwl_addsta_cmd sta_cmd; local
1357 struct iwl_addsta_cmd sta_cmd; local
[all...]
H A Diwl3945-base.c202 struct iwl_addsta_cmd sta_cmd; local
211 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd));
215 return iwl_send_add_sta(priv, &sta_cmd, CMD_SYNC);

Completed in 100 milliseconds