Lines Matching refs:iwl_addsta_cmd
83 struct iwl_addsta_cmd *sta, u8 flags) in iwl_send_add_sta()
198 struct iwl_addsta_cmd cmd; in iwl_sta_update_ht()
294 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd)); in iwl_prep_station()
330 struct iwl_addsta_cmd sta_cmd; in iwl_add_station_common()
364 sizeof(struct iwl_addsta_cmd)); in iwl_add_station_common()
644 struct iwl_addsta_cmd sta_cmd; in iwl_restore_stations()
676 sizeof(struct iwl_addsta_cmd)); in iwl_restore_stations()
1083 struct iwl_addsta_cmd sta_cmd; in iwlagn_send_sta_key()
1158 struct iwl_addsta_cmd sta_cmd; in iwl_remove_dynamic_key()
1347 struct iwl_addsta_cmd sta_cmd; in iwl_sta_tx_modify_enable_tid()
1356 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_tx_modify_enable_tid()
1366 struct iwl_addsta_cmd sta_cmd; in iwl_sta_rx_agg_start()
1380 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_rx_agg_start()
1390 struct iwl_addsta_cmd sta_cmd; in iwl_sta_rx_agg_stop()
1405 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_rx_agg_stop()
1415 struct iwl_addsta_cmd cmd = { in iwl_sta_modify_sleep_tx_count()