Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dsta.c378 struct iwl_addsta_cmd sta_cmd; in iwl_add_station_common() local
411 memcpy(&sta_cmd, &priv->stations[sta_id].sta, in iwl_add_station_common()
416 ret = iwl_send_add_sta(priv, &sta_cmd, 0); in iwl_add_station_common()
697 struct iwl_addsta_cmd sta_cmd; in iwl_restore_stations() local
728 memcpy(&sta_cmd, &priv->stations[i].sta, in iwl_restore_stations()
742 ret = iwl_send_add_sta(priv, &sta_cmd, 0); in iwl_restore_stations()
1136 struct iwl_addsta_cmd sta_cmd; in iwlagn_send_sta_key() local
1140 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(sta_cmd)); in iwlagn_send_sta_key()
1149 memcpy(sta_cmd.key.key, keyconf->key, keyconf->keylen); in iwlagn_send_sta_key()
1153 sta_cmd.key.tkip_rx_tsc_byte2 = tkip_iv32; in iwlagn_send_sta_key()
[all …]
/linux-4.1.27/drivers/net/wireless/mwifiex/
DMakefile32 mwifiex-y += sta_cmd.o
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D4965-mac.c3250 struct il_addsta_cmd sta_cmd; in il4965_set_wep_dynamic_key_info() local
3291 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_set_wep_dynamic_key_info()
3295 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_set_wep_dynamic_key_info()
3304 struct il_addsta_cmd sta_cmd; in il4965_set_ccmp_dynamic_key_info() local
3339 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_set_ccmp_dynamic_key_info()
3343 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_set_ccmp_dynamic_key_info()
3432 struct il_addsta_cmd sta_cmd; in il4965_remove_dynamic_key() local
3479 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il4965_remove_dynamic_key()
3483 return il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il4965_remove_dynamic_key()
3606 struct il_addsta_cmd sta_cmd; in il4965_sta_tx_modify_enable_tid() local
[all …]
Dcommon.c2029 struct il_addsta_cmd sta_cmd; in il_add_station_common() local
2060 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il_add_station_common()
2065 ret = il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il_add_station_common()
2254 struct il_addsta_cmd sta_cmd; in il_restore_stations() local
2282 memcpy(&sta_cmd, &il->stations[i].sta, in il_restore_stations()
2291 ret = il_send_add_sta(il, &sta_cmd, CMD_SYNC); in il_restore_stations()
D3945-mac.c198 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()