Lines Matching defs:station
393 struct il_station_entry *station;
410 station = &il->stations[i];
411 if (!station->used)
415 "station %d - addr: %pM, flags: %#x\n", i,
416 station->sta.sta.addr,
417 station->sta.station_flags_msk);
429 j, station->tid[j].seq_number,
430 station->tid[j].agg.txq_id,
431 station->tid[j].agg.frame_count,
432 station->tid[j].tfds_in_queue,
433 station->tid[j].agg.start_idx,
434 station->tid[j].agg.bitmap,
435 station->tid[j].agg.rate_n_flags);
437 if (station->tid[j].agg.wait_for_ba)