vollero / openCAPWAP

openCAPWAP
113 stars 83 forks source link

Fix network interface parsing for 64-bit systems #24

Open adammw opened 8 years ago

adammw commented 8 years ago

Not sure if this is 100% correct, I'm basing the patch off the code in here which demos how to use the SIOCGIFCONF ioctl.

Compiling on a 64-bit system shows now finds the network interface and starts the AC correctly.

Also added the missing "strings.h" header that was causing wum to crash.

Fixes #20

/cc @e-ago @tootellz