NewpTone / reaver-wps

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

Error compiling #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compiling the sources

What is the expected output? What do you see instead?

iwlib.c:3081: warning: statement with no effect
iwlib.c:3096: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3096: error: request for member ‘length’ in something not a 
structure or union
iwlib.c:3096: warning: comparison between pointer and integer
iwlib.c:3097: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3097: error: request for member ‘length’ in something not a 
structure or union
iwlib.c:3097: warning: assignment makes integer from pointer without a cast
iwlib.c:3119: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3119: error: request for member ‘length’ in something not a 
structure or union
iwlib.c:3135: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3135: error: request for member ‘length’ in something not a 
structure or union
iwlib.c:3135: warning: passing argument 3 of ‘iw_init_event_stream’ makes 
integer from pointer without a cast
make[1]: *** [iwlib.so] Error 1
make: *** [libiw] Error 2

What version of the product are you using? On what operating system?

reaver-1.2 on MacOSX 10.6.8 

Original issue reported on code.google.com by xbela...@gmail.com on 2 Jan 2012 at 4:38

GoogleCodeExporter commented 8 years ago
OS X is not supported.  You need Linux 2.6 with a wireless card that supports 
monitor+inject.  Please see 
http://code.google.com/p/reaver-wps/wiki/SupportedWirelessDrivers for a list of 
wireless drivers that are supported.

Original comment by peac...@tacnetsol.com on 2 Jan 2012 at 5:31