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

/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c330 struct iwl_addsta_cmd sta_cmd; local
363 memcpy(&sta_cmd, &priv->stations[sta_id].sta,
368 ret = iwl_send_add_sta(priv, &sta_cmd, 0);
644 struct iwl_addsta_cmd sta_cmd; local
675 memcpy(&sta_cmd, &priv->stations[i].sta,
689 ret = iwl_send_add_sta(priv, &sta_cmd, 0);
1083 struct iwl_addsta_cmd sta_cmd; local
1088 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(sta_cmd));
1097 memcpy(sta_cmd
1158 struct iwl_addsta_cmd sta_cmd; local
1347 struct iwl_addsta_cmd sta_cmd; local
1366 struct iwl_addsta_cmd sta_cmd; local
1390 struct iwl_addsta_cmd sta_cmd; local
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A DMakefile21 mwifiex-y += sta_cmd.o
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c3230 struct il_addsta_cmd sta_cmd; local
3271 memcpy(&sta_cmd, &il->stations[sta_id].sta,
3275 return il_send_add_sta(il, &sta_cmd, CMD_SYNC);
3284 struct il_addsta_cmd sta_cmd; local
3319 memcpy(&sta_cmd, &il->stations[sta_id].sta,
3323 return il_send_add_sta(il, &sta_cmd, CMD_SYNC);
3411 struct il_addsta_cmd sta_cmd; local
3458 memcpy(&sta_cmd, &il->stations[sta_id].sta,
3462 return il_send_add_sta(il, &sta_cmd, CMD_SYNC);
3585 struct il_addsta_cmd sta_cmd; local
3607 struct il_addsta_cmd sta_cmd; local
3633 struct il_addsta_cmd sta_cmd; local
[all...]
H A Dcommon.c2013 struct il_addsta_cmd sta_cmd; local
2044 memcpy(&sta_cmd, &il->stations[sta_id].sta,
2049 ret = il_send_add_sta(il, &sta_cmd, CMD_SYNC);
2238 struct il_addsta_cmd sta_cmd; local
2266 memcpy(&sta_cmd, &il->stations[i].sta,
2275 ret = il_send_add_sta(il, &sta_cmd, CMD_SYNC);
H A D3945-mac.c182 struct il_addsta_cmd sta_cmd; local
190 memcpy(&sta_cmd, &il->stations[sta_id].sta,
195 return il_send_add_sta(il, &sta_cmd, CMD_SYNC);

Completed in 267 milliseconds