Lines Matching refs:iwl_addsta_cmd
64 struct iwl_addsta_cmd *addsta, in iwl_process_add_sta_resp()
131 struct iwl_addsta_cmd *addsta = in iwl_add_sta_callback()
132 (struct iwl_addsta_cmd *) cmd->payload; in iwl_add_sta_callback()
138 struct iwl_addsta_cmd *sta, u8 flags) in iwl_send_add_sta()
229 struct iwl_addsta_cmd cmd; in iwl_sta_update_ht()
325 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd)); in iwl_prep_station()
361 struct iwl_addsta_cmd sta_cmd; in iwl_add_station_common()
395 sizeof(struct iwl_addsta_cmd)); in iwl_add_station_common()
630 struct iwl_addsta_cmd sta_cmd; in iwl_restore_stations()
661 sizeof(struct iwl_addsta_cmd)); in iwl_restore_stations()
1118 struct iwl_addsta_cmd sta_cmd; in iwlagn_send_sta_key()
1190 struct iwl_addsta_cmd sta_cmd; in iwl_remove_dynamic_key()
1379 struct iwl_addsta_cmd sta_cmd; in iwl_sta_tx_modify_enable_tid()
1388 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_tx_modify_enable_tid()
1398 struct iwl_addsta_cmd sta_cmd; in iwl_sta_rx_agg_start()
1412 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_rx_agg_start()
1422 struct iwl_addsta_cmd sta_cmd; in iwl_sta_rx_agg_stop()
1437 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd)); in iwl_sta_rx_agg_stop()
1447 struct iwl_addsta_cmd cmd = { in iwl_sta_modify_sleep_tx_count()