Searched refs:sta_cmd (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | sta.c | 335 struct iwl_addsta_cmd sta_cmd; in iwl_add_station_common() local 368 memcpy(&sta_cmd, &priv->stations[sta_id].sta, in iwl_add_station_common() 373 ret = iwl_send_add_sta(priv, &sta_cmd, 0); in iwl_add_station_common() 649 struct iwl_addsta_cmd sta_cmd; in iwl_restore_stations() local 680 memcpy(&sta_cmd, &priv->stations[i].sta, in iwl_restore_stations() 694 ret = iwl_send_add_sta(priv, &sta_cmd, 0); in iwl_restore_stations() 1088 struct iwl_addsta_cmd sta_cmd; in iwlagn_send_sta_key() local 1092 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(sta_cmd)); in iwlagn_send_sta_key() 1101 memcpy(sta_cmd.key.key, keyconf->key, keyconf->keylen); in iwlagn_send_sta_key() 1105 sta_cmd.key.tkip_rx_tsc_byte2 = tkip_iv32; in iwlagn_send_sta_key() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | Makefile | 32 mwifiex-y += sta_cmd.o
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-mac.c | 3231 struct il_addsta_cmd sta_cmd; in il4965_set_wep_dynamic_key_info() local 3272 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_set_wep_dynamic_key_info() 3276 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_set_wep_dynamic_key_info() 3285 struct il_addsta_cmd sta_cmd; in il4965_set_ccmp_dynamic_key_info() local 3320 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_set_ccmp_dynamic_key_info() 3324 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_set_ccmp_dynamic_key_info() 3412 struct il_addsta_cmd sta_cmd; in il4965_remove_dynamic_key() local 3459 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_remove_dynamic_key() 3463 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_remove_dynamic_key() 3586 struct il_addsta_cmd sta_cmd; in il4965_sta_tx_modify_enable_tid() local [all …]
|
| 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()
|
| 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()
|