Lines Matching refs:iwl_addsta_cmd
103 struct iwl_addsta_cmd *sta, u8 flags) in iwl_send_add_sta()
218 struct iwl_addsta_cmd cmd; in iwl_sta_update_ht()
314 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd)); in iwl_prep_station()
350 struct iwl_addsta_cmd sta_cmd; in iwl_add_station_common()
384 sizeof(struct iwl_addsta_cmd)); in iwl_add_station_common()
664 struct iwl_addsta_cmd sta_cmd; in iwl_restore_stations()
696 sizeof(struct iwl_addsta_cmd)); in iwl_restore_stations()
1103 struct iwl_addsta_cmd sta_cmd; in iwlagn_send_sta_key()
1175 struct iwl_addsta_cmd sta_cmd; in iwl_remove_dynamic_key()
1364 struct iwl_addsta_cmd sta_cmd; in iwl_sta_tx_modify_enable_tid()
1373 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_tx_modify_enable_tid()
1383 struct iwl_addsta_cmd sta_cmd; in iwl_sta_rx_agg_start()
1397 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_rx_agg_start()
1407 struct iwl_addsta_cmd sta_cmd; in iwl_sta_rx_agg_stop()
1422 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_rx_agg_stop()
1432 struct iwl_addsta_cmd cmd = { in iwl_sta_modify_sleep_tx_count()