Searched refs:sta_cmd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | sta.c | 330 struct iwl_addsta_cmd sta_cmd; in iwl_add_station_common() local 363 memcpy(&sta_cmd, &priv->stations[sta_id].sta, in iwl_add_station_common() 368 ret = iwl_send_add_sta(priv, &sta_cmd, 0); in iwl_add_station_common() 644 struct iwl_addsta_cmd sta_cmd; in iwl_restore_stations() local 675 memcpy(&sta_cmd, &priv->stations[i].sta, in iwl_restore_stations() 689 ret = iwl_send_add_sta(priv, &sta_cmd, 0); in iwl_restore_stations() 1083 struct iwl_addsta_cmd sta_cmd; in iwlagn_send_sta_key() local 1088 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(sta_cmd)); in iwlagn_send_sta_key() 1097 memcpy(sta_cmd.key.key, keyconf->key, keyconf->keylen); in iwlagn_send_sta_key() 1101 sta_cmd.key.tkip_rx_tsc_byte2 = tkip_iv32; in iwlagn_send_sta_key() [all …]
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | Makefile | 22 nxpwifi-y += sta_cmd.o
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | Makefile | 21 mwifiex-y += sta_cmd.o
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.c | 2012 struct il_addsta_cmd sta_cmd; in il_add_station_common() local 2043 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il_add_station_common() 2048 ret = il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il_add_station_common() 2237 struct il_addsta_cmd sta_cmd; in il_restore_stations() local 2265 memcpy(&sta_cmd, &il->stations[i].sta, in il_restore_stations() 2274 ret = il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il_restore_stations()
|