Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c330 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 DMakefile22 nxpwifi-y += sta_cmd.o
/linux/drivers/net/wireless/marvell/mwifiex/
H A DMakefile21 mwifiex-y += sta_cmd.o
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c2012 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()