Searched refs:sta_cmd (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | sta.c | 350 struct iwl_addsta_cmd sta_cmd; in iwl_add_station_common() local 383 memcpy(&sta_cmd, &priv->stations[sta_id].sta, in iwl_add_station_common() 388 ret = iwl_send_add_sta(priv, &sta_cmd, 0); in iwl_add_station_common() 664 struct iwl_addsta_cmd sta_cmd; in iwl_restore_stations() local 695 memcpy(&sta_cmd, &priv->stations[i].sta, in iwl_restore_stations() 709 ret = iwl_send_add_sta(priv, &sta_cmd, 0); in iwl_restore_stations() 1103 struct iwl_addsta_cmd sta_cmd; in iwlagn_send_sta_key() local 1107 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(sta_cmd)); in iwlagn_send_sta_key() 1116 memcpy(sta_cmd.key.key, keyconf->key, keyconf->keylen); in iwlagn_send_sta_key() 1120 sta_cmd.key.tkip_rx_tsc_byte2 = tkip_iv32; in iwlagn_send_sta_key() [all …]
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | Makefile | 32 mwifiex-y += sta_cmd.o
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-mac.c | 3249 struct il_addsta_cmd sta_cmd; in il4965_set_wep_dynamic_key_info() local 3290 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_set_wep_dynamic_key_info() 3294 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_set_wep_dynamic_key_info() 3303 struct il_addsta_cmd sta_cmd; in il4965_set_ccmp_dynamic_key_info() local 3338 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_set_ccmp_dynamic_key_info() 3342 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_set_ccmp_dynamic_key_info() 3431 struct il_addsta_cmd sta_cmd; in il4965_remove_dynamic_key() local 3478 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_remove_dynamic_key() 3482 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_remove_dynamic_key() 3605 struct il_addsta_cmd sta_cmd; in il4965_sta_tx_modify_enable_tid() local [all …]
|
D | common.c | 2031 struct il_addsta_cmd sta_cmd; in il_add_station_common() local 2062 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il_add_station_common() 2067 ret = il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il_add_station_common() 2256 struct il_addsta_cmd sta_cmd; in il_restore_stations() local 2284 memcpy(&sta_cmd, &il->stations[i].sta, in il_restore_stations() 2293 ret = il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il_restore_stations()
|
D | 3945-mac.c | 198 struct il_addsta_cmd sta_cmd; in il3945_clear_sta_key_info() local 206 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il3945_clear_sta_key_info() 211 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il3945_clear_sta_key_info()
|