Lines Matching refs:iwl_addsta_cmd
64 struct iwl_addsta_cmd *addsta, in iwl_process_add_sta_resp()
139 struct iwl_addsta_cmd *sta, u8 flags) in iwl_send_add_sta()
246 struct iwl_addsta_cmd cmd; in iwl_sta_update_ht()
342 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd)); in iwl_prep_station()
378 struct iwl_addsta_cmd sta_cmd; in iwl_add_station_common()
412 sizeof(struct iwl_addsta_cmd)); in iwl_add_station_common()
697 struct iwl_addsta_cmd sta_cmd; in iwl_restore_stations()
729 sizeof(struct iwl_addsta_cmd)); in iwl_restore_stations()
1136 struct iwl_addsta_cmd sta_cmd; in iwlagn_send_sta_key()
1208 struct iwl_addsta_cmd sta_cmd; in iwl_remove_dynamic_key()
1397 struct iwl_addsta_cmd sta_cmd; in iwl_sta_tx_modify_enable_tid()
1406 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_tx_modify_enable_tid()
1416 struct iwl_addsta_cmd sta_cmd; in iwl_sta_rx_agg_start()
1430 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_rx_agg_start()
1440 struct iwl_addsta_cmd sta_cmd; in iwl_sta_rx_agg_stop()
1455 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_rx_agg_stop()
1465 struct iwl_addsta_cmd cmd = { in iwl_sta_modify_sleep_tx_count()