Answer: Too many stations trying to transmit at once.
Step-by-step explanation:
Due to the special characteristics of the wireless transmissions, it is not possible for one station to detect collisions.
So, in order to overcome this issue, 802.11 networks try to avoid collisions, using a method called CSMA/CA (instead of the CSMA/CD used by Ethernet 802.3 standard).
This method, in simple words, implies that before sending a packet, the station senses if the channel is clear.
If it detects this condition, waits for a random time, and if the channel is still idle, sends the packet.
If it receives an acknowledgement from the receiving station, repeats the process and continue transmitting.
But if it has no success, doubles the wait time (which is called backoff period) and try again, after sensing if the channel is still idle.
If at a given time, there are many stations repeating this process once and again, the logical consequence will be a general decrease in the actual throughput for all stations, which it is very possible if several people , for instance, try to use 802.11b barcode scanners at the same time.