Searched refs:sta_cmd (Results 1 – 5 of 5) 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/marvell/mwifiex/ |
H A D | Makefile | 21 mwifiex-y += sta_cmd.o
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 3230 struct il_addsta_cmd sta_cmd; in il4965_set_wep_dynamic_key_info() local 3271 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_set_wep_dynamic_key_info() 3275 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_set_wep_dynamic_key_info() 3284 struct il_addsta_cmd sta_cmd; in il4965_set_ccmp_dynamic_key_info() local 3319 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_set_ccmp_dynamic_key_info() 3323 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_set_ccmp_dynamic_key_info() 3411 struct il_addsta_cmd sta_cmd; in il4965_remove_dynamic_key() local 3458 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_remove_dynamic_key() 3462 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_remove_dynamic_key() 3585 struct il_addsta_cmd sta_cmd; in il4965_sta_tx_modify_enable_tid() local [all …]
|
H A D | common.c | 2013 struct il_addsta_cmd sta_cmd; in il_add_station_common() local 2044 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il_add_station_common() 2049 ret = il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il_add_station_common() 2238 struct il_addsta_cmd sta_cmd; in il_restore_stations() local 2266 memcpy(&sta_cmd, &il->stations[i].sta, in il_restore_stations() 2275 ret = il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il_restore_stations()
|
H A D | 3945-mac.c | 182 struct il_addsta_cmd sta_cmd; in il3945_clear_sta_key_info() local 190 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il3945_clear_sta_key_info() 195 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il3945_clear_sta_key_info()
|