eedabd / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

Enhance WPS transaction failed error messages #177

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In addition to providing the error code -

[!] WPS transaction failed (code: 0x2), re-trying last pin

have it also report the type of error.

Examples: 

[!] WPS transaction failed (code: 0x2 Decryption CRC Error), re-trying last pin

[!] WPS transaction failed (code: 0x4 5Ghz Channel Not Supported), re-trying 
last pin

Original issue reported on code.google.com by fixbox2...@gmail.com on 24 Jan 2012 at 8:10

GoogleCodeExporter commented 8 years ago
Those codes are the internal codes that Reaver uses for failed attempts, not 
the error codes reported in the WSC_NACK messages (you really can't trust the 
error codes in the NACK messages a lot of times anyway). The human readable 
errors/warnings are printed just prior to these messages if you're running with 
-vv.

Original comment by cheff...@tacnetsol.com on 24 Jan 2012 at 10:43